Theorems · Definition · general topology
PiCountable.edist
{ι : Type u_2} → [Encodable ι] → {F : ι → Type u_3} → [(i : ι) → EDist (F i)] → EDist ((i : ι) → F i)Given a countable family of extended metric spaces,
one may put an extended 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 edist x y = ∑' i, min (1/2)^(encode i) (edist (x i) (y i)).
- Defined in
- Mathlib.Topology.MetricSpace.PiNat
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 127 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- SummationFilter.unconditionalproof · cited by 2,068
- tsumproof · cited by 1,148
- EDist.edistproof · cited by 735
- Encodablestatement and proof · cited by 140
- Encodable.encodeproof · cited by 118
- EDiststatement and proof · cited by 91
Cited by5
Results whose statement or proof uses this declaration.
- PiCountable.edist_le_twostatement · cited by 1
- PiCountable.min_edist_le_edist_pistatement · cited by 1
- PiCountable.edist_eq_tsumstatement · cited by 1
- PiCountable.edist_lt_topstatement · cited by 0
- PiCountable.edist_le_edist_pi_of_edist_ltstatement · cited by 0