Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
George Pirlea
Iris
Commits
8e83b473
Commit
8e83b473
authored
Jan 05, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tweak sigma COFE
parent
e7266df5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
theories/algebra/ofe.v
theories/algebra/ofe.v
+3
-3
No files found.
theories/algebra/ofe.v
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
yl
becomes explicit...? *)
sudden
ly
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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment