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
Rodolphe Lepigre
Iris
Commits
7de50f87
Commit
7de50f87
authored
Oct 07, 2016
by
Robbert Krebbers
Browse files
Avoid camelcased names.
parent
e5c563f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/upred.v
View file @
7de50f87
...
...
@@ -1492,11 +1492,11 @@ Proof.
eapply
IH
with
x'
;
eauto
using
cmra_validN_S
,
cmra_validN_op_l
.
Qed
.
Corollary
consistency
M
odal
n
:
¬
(
True
⊢
Nat
.
iter
n
(
λ
P
,
|=
r
=>
▷
P
)
False
).
Corollary
consistency
_m
odal
n
:
¬
(
True
⊢
Nat
.
iter
n
(
λ
P
,
|=
r
=>
▷
P
)
False
).
Proof
.
exact
(
adequacy
False
n
).
Qed
.
Corollary
consistency
:
¬
(
True
⊢
False
).
Proof
.
exact
(
consistency
M
odal
0
).
Qed
.
Proof
.
exact
(
consistency
_m
odal
0
).
Qed
.
End
uPred_logic
.
(* Hint DB for the logic *)
...
...
Write
Preview
Supports
Markdown
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