Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
7de50f87
Commit
7de50f87
authored
Oct 07, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid camelcased names.
parent
e5c563f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
algebra/upred.v
algebra/upred.v
+2
-2
No files found.
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
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