Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
81ba0b8b
Commit
81ba0b8b
authored
May 13, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
False is affine.
parent
fa43edc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
theories/bi/derived_laws_bi.v
theories/bi/derived_laws_bi.v
+2
-0
No files found.
theories/bi/derived_laws_bi.v
View file @
81ba0b8b
...
...
@@ -1274,6 +1274,8 @@ End persistent_bi_absorbing.
(* Affine instances *)
Global
Instance
emp_affine_l
:
Affine
(
PROP
:
=
PROP
)
emp
.
Proof
.
by
rewrite
/
Affine
.
Qed
.
Global
Instance
False_affine
:
Affine
(
PROP
:
=
PROP
)
False
.
Proof
.
by
rewrite
/
Affine
False_elim
.
Qed
.
Global
Instance
and_affine_l
P
Q
:
Affine
P
→
Affine
(
P
∧
Q
).
Proof
.
rewrite
/
Affine
=>
->
;
auto
.
Qed
.
Global
Instance
and_affine_r
P
Q
:
Affine
Q
→
Affine
(
P
∧
Q
).
...
...
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