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
8481b20b
Commit
8481b20b
authored
May 08, 2018
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extend Löb proof comment
parent
a148dd29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
theories/bi/derived_laws_sbi.v
theories/bi/derived_laws_sbi.v
+2
-1
No files found.
theories/bi/derived_laws_sbi.v
View file @
8481b20b
...
...
@@ -204,7 +204,8 @@ Global Instance later_absorbing P : Absorbing P → Absorbing (▷ P).
Proof
.
intros
?.
by
rewrite
/
Absorbing
-
later_absorbingly
absorbing
.
Qed
.
Section
l
ö
b
.
(* Proof following https://en.wikipedia.org/wiki/L%C3%B6b's_theorem#Proof_of_L%C3%B6b's_theorem *)
(* Proof following https://en.wikipedia.org/wiki/L%C3%B6b's_theorem#Proof_of_L%C3%B6b's_theorem.
Their Ψ is called Q in our proof. *)
Lemma
weak_l
ö
b
P
:
(
▷
P
⊢
P
)
→
(
True
⊢
P
).
Proof
.
pose
(
fl
ö
b_pre
(
P
Q
:
PROP
)
:
=
(
▷
Q
→
P
)%
I
).
...
...
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