Theorems · Theorem · general topology
Metric.inductiveLimitDist_eq_dist
∀ {X : ℕ → Type u} [inst : (n : ℕ) → MetricSpace (X n)] {f : (n : ℕ) → X n → X (n + 1)},
(∀ (n : ℕ), Isometry (f n)) →
∀ (x y : (n : ℕ) × X n) (m : ℕ) (hx : x.fst ≤ m) (hy : y.fst ≤ m),
Metric.inductiveLimitDist f x y =
dist (Nat.leRecOn hx (fun {k} => f k) x.snd) (Nat.leRecOn hy (fun {k} => f k) y.snd)The predistance on the disjoint union Σ n, X n can be computed in any X k for large
enough k.
- Defined in
- Mathlib.Topology.MetricSpace.Gluing
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 153 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.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- MetricSpacestatement and proof · cited by 1,684
- Dist.diststatement · cited by 1,539
- Isometrystatement and proof · cited by 230
- Nat.leRecOnstatement · cited by 13
- Metric.inductiveLimitDiststatement · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Metric.toInductiveLimit_isometryproof · cited by 1
- Metric.toInductiveLimit_commuteproof · cited by 0