Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Actris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Iris
Actris
Commits
cfd71586
Commit
cfd71586
authored
4 years ago
by
Daniël Louwrink
Committed by
Jonas Kastberg
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add Löb TODO
parent
91af156d
No related branches found
Branches containing commit
No related tags found
1 merge request
!14
Derived rules about copying
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/logrel/subtyping_rules.v
+2
-0
2 additions, 0 deletions
theories/logrel/subtyping_rules.v
with
2 additions
and
0 deletions
theories/logrel/subtyping_rules.v
+
2
−
0
View file @
cfd71586
...
@@ -194,6 +194,8 @@ Section subtyping_rules.
...
@@ -194,6 +194,8 @@ Section subtyping_rules.
iApply
lty_le_exist
;
try
(
iAssumption
||
iApply
lty_le_refl
)
.
iApply
lty_le_exist
;
try
(
iAssumption
||
iApply
lty_le_refl
)
.
Qed
.
Qed
.
(* TODO: Try to add Löb induction in the type system, and use it to prove μX.int → X <:> μX.int → int → X *)
(* TODO(COPY): Commuting rule for μ, allowing `copy` to move outside the μ *)
(* TODO(COPY): Commuting rule for μ, allowing `copy` to move outside the μ *)
Lemma
lty_copyable_rec
C
`{
!
Contractive
C
}
:
Lemma
lty_copyable_rec
C
`{
!
Contractive
C
}
:
(
∀
A
,
▷
lty_copyable
A
-∗
lty_copyable
(
C
A
))
-∗
lty_copyable
(
lty_rec
C
)
.
(
∀
A
,
▷
lty_copyable
A
-∗
lty_copyable
(
C
A
))
-∗
lty_copyable
(
lty_rec
C
)
.
...
...
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