Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
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
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
Paolo G. Giarrusso
iris
Commits
5634e2a8
Commit
5634e2a8
authored
2 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
support fractional framing of ghost_var (like mapsto)
parent
a513639d
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
iris/base_logic/lib/ghost_var.v
+6
-0
6 additions, 0 deletions
iris/base_logic/lib/ghost_var.v
with
6 additions
and
0 deletions
iris/base_logic/lib/ghost_var.v
+
6
−
0
View file @
5634e2a8
...
...
@@ -90,4 +90,10 @@ Section lemmas.
ghost_var
γ
(
1
/
2
)
b
∗
ghost_var
γ
(
1
/
2
)
b
.
Proof
.
iApply
ghost_var_update_2
.
apply
Qp_half_half
.
Qed
.
(** Framing support *)
Global
Instance
frame_ghost_var
p
γ
a
q1
q2
RES
:
FrameFractionalHyps
p
(
ghost_var
γ
q1
a
)
(
λ
q
,
ghost_var
γ
q
a
)
%
I
RES
q1
q2
→
Frame
p
(
ghost_var
γ
q1
a
)
(
ghost_var
γ
q2
a
)
RES
|
5
.
Proof
.
apply
:
frame_fractional
.
Qed
.
End
lemmas
.
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