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
bdb566a4
Commit
bdb566a4
authored
May 07, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shorten proof.
parent
e4091905
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
theories/bi/derived_laws_bi.v
theories/bi/derived_laws_bi.v
+1
-5
No files found.
theories/bi/derived_laws_bi.v
View file @
bdb566a4
...
...
@@ -123,11 +123,7 @@ Proof.
+
rewrite
-
EQ
impl_elim_r
.
done
.
Qed
.
Lemma
entails_impl_True
P
Q
:
(
P
⊢
Q
)
↔
(
True
⊢
(
P
→
Q
)).
Proof
.
rewrite
entails_eq_True
.
split
.
-
by
intros
<-.
-
intros
.
apply
(
anti_symm
(
⊢
))
;
last
done
.
apply
True_intro
.
Qed
.
Proof
.
rewrite
entails_eq_True
equiv_spec
;
naive_solver
.
Qed
.
Lemma
and_mono
P
P'
Q
Q'
:
(
P
⊢
Q
)
→
(
P'
⊢
Q'
)
→
P
∧
P'
⊢
Q
∧
Q'
.
Proof
.
auto
.
Qed
.
...
...
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