Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris-coq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Michael Sammler
iris-coq
Commits
d870e5cf
Commit
d870e5cf
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
monpred: note that notation is somewhat broken
parent
4b43fcc2
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/monpred.v
+2
-0
2 additions, 0 deletions
theories/bi/monpred.v
with
2 additions
and
0 deletions
theories/bi/monpred.v
+
2
−
0
View file @
d870e5cf
...
@@ -816,6 +816,7 @@ Implicit Types P Q : monPred.
...
@@ -816,6 +816,7 @@ Implicit Types P Q : monPred.
Global
Instance
monPred_bupd_facts
`{
BUpdFacts
PROP
}
:
BUpdFacts
monPredSI
.
Global
Instance
monPred_bupd_facts
`{
BUpdFacts
PROP
}
:
BUpdFacts
monPredSI
.
Proof
.
Proof
.
split
;
unseal
;
unfold
monPred_bupd_def
,
monPred_upclosed
.
split
;
unseal
;
unfold
monPred_bupd_def
,
monPred_upclosed
.
(* Note: Notation is somewhat broken here. *)
-
intros
n
P
Q
HPQ
.
split
=>
/=
i
.
by
repeat
f_equiv
.
-
intros
n
P
Q
HPQ
.
split
=>
/=
i
.
by
repeat
f_equiv
.
-
intros
P
.
split
=>
/=
i
.
apply
bi
.
forall_intro
=>?
.
rewrite
bi
.
pure_impl_forall
.
-
intros
P
.
split
=>
/=
i
.
apply
bi
.
forall_intro
=>?
.
rewrite
bi
.
pure_impl_forall
.
apply
bi
.
forall_intro
=>
<-.
apply
bupd_intro
.
apply
bi
.
forall_intro
=>
<-.
apply
bupd_intro
.
...
@@ -868,6 +869,7 @@ Proof. split; try apply _; by unseal. Qed.
...
@@ -868,6 +869,7 @@ Proof. split; try apply _; by unseal. Qed.
Global
Instance
monPred_fupd_facts
`{
FUpdFacts
PROP
}
:
FUpdFacts
monPredSI
.
Global
Instance
monPred_fupd_facts
`{
FUpdFacts
PROP
}
:
FUpdFacts
monPredSI
.
Proof
.
Proof
.
split
;
first
apply
_;
unseal
;
unfold
monPred_fupd_def
,
monPred_upclosed
.
split
;
first
apply
_;
unseal
;
unfold
monPred_fupd_def
,
monPred_upclosed
.
(* Note: Notation is somewhat broken here. *)
-
intros
E1
E2
n
P
Q
HPQ
.
split
=>
/=
i
.
by
repeat
f_equiv
.
-
intros
E1
E2
n
P
Q
HPQ
.
split
=>
/=
i
.
by
repeat
f_equiv
.
-
intros
E1
E2
P
HE12
.
split
=>
/=
i
.
-
intros
E1
E2
P
HE12
.
split
=>
/=
i
.
do
2
setoid_rewrite
bi
.
pure_impl_forall
.
do
2
apply
bi
.
forall_intro
=>?
.
do
2
setoid_rewrite
bi
.
pure_impl_forall
.
do
2
apply
bi
.
forall_intro
=>?
.
...
...
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