Mathlib Map

Theorems · Theorem · functional analysis

thickening_closedBall

∀ {E : Type u_2} [inst : SeminormedAddCommGroup E] [NormedSpace ℝ E] {δ ε : ℝ},
  0 < ε → 0 ≤ δ → ∀ (x : E), Metric.thickening ε (Metric.closedBall x δ) = Metric.ball x (ε + δ)
Defined in
Mathlib.Analysis.Normed.Module.Ball.Pointwise
Cited by
3 results in Mathlib
Foundations
Depth 164 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedAddCommGroupNormedSpace

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.

Cited by3

Results whose statement or proof uses this declaration.