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
e11f52aa
Commit
e11f52aa
authored
9 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
show that owning a ghost-unit can be boxed
parent
1f918268
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_core.v
+10
-0
10 additions, 0 deletions
iris_core.v
with
10 additions
and
0 deletions
iris_core.v
+
10
−
0
View file @
e11f52aa
...
...
@@ -950,6 +950,16 @@ Module Type IRIS_CORE (RL : VIRA_T) (C : CORE_LANG) (R: IRIS_RES RL C) (WP: WORL
rewrite
->
Hg1
,
Hg2
.
apply
pordR
.
exact
Heq
.
Qed
.
Lemma
ownL_box
(
g
:
RL
.
res
)
:
ownL
(
1
g
)
==
□
ownL
(
1
g
)
.
Proof
.
apply
pord_antisym
;
last
exact
:
box_elim
.
move
=>
w
n
.
destruct
n
;
first
(
intro
;
exact
:
bpred
)
.
case
=>[
gr
Heq
]
.
simpl
.
destruct
(
ra_unit_mono
(
1
g
)
gr
)
as
[
g'
Heq'
]
.
simpl
in
Heq
.
rewrite
-
Heq
.
exists
g'
.
rewrite
(
comm
gr
)
Heq'
ra_unit_idem
comm
.
reflexivity
.
Qed
.
Lemma
ownL_something
:
valid
(
xist
ownL
)
.
Proof
.
...
...
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