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
Simcha van Collem
Iris
Commits
5ebc77b0
Commit
5ebc77b0
authored
2 years ago
by
Simcha van Collem
Browse files
Options
Downloads
Patches
Plain Diff
Timeless properties for bi_tc, bi_rtc, bi_nsteps
parent
1b15f4f9
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/bi/lib/relations.v
+24
-0
24 additions, 0 deletions
iris/bi/lib/relations.v
with
24 additions
and
0 deletions
iris/bi/lib/relations.v
+
24
−
0
View file @
5ebc77b0
...
...
@@ -406,3 +406,27 @@ Section general.
by
iApply
"IH"
.
Qed
.
End
general
.
Section
timeless
.
Context
{
PROP
:
bi
}
`{
!
BiInternalEq
PROP
}
`{
!
BiAffine
PROP
}
.
Context
`{
!
OfeDiscrete
A
}
.
Context
(
R
:
A
→
A
→
PROP
)
`{
!
NonExpansive2
R
}
.
Global
Instance
bi_nsteps_timeless
n
:
(
∀
x
y
,
Timeless
(
R
x
y
))
→
∀
x
y
,
Timeless
(
bi_nsteps
R
n
x
y
)
.
Proof
.
intros
?
x
y
.
revert
x
.
induction
n
;
apply
_
.
Qed
.
Global
Instance
bi_rtc_timeless
:
(
∀
x
y
,
Timeless
(
R
x
y
))
→
∀
x
y
,
Timeless
(
bi_rtc
R
x
y
)
.
Proof
.
intros
?
x
y
.
rewrite
bi_rtc_nsteps
.
apply
_
.
Qed
.
Global
Instance
bi_tc_timeless
:
(
∀
x
y
,
Timeless
(
R
x
y
))
→
∀
x
y
,
Timeless
(
bi_tc
R
x
y
)
.
Proof
.
intros
?
x
y
.
rewrite
bi_tc_nsteps
.
apply
_
.
Qed
.
End
timeless
.
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