Skip to content

Commit

Permalink
Merge pull request #471 from math-comp/fixes_461
Browse files Browse the repository at this point in the history
fixes #461
  • Loading branch information
CohenCyril authored Nov 8, 2021
2 parents edf190c + 6b8424d commit 780df29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,8 @@
+ lemma `continuous_cst`
- in `csum.v`:
+ lemma `ub_ereal_sup_adherent_img`
- in `topology.v`:
+ definition `cvg_to_locally`

### Infrastructure

Expand Down
2 changes: 0 additions & 2 deletions theories/topology.v
Original file line number Diff line number Diff line change
Expand Up @@ -3910,8 +3910,6 @@ Lemma cvg_ballP {F} {FF : Filter F} (y : M) :
F --> y <-> forall eps : R, 0 < eps -> \forall y' \near F, ball y eps y'.
Proof. by rewrite -filter_fromP !nbhs_simpl /=. Qed.

Definition cvg_to_locally := @cvg_ballP.

Lemma cvg_ballPpos {F} {FF : Filter F} (y : M) :
F --> y <-> forall eps : {posnum R}, \forall y' \near F, ball y eps%:num y'.
Proof.
Expand Down

0 comments on commit 780df29

Please sign in to comment.