Documentation
BourbakiLean2
.
Order
.
Cofinal
Search
Google site search
return to top
source
Imports
Init
BourbakiLean2.Order.MaxMin
Imported by
Cofinal
Coinitial
singleton_cofinal_iff_greatest
singleton_coinitial_iff_least
Cofinal
.
univ
Cofinal
.
cofinal_of_subset
source
def
Cofinal
{α :
Type
u_1}
[
Preorder
α
]
(s :
Set
α
)
:
Prop
Equations
Cofinal
s
=
∀ (
x
:
α
),
∃ (
y
:
α
),
y
∈
s
∧
x
≤
y
Instances For
source
def
Coinitial
{α :
Type
u_1}
[
Preorder
α
]
(s :
Set
α
)
:
Prop
Equations
Coinitial
s
=
∀ (
x
:
α
),
∃ (
y
:
α
),
y
∈
s
∧
y
≤
x
Instances For
source
theorem
singleton_cofinal_iff_greatest
{α :
Type
u_1}
[
Preorder
α
]
{a :
α
}
:
Cofinal
{
a
}
↔
Greatest
a
source
theorem
singleton_coinitial_iff_least
{α :
Type
u_1}
[
Preorder
α
]
{a :
α
}
:
Coinitial
{
a
}
↔
Least
a
source
@[simp]
theorem
Cofinal
.
univ
{α :
Type
u_1}
[
Preorder
α
]
:
Cofinal
Set.univ
source
theorem
Cofinal
.
cofinal_of_subset
{α :
Type
u_1}
[
Preorder
α
]
{s t :
Set
α
}
(h :
Cofinal
s
)
(h' :
s
⊆
t
)
:
Cofinal
t