Skip to content

Commit c867261

Browse files
authored
bigcup and bigcap are not necessarily countable (#1961)
1 parent eba6c90 commit c867261

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

classical/classical_sets.v

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ From mathcomp Require Import mathcomp_extra boolp wochoice.
4545
(* | [set E \| x in P] |==| the set of E with x ranging in P *)
4646
(* | range f |==| image by f of the full set *)
4747
(* | \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 *)
48+
(* | \bigcup_(k in P) F k |==| arbitrary union *)
49+
(* | \bigcap_(k in P) F k |==| arbitrary intersection *)
5050
(* | trivIset D F |==| F is a sequence of pairwise disjoint *)
5151
(* | | | sets indexed over the domain D *)
5252
(* *)

0 commit comments

Comments
 (0)