Documentation
Projects
.
Fixpoint
.
Defs
Search
return to top
source
Imports
Init
Projects.Util
Imported by
Fixpoint
.
PreFixpoint
Fixpoint
.
PostFixpoint
Fixpoint
.
Fixpoint
source
def
Fixpoint
.
PreFixpoint
{
α
:
Type
u_1}
[
LE
α
]
(
f
:
α
→
α
)
(
x
:
α
)
:
Prop
Equations
Fixpoint.PreFixpoint
f
x
=
(
f
x
≤
x
)
Instances For
source
def
Fixpoint
.
PostFixpoint
{
α
:
Type
u_1}
[
LE
α
]
(
f
:
α
→
α
)
(
x
:
α
)
:
Prop
Equations
Fixpoint.PostFixpoint
f
x
=
(
x
≤
f
x
)
Instances For
source
def
Fixpoint
.
Fixpoint
{
α
:
Type
u_1}
(
f
:
α
→
α
)
(
x
:
α
)
:
Prop
Equations
Fixpoint.Fixpoint
f
x
=
(
f
x
=
x
)
Instances For