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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Ralf Jung
Iris
Commits
ed0d0453
Commit
ed0d0453
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Remove framing for fractional.
parent
9b53243c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris/bi/lib/fractional.v
+0
-35
0 additions, 35 deletions
iris/bi/lib/fractional.v
with
0 additions
and
35 deletions
iris/bi/lib/fractional.v
+
0
−
35
View file @
ed0d0453
...
...
@@ -155,39 +155,4 @@ Section fractional.
AsFractional
P
Φ
q
→
AsFractional
Q
Φ
(
q
/
2
)
→
IntoSep
P
Q
Q
|
100
.
Proof
.
intros
.
rewrite
/
IntoSep
[
P
]
fractional_half
//.
Qed
.
(* The instance [frame_fractional] can be tried at all the nodes of
the proof search. The proof search then fails almost always on
[AsFractional R Φ r], but the slowdown is still noticeable. For
that reason, we factorize the three instances that could have been
defined for that purpose into one. *)
Inductive
FrameFractionalHyps
(
p
:
bool
)
(
R
:
PROP
)
(
Φ
:
Qp
→
PROP
)
(
RES
:
PROP
)
:
Qp
→
Qp
→
Prop
:=
|
frame_fractional_hyps_l
Q
q
q'
r
:
Frame
p
R
(
Φ
q
)
Q
→
MakeSep
Q
(
Φ
q'
)
RES
→
FrameFractionalHyps
p
R
Φ
RES
r
(
q
+
q'
)
|
frame_fractional_hyps_r
Q
q
q'
r
:
Frame
p
R
(
Φ
q'
)
Q
→
MakeSep
Q
(
Φ
q
)
RES
→
FrameFractionalHyps
p
R
Φ
RES
r
(
q
+
q'
)
|
frame_fractional_hyps_half
q
:
AsFractional
RES
Φ
(
q
/
2
)
→
FrameFractionalHyps
p
R
Φ
RES
(
q
/
2
)
q
.
Existing
Class
FrameFractionalHyps
.
Global
Existing
Instances
frame_fractional_hyps_l
frame_fractional_hyps_r
frame_fractional_hyps_half
.
Global
Instance
frame_fractional
p
R
r
Φ
P
q
RES
:
AsFractional
R
Φ
r
→
AsFractional
P
Φ
q
→
FrameFractionalHyps
p
R
Φ
RES
r
q
→
Frame
p
R
P
RES
.
Proof
.
rewrite
/
Frame
=>
-
[
HR
_][
->
?]
H
.
revert
H
HR
=>
-
[
Q
q0
q0'
r0
|
Q
q0
q0'
r0
|
q0
]
.
-
rewrite
fractional
/
Frame
/
MakeSep
=>
<-<-.
by
rewrite
assoc
.
-
rewrite
fractional
/
Frame
/
MakeSep
=>
<-<-=>_.
by
rewrite
(
comm
_
Q
(
Φ
q0
))
!
assoc
(
comm
_
(
Φ
_))
.
-
move
=>
-
[
->
_]
->
.
by
rewrite
bi
.
intuitionistically_if_elim
-
fractional
Qp_div_2
.
Qed
.
End
fractional
.
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