Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
stdpp
Commits
79421f72
Commit
79421f72
authored
Feb 15, 2016
by
Robbert Krebbers
Browse files
Anti symmetry for sets.
parent
c2e4e322
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/collections.v
View file @
79421f72
...
...
@@ -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
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment