Product of pseudometric spaces #
This file constructs the infinity distance on finite products of pseudometric spaces.
A finite product of pseudometric spaces is a pseudometric space, with the sup distance.
Equations
- pseudoMetricSpacePi = (PseudoEMetricSpace.toPseudoMetricSpaceOfDist (fun (f g : (b : β) → π b) => ↑(Finset.univ.sup fun (b : β) => nndist (f b) (g b))) ⋯ ⋯).replaceBornology ⋯
An open ball in a product space is a product of open balls. See also ball_pi'
for a version assuming Nonempty β
instead of 0 < r
.
An open ball in a product space is a product of open balls. See also ball_pi
for a version assuming 0 < r
instead of Nonempty β
.
A closed ball in a product space is a product of closed balls. See also closedBall_pi'
for a version assuming Nonempty β
instead of 0 ≤ r
.
A closed ball in a product space is a product of closed balls. See also closedBall_pi
for a version assuming 0 ≤ r
instead of Nonempty β
.
A sphere in a product space is a union of spheres on each component restricted to the closed ball.