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
65509b98
Commit
65509b98
authored
5 years ago
by
Jonas Kastberg
Browse files
Options
Downloads
Patches
Plain Diff
Added symmetry relation for bi-subtyping
parent
12a45a0c
No related branches found
No related tags found
No related merge requests found
Pipeline
#26965
passed
5 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/logrel/subtyping.v
+4
-0
4 additions, 0 deletions
theories/logrel/subtyping.v
with
4 additions
and
0 deletions
theories/logrel/subtyping.v
+
4
−
0
View file @
65509b98
...
@@ -58,6 +58,8 @@ Section subtype.
...
@@ -58,6 +58,8 @@ Section subtype.
Proof
.
iSplit
;
iApply
lty_le_refl
.
Qed
.
Proof
.
iSplit
;
iApply
lty_le_refl
.
Qed
.
Lemma
lty_bi_le_trans
A1
A2
A3
:
⊢
A1
<:>
A2
-∗
A2
<:>
A3
-∗
A1
<:>
A3
.
Lemma
lty_bi_le_trans
A1
A2
A3
:
⊢
A1
<:>
A2
-∗
A2
<:>
A3
-∗
A1
<:>
A3
.
Robbert Krebbers
@robbertkrebbers
·
Apr 22, 2020
Owner
Same here.
Same here.
Please
register
or
sign in
to reply
Proof
.
iIntros
"#[H11 H12] #[H21 H22]"
.
iSplit
;
by
iApply
lty_le_trans
.
Qed
.
Proof
.
iIntros
"#[H11 H12] #[H21 H22]"
.
iSplit
;
by
iApply
lty_le_trans
.
Qed
.
Lemma
lty_bi_le_sym
A1
A2
:
⊢
A1
<:>
A2
-∗
A2
<:>
A1
.
Robbert Krebbers
@robbertkrebbers
·
Apr 22, 2020
Owner
If you have a wand, there should not be a ⊢.
If you have a wand, there should not be a ⊢.
Please
register
or
sign in
to reply
Proof
.
iIntros
"[$$]"
.
Qed
.
Lemma
lty_le_copy
A
:
⊢
copy
A
<:
A
.
Lemma
lty_le_copy
A
:
⊢
copy
A
<:
A
.
Proof
.
by
iIntros
(
v
)
"!> #H"
.
Qed
.
Proof
.
by
iIntros
(
v
)
"!> #H"
.
Qed
.
...
@@ -201,6 +203,8 @@ Section subtype.
...
@@ -201,6 +203,8 @@ Section subtype.
Proof
.
iSplit
;
iApply
lsty_le_refl
.
Qed
.
Proof
.
iSplit
;
iApply
lsty_le_refl
.
Qed
.
Lemma
lsty_bi_le_trans
S1
S2
S3
:
⊢
S1
<
s
:>
S2
-∗
S2
<
s
:>
S3
-∗
S1
<
s
:>
S3
.
Lemma
lsty_bi_le_trans
S1
S2
S3
:
⊢
S1
<
s
:>
S2
-∗
S2
<
s
:>
S3
-∗
S1
<
s
:>
S3
.
Robbert Krebbers
@robbertkrebbers
·
Apr 22, 2020
Owner
Same here.
Same here.
Please
register
or
sign in
to reply
Proof
.
iIntros
"#[H11 H12] #[H21 H22]"
.
iSplit
;
by
iApply
lsty_le_trans
.
Qed
.
Proof
.
iIntros
"#[H11 H12] #[H21 H22]"
.
iSplit
;
by
iApply
lsty_le_trans
.
Qed
.
Lemma
lsty_bi_le_sym
S1
S2
:
⊢
S1
<
s
:>
S2
-∗
S2
<
s
:>
S1
.
Robbert Krebbers
@robbertkrebbers
·
Apr 22, 2020
Owner
Same here.
Same here.
Please
register
or
sign in
to reply
Proof
.
iIntros
"[$$]"
.
Qed
.
Lemma
lsty_le_send
A1
A2
S1
S2
:
Lemma
lsty_le_send
A1
A2
S1
S2
:
▷
(
A2
<:
A1
)
-∗
▷
(
S1
<
s
:
S2
)
-∗
▷
(
A2
<:
A1
)
-∗
▷
(
S1
<
s
:
S2
)
-∗
...
...
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