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
Pierre Roux
Iris
Commits
abbe9f56
Commit
abbe9f56
authored
4 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Comment about `BiLöb`.
parent
39e504e3
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
theories/bi/derived_connectives.v
+5
-0
5 additions, 0 deletions
theories/bi/derived_connectives.v
with
5 additions
and
0 deletions
theories/bi/derived_connectives.v
+
5
−
0
View file @
abbe9f56
...
@@ -117,6 +117,11 @@ Arguments bi_wandM {_} !_%I _%I /.
...
@@ -117,6 +117,11 @@ Arguments bi_wandM {_} !_%I _%I /.
Notation
"mP -∗? Q"
:=
(
bi_wandM
mP
Q
)
Notation
"mP -∗? Q"
:=
(
bi_wandM
mP
Q
)
(
at
level
99
,
Q
at
level
200
,
right
associativity
)
:
bi_scope
.
(
at
level
99
,
Q
at
level
200
,
right
associativity
)
:
bi_scope
.
(** This class is required for the [iLöb] tactic. For most logics this class
should not be inhabited directly, but the instance [Contractive (▷) → BiLöb PROP]
in [derived_laws_sbi] should be used. A direct instance of the class is useful
when considering a BI logic with a discrete OFE, instead of a OFE that takes
step-indexing of the logic in account.*)
Class
BiLöb
(
PROP
:
bi
)
:=
Class
BiLöb
(
PROP
:
bi
)
:=
löb
(
P
:
PROP
)
:
(
▷
P
→
P
)
⊢
P
.
löb
(
P
:
PROP
)
:
(
▷
P
→
P
)
⊢
P
.
Hint
Mode
BiLöb
!
:
typeclass_instances
.
Hint
Mode
BiLöb
!
:
typeclass_instances
.
...
...
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