Theorems · Theorem · general topology
Dense.induction
∀ {X : Type u} [inst : TopologicalSpace X] {s : Set X},
Dense s → ∀ {P : X → Prop}, (∀ x ∈ s, P x) → IsClosed {x | P x} → ∀ (x : X), P xIf a closed property holds for a dense subset, it holds for the whole space.
- Defined in
- Mathlib.Topology.Closure
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 63 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.
Cites10
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.ofPredstatement and proof · cited by 6,101
- LE.le.transproof · cited by 3,151
- IsClosedstatement and proof · cited by 1,639
- Set.mem_univproof · cited by 416
- Densestatement and proof · cited by 359
- Eq.subsetproof · cited by 124
- IsClosed.closure_subset_iffproof · cited by 59
- Dense.closure_eqproof · cited by 24
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.norm_extendOfNorm_apply_leproof · cited by 3
- MeasureTheory.L1.setToL1_eq_setToL1'proof · cited by 1