Theorems · Theorem · general topology
closedBall_pi
∀ {β : Type u_2} {X : β → Type u_3} [inst : Fintype β] [inst_1 : (b : β) → PseudoMetricSpace (X b)] (x : (b : β) → X b)
{r : ℝ}, 0 ≤ r → Metric.closedBall x r = Set.univ.pi fun b => Metric.closedBall (x b) rA 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.
- Defined in
- Mathlib.Topology.MetricSpace.Pseudo.Pi
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 155 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- FintypePseudoMetricSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- Fintypestatement and proof · cited by 7,736
- Set.univstatement · cited by 3,945
- Set.extproof · cited by 2,266
- PseudoMetricSpacestatement and proof · cited by 1,550
- Dist.distproof · cited by 1,539
- Metric.closedBallstatement · cited by 704
- Set.pistatement · cited by 405
- dist_pi_le_iffproof · cited by 10
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.pi_closedBallproof · cited by 1
- closedBall_pi'proof · cited by 0