Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
stdpp
Commits
793110fe
Commit
793110fe
authored
Apr 11, 2018
by
Robbert Krebbers
6
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
`Equivalence` for `≡` on gmultisets.
parent
0d9f04c5
Pipeline
#7911
passed with stage
in 20 minutes and 10 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
theories/gmultiset.v
theories/gmultiset.v
+3
-1
No files found.
theories/gmultiset.v
View file @
793110fe
...
...
@@ -66,6 +66,8 @@ Proof.
Qed
.
Global
Instance
gmultiset_leibniz
:
LeibnizEquiv
(
gmultiset
A
).
Proof
.
intros
X
Y
.
by
rewrite
gmultiset_eq
.
Qed
.
Global
Instance
gmultiset_equivalence
:
Equivalence
(
≡
@{
gmultiset
A
}).
Proof
.
constructor
;
repeat
intro
;
naive_solver
.
Qed
.
(* Multiplicity *)
Lemma
multiplicity_empty
x
:
multiplicity
x
∅
=
0
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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