Skip to content
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

Outdated comment out of filterSpair lemma? #521

Closed
affeldt-aist opened this issue Jan 20, 2022 · 0 comments · Fixed by #526
Closed

Outdated comment out of filterSpair lemma? #521

affeldt-aist opened this issue Jan 20, 2022 · 0 comments · Fixed by #526
Labels
documentation 📝 This issue/PR is about documentation of the library / repository
Milestone

Comments

@affeldt-aist
Copy link
Member

analysis/theories/topology.v

Lines 1527 to 1536 in 3f7d5f0

(* Lemma filterSpair (T T' : Type) (F : set (set T)) (F' : set (set T')) : *)
(* Filter F -> Filter F' -> *)
(* forall (P : set T) (P' : set T') (Q : set (T * T')), *)
(* (forall x x', P x -> P' x' -> Q (x, x')) -> F P /\ F' P' -> *)
(* filter_prod F F' Q. *)
(* Proof. *)
(* move=> FF FF' P P' Q PQ [FP FP']; near=> x. *)
(* have := PQ x.1 x.2; rewrite -surjective_pairing; apply; near: x; *)
(* by [apply: cvg_fst|apply: cvg_snd]. *)
(* Grab Existential Variables. all: end_near. Qed. *)

This lemma can actually by uncommented and it type-checks but it is of course not used.

@affeldt-aist affeldt-aist added this to the 0.3.13 milestone Jan 20, 2022
@affeldt-aist affeldt-aist added the documentation 📝 This issue/PR is about documentation of the library / repository label Jan 20, 2022
affeldt-aist added a commit that referenced this issue Jan 21, 2022
- fixes #503
- fixes #521
- fixes #522
- fixes #523
affeldt-aist added a commit that referenced this issue Jan 21, 2022
- fixes #503
- fixes #521
- fixes #522
- fixes #523
affeldt-aist added a commit that referenced this issue Jan 21, 2022
- fixes #503
- fixes #521
- fixes #522
- fixes #523
affeldt-aist added a commit that referenced this issue Jan 21, 2022
- fixes #503
- fixes #521
- fixes #522
- fixes #523
affeldt-aist added a commit that referenced this issue Jan 21, 2022
- fixes #503
- fixes #521
- fixes #522
- fixes #523
CohenCyril pushed a commit that referenced this issue Jan 21, 2022
- fixes #503
- fixes #521
- fixes #522
- fixes #523
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📝 This issue/PR is about documentation of the library / repository
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant