Theorems · Definition · general topology
HasSmallInductiveDimensionLT.recOn
∀ {motive : (X : Type u) → [inst : TopologicalSpace X] → (a : ℕ) → HasSmallInductiveDimensionLT X a → Prop} {X : Type u}
[inst : TopologicalSpace X] {a : ℕ} (t : HasSmallInductiveDimensionLT X a),
(∀ {X : Type u} [inst : TopologicalSpace X] [inst_1 : IsEmpty X], motive X 0 ⋯) →
(∀ {X : Type u} [inst : TopologicalSpace X] (n : ℕ) (s : Set (Set X)) (hs : TopologicalSpace.IsTopologicalBasis s)
(h : ∀ U ∈ s, HasSmallInductiveDimensionLT (↑(frontier U)) n),
(∀ (U : Set X) (a : U ∈ s), motive (↑(frontier U)) n ⋯) → motive X (n + 1) ⋯) →
motive X a t- Defined in
- Mathlib.Topology.SmallInductiveDimension
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 68 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.
Cites7
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.Elemstatement and proof · cited by 7,166
- IsEmptystatement and proof · cited by 759
- frontierstatement and proof · cited by 214
- TopologicalSpace.IsTopologicalBasisstatement and proof · cited by 126
- HasSmallInductiveDimensionLTstatement and proof · cited by 9
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.