Theorems · Definition · general topology
PiCountable.dist
{ι : Type u_2} → [Encodable ι] → {F : ι → Type u_3} → [(i : ι) → PseudoMetricSpace (F i)] → Dist ((i : ι) → F i)Given a countable family of metric spaces, one may put a distance on their product Π i, E i.
It is highly non-canonical, though, and therefore not registered as a global instance.
The distance we use here is dist x y = ∑' i, min (1/2)^(encode i) (dist (x i) (y i)).
- Defined in
- Mathlib.Topology.MetricSpace.PiNat
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 114 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- EncodablePseudoMetricSpace
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.
- SummationFilter.unconditionalproof · cited by 2,068
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.distproof · cited by 1,539
- tsumproof · cited by 1,148
- Encodablestatement and proof · cited by 140
- Encodable.encodeproof · cited by 118
- Diststatement · cited by 35
Cited by3
Results whose statement or proof uses this declaration.
- PiCountable.min_dist_le_dist_pistatement · cited by 1
- PiCountable.dist_eq_tsumstatement · cited by 0
- PiCountable.dist_le_dist_pi_of_dist_ltstatement · cited by 0