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
8453ed18
Commit
8453ed18
authored
4 years ago
by
Jonas Kastberg
Browse files
Options
Downloads
Patches
Plain Diff
Added existential quantification elimination rule
parent
176ff8bb
No related branches found
No related tags found
No related merge requests found
Pipeline
#26767
passed
4 years ago
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 @
8453ed18
...
...
@@ -99,6 +99,10 @@ Section subtype.
iIntros
"#Hle"
(
v
)
"!>"
.
iDestruct
1
as
(
A
)
"H"
.
iExists
A
.
by
iApply
"Hle"
.
Qed
.
Lemma
lty_exist_le_elim
C
B
:
⊢
(
C
B
)
<:
(
∃
A
,
C
A
)
.
Robbert Krebbers
@robbertkrebbers
·
Apr 17, 2020
Owner
Redundant parens :)
Redundant parens :)
Please
register
or
sign in
to reply
Proof
.
iIntros
"!>"
(
v
)
"Hle"
.
by
iExists
B
.
Qed
.
Lemma
lty_rec_le_1
(
C
:
lty
Σ
→
lty
Σ
)
`{
!
Contractive
C
}
:
⊢
lty_rec
C
<:
C
(
lty_rec
C
)
.
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