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
Marianna Rapoport
iris-coq
Commits
db003ba1
Commit
db003ba1
authored
Nov 19, 2015
by
Robbert Krebbers
Browse files
More rules and derived rules for the logic.
parent
1e2d180b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
iris/logic.v
View file @
db003ba1
This diff is collapsed.
Click to expand it.
iris/ra.v
View file @
db003ba1
...
...
@@ -83,6 +83,8 @@ Proof. rewrite (commutative _ x); apply ra_valid_op_l. Qed.
(** ** Units *)
Lemma
ra_unit_r
x
:
x
⋅
unit
x
≡
x
.
Proof
.
by
rewrite
(
commutative
_
x
),
ra_unit_l
.
Qed
.
Lemma
ra_unit_unit
x
:
unit
x
⋅
unit
x
≡
unit
x
.
Proof
.
by
rewrite
<-(
ra_unit_idempotent
x
)
at
2
;
rewrite
ra_unit_r
.
Qed
.
(** ** Order *)
Lemma
ra_included_spec
x
y
:
x
≼
y
↔
∃
z
,
y
≡
x
⋅
z
.
...
...
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