Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
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
Abhishek Anand
Iris
Commits
efd17201
Commit
efd17201
authored
6 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
elim_inv_acc_with_close: also support ElimModal with a side-condition
parent
58e2394c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/proofmode/class_instances_bi.v
+6
-5
6 additions, 5 deletions
theories/proofmode/class_instances_bi.v
with
6 additions
and
5 deletions
theories/proofmode/class_instances_bi.v
+
6
−
5
View file @
efd17201
...
@@ -868,15 +868,16 @@ Proof.
...
@@ -868,15 +868,16 @@ Proof.
Qed
.
Qed
.
Global
Instance
elim_inv_acc_with_close
{
X
:
Type
}
Global
Instance
elim_inv_acc_with_close
{
X
:
Type
}
φ
Pinv
Pin
φ
1
φ2
Pinv
Pin
M1
M2
α
β
mγ
Q
Q'
:
M1
M2
α
β
mγ
Q
Q'
:
IntoAcc
Pinv
φ
Pin
M1
M2
α
β
mγ
→
IntoAcc
Pinv
φ1
Pin
M1
M2
α
β
mγ
→
(
∀
R
,
ElimModal
True
false
false
(
M1
R
)
R
Q
Q'
)
→
(
∀
R
,
ElimModal
φ2
false
false
(
M1
R
)
R
Q
Q'
)
→
ElimInv
(
X
:=
X
)
φ
Pinv
Pin
α
(
Some
(
λ
x
,
β
x
-∗
M2
(
proofmode
.
base
.
from_option
id
emp
(
mγ
x
))))
%
I
ElimInv
(
X
:=
X
)
(
φ1
∧
φ2
)
Pinv
Pin
α
(
Some
(
λ
x
,
β
x
-∗
M2
(
proofmode
.
base
.
from_option
id
emp
(
mγ
x
))))
%
I
Q
(
λ
_,
Q'
)
.
Q
(
λ
_,
Q'
)
.
Proof
.
Proof
.
rewrite
/
ElimAcc
/
IntoAcc
/
ElimInv
.
rewrite
/
ElimAcc
/
IntoAcc
/
ElimInv
.
iIntros
(
Hacc
Helim
Hφ
)
"(Hinv & Hin & Hcont)"
.
iIntros
(
Hacc
Helim
[??]
)
"(Hinv & Hin & Hcont)"
.
iMod
(
Hacc
with
"Hinv Hin"
)
as
(
x
)
"[Hα Hclose]"
;
first
done
.
iMod
(
Hacc
with
"Hinv Hin"
)
as
(
x
)
"[Hα Hclose]"
;
first
done
.
iApply
"Hcont"
.
simpl
.
iSplitL
"Hα"
;
done
.
iApply
"Hcont"
.
simpl
.
iSplitL
"Hα"
;
done
.
Qed
.
Qed
.
...
...
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