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
Gaëtan Gilbert
Iris
Commits
d4aa9dd9
Commit
d4aa9dd9
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
on unique representatives
parent
1df177bd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/constructions.tex
+17
-0
17 additions, 0 deletions
docs/constructions.tex
theories/base_logic/upred.v
+5
-4
5 additions, 4 deletions
theories/base_logic/upred.v
with
22 additions
and
4 deletions
docs/constructions.tex
+
17
−
0
View file @
d4aa9dd9
...
...
@@ -31,6 +31,23 @@ You can think of uniform predicates as monotone, step-indexed predicates over a
$
\UPred
(-)
$
is a locally non-expansive functor from
$
\CMRAs
$
to
$
\COFEs
$
.
It is worth noting that the above quotient admits canonical
representatives. More precisely, one can show that every
equivalence class contains exactly one element
$
P
_
0
$
such that:
\[
\All
n,
\melt
.
(
\mval
(
\melt
)
\nincl
{
n
}
P
_
0
(
\melt
))
\Ra
n
\in
P
_
0
(
\melt
)
\tagH
{
UPred
-
canonical
}
\]
Intuitively, this says that
$
P
_
0
$
trivially holds whenever the resource is invalid.
Starting from any element
$
P
$
, one can find this canonical
representative by choosing
$
P
_
0
(
\melt
)
:
=
\setComp
{
n
}{
n
\in
\mval
(
\melt
)
\Ra
n
\in
P
(
\melt
)
}$
.
Hence, as an alternative definition of
$
\UPred
$
, we could use the set
of canonical representatives. This alternative definition would
save us from using a quotient. However, the definitions of the various
connectives would get more complicated, because we have to make sure
they all verify
\ruleref
{
UPred-canonical
}
, which sometimes requires some adjustments. We
would moreover need to prove one more property for every logical
connective.
\clearpage
\section
{
RA and CMRA constructions
}
...
...
This diff is collapsed.
Click to expand it.
theories/base_logic/upred.v
+
5
−
4
View file @
d4aa9dd9
...
...
@@ -24,10 +24,11 @@ Set Default Proof Using "Type".
It is worth noting that this equivalence relation admits canonical
representatives. More precisely, one can show that every
equivalence class contains exactly one element P0 such that:
∀ x, (✓ x → P(x)) → P(x) (2)
(Again, this assertion has to be understood in sProp). Starting
from an element P of a given class, one can build this canonical
representative by chosing:
∀ x, (✓ x → P0(x)) → P0(x) (2)
(Again, this assertion has to be understood in sProp). Intuitively,
this says that P0 trivially holds whenever the resource is invalid.
Starting from any element P, one can find this canonical
representative by choosing:
P0(x) := ✓ x → P(x) (3)
Hence, as an alternative definition of uPred, we could use the set
...
...
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