Theorems · Theorem · general topology
IsCompact.induction_on
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
IsCompact s →
∀ {p : Set X → Prop},
p ∅ →
(∀ ⦃s t : Set X⦄, s ⊆ t → p t → p s) →
(∀ ⦃s t : Set X⦄, p s → p t → p (s ∪ t)) → (∀ 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 compact set s has a neighborhood t within s such that p t, then p s holds.
- Defined in
- Mathlib.Topology.Compactness.Compact
- Cited by
- 18 results in Mathlib
- Foundations
- Depth 75 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.
Cites9
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
- Compl.complproof · cited by 2,925
- nhdsWithinstatement and proof · cited by 1,912
- IsCompactstatement and proof · cited by 1,282
- compl_complproof · cited by 229
- Filter.comkproof · cited by 6
- IsCompact.compl_mem_sets_of_nhdsWithinproof · cited by 2
Cited by18
Results whose statement or proof uses this declaration.
- IsCompact.elim_directed_coverproof · cited by 3
- compact_open_separated_add_rightproof · cited by 3
- ContinuousMap.idealOfSet_ofIdeal_eq_closureproof · cited by 2
- compact_open_separated_mul_rightproof · cited by 2
- IsCompact.mem_uniformity_of_prodproof · cited by 2
- MeasureTheory.LocallyIntegrableOn.integrableOn_isCompactproof · cited by 2
- exists_mem_nhds_zero_mul_subsetproof · cited by 1
- IsTopologicalAddGroup.exist_add_closure_nhdsproof · cited by 1
- MeasureTheory.LocallyIntegrable.integrableOn_nhds_isCompactproof · cited by 1
- HasCompactSupport.exists_simpleFunc_approx_of_prodproof · cited by 1
- PrespectralSpace.exists_isCompact_and_isOpen_betweenproof · cited by 1