Theorems · Theorem · general topology
IsLindelof.induction_on
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
IsLindelof s →
∀ {p : Set X → Prop},
(∀ ⦃s t : Set X⦄, s ⊆ t → p t → p s) →
(∀ (S : Set (Set X)), S.Countable → (∀ s ∈ S, p s) → p (⋃₀ S)) → (∀ x ∈ s, ∃ t ∈ nhdsWithin x s, p t) → p sIf p : Set X → Prop is stable under restriction and union, and each point x
of a Lindelöf set s has a neighborhood t within s such that p t, then p s holds.
- Defined in
- Mathlib.Topology.Compactness.Lindelof
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Filterstatement and proof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- Compl.complproof · cited by 2,925
- nhdsWithinstatement and proof · cited by 1,912
- Set.Countablestatement and proof · cited by 545
- Set.sUnionstatement and proof · cited by 392
- compl_complproof · cited by 229
- IsLindelofstatement and proof · cited by 85
- Filter.ofCountableUnionproof · cited by 5
- IsLindelof.compl_mem_sets_of_nhdsWithinproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- IsLindelof.elim_countable_subcoverproof · cited by 10