Theorems · Theorem · general topology
Perfect.splitting
∀ {α : Type u_1} [inst : TopologicalSpace α] {C : Set α} [T25Space α],
Perfect C →
C.Nonempty → ∃ C₀ C₁, (Perfect C₀ ∧ C₀.Nonempty ∧ C₀ ⊆ C) ∧ (Perfect C₁ ∧ C₁.Nonempty ∧ C₁ ⊆ C) ∧ Disjoint C₀ C₁Given a perfect nonempty set in a T2.5 space, we can find two disjoint perfect subsets. This is the main inductive step in the proof of the Cantor-Bendixson Theorem.
- Defined in
- Mathlib.Topology.Perfect
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpaceT25Space
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Set.univproof · cited by 3,945
- Set.Nonemptystatement and proof · cited by 2,627
- IsOpenproof · cited by 2,400
- Disjointstatement and proof · cited by 2,201
- closureproof · cited by 1,254
- Filter.principalproof · cited by 740
- Set.inter_subset_leftproof · cited by 360
- Set.inter_subset_rightproof · cited by 329
- closure_monoproof · cited by 133
- Filter.univ_memproof · cited by 96
Cited by1
Results whose statement or proof uses this declaration.
- Perfect.small_diam_splittingproof · cited by 1