Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonas Kastberg
iris
Commits
4e7e8579
Commit
4e7e8579
authored
Mar 15, 2016
by
Robbert Krebbers
Browse files
Add lemma Shot_core.
parent
f5334942
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/one_shot.v
View file @
4e7e8579
...
...
@@ -158,6 +158,9 @@ Instance one_shot_op : Op (one_shot A) := λ x y,
Lemma
Shot_op
a
b
:
Shot
a
⋅
Shot
b
=
Shot
(
a
⋅
b
).
Proof
.
done
.
Qed
.
Lemma
Shot_core
a
:
core
(
Shot
a
)
=
Shot
(
core
a
).
Proof
.
done
.
Qed
.
Lemma
Shot_incl
a
b
:
Shot
a
≼
Shot
b
↔
a
≼
b
.
Proof
.
split
;
intros
[
c
H
].
...
...
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