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
Marianna Rapoport
iris-coq
Commits
a31e05be
Commit
a31e05be
authored
Oct 06, 2016
by
Robbert Krebbers
Browse files
Prove soundness result as stated in the appendix.
parent
7b92a6d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/upred.v
View file @
a31e05be
...
...
@@ -1492,7 +1492,10 @@ Proof.
eapply
IH
with
x'
;
eauto
using
cmra_validN_S
,
cmra_validN_op_l
.
Qed
.
Theorem
soundness
:
¬
(
True
⊢
False
).
Corollary
soundnessN
n
:
¬
(
True
⊢
Nat
.
iter
n
(
λ
P
,
|=
r
=>
▷
P
)
False
).
Proof
.
exact
(
adequacy
False
n
).
Qed
.
Corollary
soundness
:
¬
(
True
⊢
False
).
Proof
.
exact
(
adequacy
False
0
).
Qed
.
End
uPred_logic
.
...
...
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