analysis icon indicating copy to clipboard operation
analysis copied to clipboard

topology.(at_point, principal_filter) are the same

Open t6s opened this issue 6 months ago • 0 comments

Do we need to keep both?

Lemma at_pointE T (t : T) : at_point t = principal_filter t.
Proof.
by apply:funext=> S; apply: propext; split=> [? ? -> | /(_ t erefl)].
Qed.

t6s avatar Jul 25 '24 06:07 t6s