Theorems · Definition · general topology
Metric.toInductiveLimit
{X : ℕ → Type u} →
[inst : (n : ℕ) → MetricSpace (X n)] →
{f : (n : ℕ) → X n → X (n + 1)} → (I : ∀ (n : ℕ), Isometry (f n)) → (n : ℕ) → X n → Metric.InductiveLimit IMapping each X n to the inductive limit.
- Defined in
- Mathlib.Topology.MetricSpace.Gluing
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 158 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MetricSpacestatement and proof · cited by 1,684
- Isometrystatement and proof · cited by 230
- Quotient.mk''proof · cited by 132
- Metric.InductiveLimitstatement · cited by 4
Cited by4
Results whose statement or proof uses this declaration.
- Metric.toInductiveLimit_isometrystatement · cited by 1
- Metric.dense_iUnion_range_toInductiveLimitstatement · cited by 1
- Metric.separableSpaceInductiveLimit_of_separableSpaceproof · cited by 0
- Metric.toInductiveLimit_commutestatement · cited by 0