Skip to content

Commit

Permalink
forgot to add docs for sets_of
Browse files Browse the repository at this point in the history
  • Loading branch information
zstone1 committed Mar 1, 2022
1 parent 5d9ac7a commit f54d0ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theories/topology.v
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ Require Import mathcomp_extra boolp reals classical_sets posnum functions.
(* domain D. *)
(* subset_filter F D == similar to within D F, but with *)
(* dependent types. *)
(* sets_of F == The filter of downward closed subsets *)
(* of F. Enables use of near notation to *)
(* pick suitably small members of F *)
(* in_filter F == interface type for the sets that *)
(* belong to the set of sets F. *)
(* InFilter FP == packs a set P with a proof of F P to *)
Expand Down

0 comments on commit f54d0ed

Please sign in to comment.