Mathlib Map

Theorems · Theorem · functional analysis

pi_norm_le_iff_of_nonempty

∀ {ι : Type u_1} {G : ι → Type u_4} [inst : Fintype ι] [inst_1 : (i : ι) → SeminormedAddGroup (G i)] (f : (i : ι) → G i)
  {r : ℝ} [Nonempty ι], ‖f‖ ≤ r ↔ ∀ (b : ι), ‖f b‖ ≤ r
Defined in
Mathlib.Analysis.Normed.Group.Constructions
Cited by
1 results in Mathlib
Foundations
Depth 156 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeSeminormedAddGroupNonempty

Around this declaration

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

Cites8

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.