Skip to content
Snippets Groups Projects
Commit 79421f72 authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Anti symmetry for sets.

parent c2e4e322
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@ Section simple_collection.
Proof. firstorder auto. Qed.
Global Instance: JoinSemiLattice C.
Proof. firstorder auto. Qed.
Global Instance: AntiSymm () (@collection_subseteq A C _).
Proof. done. Qed.
Lemma elem_of_subseteq X Y : X Y x, x X x Y.
Proof. done. Qed.
Lemma elem_of_equiv X Y : X Y x, x X x Y.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment