Mathlib Map

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 s

If 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.

IsCompact.elim_directed_cover · cited by 3IsCompact.elim_directed_c…compact_open_separated_add_right · cited by 3compact_open_separated_ad…ContinuousMap.idealOfSet_ofIdeal_eq_closure · cited by 2ContinuousMap.idealOfSet_…compact_open_separated_mul_right · cited by 2compact_open_separated_mu…IsCompact.mem_uniformity_of_prod · cited by 2IsCompact.mem_uniformity_…MeasureTheory.LocallyIntegrableOn.integrableOn_isCompact · cited by 2LocallyIntegrableOn.integ…MeasureTheory.Measure.measure_eq_zero_of_subset_sdiff_everywherePosSubset · cited by 2Measure.measure_eq_zero_o…exists_mem_nhds_zero_mul_subset · cited by 1exists_mem_nhds_zero_mul_…IsTopologicalAddGroup.exist_add_closure_nhds · cited by 1IsTopologicalAddGroup.exi…MeasureTheory.LocallyIntegrable.integrableOn_nhds_isCompact · cited by 1LocallyIntegrable.integra…HasCompactSupport.exists_simpleFunc_approx_of_prod · cited by 1HasCompactSupport.exists_…PrespectralSpace.exists_isCompact_and_isOpen_between · cited by 1PrespectralSpace.exists_i…IsCompact.mem_nhdsSet_prod_of_forall · cited by 1IsCompact.mem_nhdsSet_pro…IsCompact.exists_open_superset_measure_lt_top' · cited by 1IsCompact.exists_open_sup…MeasureTheory.Measure.measure_eq_zero_of_isCompact_subset_compl_support · cited by 1Measure.measure_eq_zero_o…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceFilter · cited by 8121FilterCompl.compl · cited by 2925Compl.complnhdsWithin · cited by 1912nhdsWithinIsCompact · cited by 1282IsCompactcompl_compl · cited by 229compl_complFilter.comk · cited by 6Filter.comkIsCompact.compl_mem_sets_of_nhdsWithin · cited by 2IsCompact.compl_mem_sets_…IsCompact.induction_onCITED BYCITES

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by18

Results whose statement or proof uses this declaration.