-
Notifications
You must be signed in to change notification settings - Fork 64
Bolzano weierstrass #1787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Bolzano weierstrass #1787
Conversation
36a05fe to
00c49ae
Compare
00c49ae to
1209bec
Compare
|
At least, PR #1809 shows that this lemma is usable. |
2283230 to
fdccf57
Compare
fdccf57 to
3ab54f3
Compare
| Qed. | ||
|
|
||
| Lemma finite_range_cvg (x_ : R ^nat) : finite_set (range x_) -> | ||
| Lemma finite_range_cst {T} (u_ : T^nat) : finite_set (range u_) -> |
There was a problem hiding this comment.
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) : |
There was a problem hiding this comment.
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
1540007 to
95ed324
Compare
95ed324 to
a011d0d
Compare
Motivation for this change
Checklist
CHANGELOG_UNRELEASED.mdReference: How to document
Merge policy
As a rule of thumb:
all compile are preferentially merged into master.
Reminder to reviewers