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.
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.
The (sup metric) nonnegative distance between Pi.single i a and Pi.single j b for
i ≠ j is max (nndist a 0) (nndist b 0).
The (sup metric) distance between Pi.single i a and Pi.single j b for
i ≠ j is max (dist a 0) (dist b 0).