Mathlib Map

Theorems · Definition · functional analysis

Seminorm.closedBall

{𝕜 : Type u_3} →
  {E : Type u_7} →
    [inst : SeminormedRing 𝕜] → [inst_1 : AddCommGroup E] → [inst_2 : SMul 𝕜 E] → Seminorm 𝕜 E → E → ℝ → Set E

The closed ball of radius r at x with respect to seminorm p is the set of elements y with p (y - x) ≤ r.

Defined in
Mathlib.Analysis.Seminorm
Cited by
45 results in Mathlib
Foundations
Depth 100 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedRingAddCommGroupSMul

Around this declaration

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

Cites7

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

Cited by45

Results whose statement or proof uses this declaration.