Documentation
PiBaseLean
.
Properties
.
P189
.
Defs
Search
return to top
source
Imports
Init
Mathlib.Data.Setoid.Partition
Mathlib.Topology.Connected.Basic
Imported by
PiBase
.
SigmaConnectedSpace
source
class
PiBase
.
SigmaConnectedSpace
(
X
:
Type
u)
[
TopologicalSpace
X
]
extends
PreconnectedSpace
X
:
Prop
isPreconnected_univ
:
IsPreconnected
Set.univ
no_partition
(
f
:
ℕ
→
Set
X
)
:
Function.Injective
f
∧
Setoid.IsPartition
(
Set.range
f
)
→
∃ (
n
:
ℕ
),
¬
IsClosed
(
f
n
)
Instances