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

Anti symmetry for sets.

parent b761292e
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ Section simple_collection. ...@@ -24,6 +24,8 @@ Section simple_collection.
Proof. firstorder auto. Qed. Proof. firstorder auto. Qed.
Global Instance: JoinSemiLattice C. Global Instance: JoinSemiLattice C.
Proof. firstorder auto. Qed. 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. Lemma elem_of_subseteq X Y : X Y x, x X x Y.
Proof. done. Qed. Proof. done. Qed.
Lemma elem_of_equiv X Y : X Y x, x X x Y. 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