Skip to content

Commit a9fb691

Browse files
author
damien rouhling
committed
Replace balls with entourages
1 parent 8e2bf25 commit a9fb691

File tree

5 files changed

+1535
-1127
lines changed

5 files changed

+1535
-1127
lines changed

classical_sets.v

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@ move=> [i Di]; rewrite predeqE => a; split=> [[Ifa Xa] j Dj|IfIXa].
350350
by split=> [j /IfIXa [] | ] //; have /IfIXa [] := Di.
351351
Qed.
352352

353+
Lemma setMT A B : (@setT A) `*` (@setT B) = setT.
354+
Proof. by rewrite predeqE. Qed.
355+
353356
Definition is_prop {A} (X : set A) := forall x y, X x -> X y -> x = y.
354357
Definition is_fun {A B} (f : A -> B -> Prop) := all (is_prop \o f).
355358
Definition is_total {A B} (f : A -> B -> Prop) := all (nonempty \o f).

0 commit comments

Comments
 (0)