Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rodolphe Lepigre
Iris
Commits
91cbff6b
Commit
91cbff6b
authored
Dec 11, 2017
by
Jacques-Henri Jourdan
Browse files
Typo.
parent
43ee9e86
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/derived_laws.v
View file @
91cbff6b
...
...
@@ -208,7 +208,7 @@ Proof.
apply
impl_intro_l
.
rewrite
left_absorb
.
auto
.
Qed
.
Lemma
exist
s
_impl_forall
{
A
}
P
(
Ψ
:
A
→
PROP
)
:
Lemma
exist_impl_forall
{
A
}
P
(
Ψ
:
A
→
PROP
)
:
((
∃
x
:
A
,
Ψ
x
)
→
P
)
⊣
⊢
∀
x
:
A
,
Ψ
x
→
P
.
Proof
.
apply
equiv_spec
;
split
.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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