Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaëtan Gilbert
Iris
Commits
b58adc74
Commit
b58adc74
authored
6 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Prove `(|==> ∀ x, Φ x) ⊣⊢ (∀ x, |==> Φ x)` for plain `Φ`.
parent
44dc86c8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/bi/updates.v
+15
-2
15 additions, 2 deletions
theories/bi/updates.v
with
15 additions
and
2 deletions
theories/bi/updates.v
+
15
−
2
View file @
b58adc74
...
@@ -156,8 +156,21 @@ Section bupd_derived_sbi.
...
@@ -156,8 +156,21 @@ Section bupd_derived_sbi.
by
rewrite
-
bupd_intro
-
or_intro_l
.
by
rewrite
-
bupd_intro
-
or_intro_l
.
Qed
.
Qed
.
Lemma
bupd_plain
P
`{
BiBUpdPlainly
PROP
,
!
Plain
P
}
:
(|
==>
P
)
⊢
P
.
Section
bupd_plainly
.
Proof
.
by
rewrite
{
1
}(
plain
P
)
bupd_plainly
.
Qed
.
Context
`{
BiBUpdPlainly
PROP
}
.
Lemma
bupd_plain
P
`{
!
Plain
P
}
:
(|
==>
P
)
⊢
P
.
Proof
.
by
rewrite
{
1
}(
plain
P
)
bupd_plainly
.
Qed
.
Lemma
bupd_forall
{
A
}
(
Φ
:
A
→
PROP
)
`{
∀
x
,
Plain
(
Φ
x
)}
:
(|
==>
∀
x
,
Φ
x
)
⊣⊢
(
∀
x
,
|
==>
Φ
x
)
.
Proof
.
apply
(
anti_symm
_)
.
-
apply
forall_intro
=>
x
.
by
rewrite
(
forall_elim
x
)
.
-
rewrite
-
bupd_intro
.
apply
forall_intro
=>
x
.
by
rewrite
(
forall_elim
x
)
bupd_plain
.
Qed
.
End
bupd_plainly
.
End
bupd_derived_sbi
.
End
bupd_derived_sbi
.
Section
fupd_derived
.
Section
fupd_derived
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment