We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba6c90 commit c867261Copy full SHA for c867261
1 file changed
classical/classical_sets.v
@@ -45,8 +45,8 @@ From mathcomp Require Import mathcomp_extra boolp wochoice.
45
(* | [set E \| x in P] |==| the set of E with x ranging in P *)
46
(* | range f |==| image by f of the full set *)
47
(* | \big[setU/set0]_(i <- s \| P i) f i |==| finite union *)
48
-(* | \bigcup_(k in P) F k |==| countable union *)
49
-(* | \bigcap_(k in P) F k |==| countable intersection *)
+(* | \bigcup_(k in P) F k |==| arbitrary union *)
+(* | \bigcap_(k in P) F k |==| arbitrary intersection *)
50
(* | trivIset D F |==| F is a sequence of pairwise disjoint *)
51
(* | | | sets indexed over the domain D *)
52
(* *)
0 commit comments