Mathlib Map

Theorems · Theorem · functional analysis

HasCompactSupport.exists_pos_le_norm

∀ {α : Type u_1} {E : Type u_2} [inst : NormedAddGroup α] {f : α → E} [inst_1 : Zero E],
  HasCompactSupport f → ∃ R, 0 < R ∧ ∀ (x : α), R ≤ ‖x‖ → f x = 0
Defined in
Mathlib.Analysis.Normed.Group.Bounded
Cited by
1 results in Mathlib
Foundations
Depth 152 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddGroupZero

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.