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
8e83b473
Commit
8e83b473
authored
8 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
tweak sigma COFE
parent
e7266df5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/algebra/ofe.v
+3
-3
3 additions, 3 deletions
theories/algebra/ofe.v
with
3 additions
and
3 deletions
theories/algebra/ofe.v
+
3
−
3
View file @
8e83b473
...
@@ -956,7 +956,7 @@ Proof.
...
@@ -956,7 +956,7 @@ Proof.
Qed
.
Qed
.
(** Sigma *)
(** Sigma *)
Class
LimitPreserving
{
A
:
ofeT
}
`{
!
Cofe
A
}
(
P
:
A
→
Prop
)
:
Prop
:=
Class
LimitPreserving
`{
!
Cofe
A
}
(
P
:
A
→
Prop
)
:
Prop
:=
limit_preserving
:
∀
c
:
chain
A
,
(
∀
n
,
P
(
c
n
))
→
P
(
compl
c
)
.
limit_preserving
:
∀
c
:
chain
A
,
(
∀
n
,
P
(
c
n
))
→
P
(
compl
c
)
.
Section
sigma
.
Section
sigma
.
...
@@ -987,7 +987,7 @@ Section sigma.
...
@@ -987,7 +987,7 @@ Section sigma.
Canonical
Structure
sigC
:
ofeT
:=
OfeT
(
sig
P
)
sig_ofe_mixin
.
Canonical
Structure
sigC
:
ofeT
:=
OfeT
(
sig
P
)
sig_ofe_mixin
.
(* FIXME: WTF, it seems that within these braces {...} the ofe argument of LimitPreserving
(* FIXME: WTF, it seems that within these braces {...} the ofe argument of LimitPreserving
sudden
y
l becomes explicit...? *)
suddenl
y
becomes explicit...? *)
Program
Definition
sig_compl
`{
LimitPreserving
_
P
}
:
Compl
sigC
:=
Program
Definition
sig_compl
`{
LimitPreserving
_
P
}
:
Compl
sigC
:=
λ
c
,
exist
P
(
compl
(
chain_map
proj1_sig
c
))
_
.
λ
c
,
exist
P
(
compl
(
chain_map
proj1_sig
c
))
_
.
Next
Obligation
.
Next
Obligation
.
...
@@ -1009,7 +1009,7 @@ Section sigma.
...
@@ -1009,7 +1009,7 @@ Section sigma.
Qed
.
Qed
.
End
sigma
.
End
sigma
.
Arguments
sigC
{
A
}
P
.
Arguments
sigC
{
_
}
_
.
(** Notation for writing functors *)
(** Notation for writing functors *)
Notation
"∙"
:=
idCF
:
cFunctor_scope
.
Notation
"∙"
:=
idCF
:
cFunctor_scope
.
...
...
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