Mathlib Map

Theorems · Theorem · functional analysis

closedBall_add_closedBall

∀ {E : Type u_2} [inst : SeminormedAddCommGroup E] [NormedSpace ℝ E] {δ ε : ℝ} [ProperSpace E],
  0 ≤ ε → 0 ≤ δ → ∀ (a b : E), Metric.closedBall a ε + Metric.closedBall b δ = Metric.closedBall (a + b) (ε + δ)
Defined in
Mathlib.Analysis.Normed.Module.Ball.Pointwise
Cited by
1 results in Mathlib
Foundations
Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedAddCommGroupNormedSpaceProperSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.