Skip to content

Conversation

@affeldt-aist
Copy link
Member

@affeldt-aist affeldt-aist commented Dec 4, 2025

Motivation for this change
Checklist
  • added corresponding entries in CHANGELOG_UNRELEASED.md
  • added corresponding documentation in the headers

Reference: How to document

Merge policy

As a rule of thumb:

  • PRs with several commits that make sense individually and that
    all compile are preferentially merged into master.
  • PRs with disorganized commits are very likely to be squash-rebased.
Reminder to reviewers

@affeldt-aist affeldt-aist added the enhancement ✨ This issue/PR is about adding new features enhancing the library label Dec 16, 2025
@affeldt-aist affeldt-aist added this to the 1.15.0 milestone Dec 16, 2025
@affeldt-aist affeldt-aist marked this pull request as ready for review December 16, 2025 04:57
@affeldt-aist
Copy link
Member Author

At least, PR #1809 shows that this lemma is usable.

Qed.

Lemma finite_range_cvg (x_ : R ^nat) : finite_set (range x_) ->
Lemma finite_range_cst {T} (u_ : T^nat) : finite_set (range u_) ->
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably the name should be finite_range_cst_subsequence or something like this.

by apply: sub_finite_set (Dfin x) => y /=; case: leP.
Qed.

Lemma finite_range_cvg {T : ptopologicalType} (x_ : T ^nat) :
Copy link
Member

@CohenCyril CohenCyril Dec 26, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same ...cvg_subsequence or something like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement ✨ This issue/PR is about adding new features enhancing the library

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants