Mathlib Map

Theorems · Theorem · general topology

Finset.nnnorm_prod_le_sup_nnnorm

∀ {M : Type u_1} {ι : Type u_2} [inst : SeminormedCommGroup M] [IsUltrametricDist M] (s : Finset ι) (f : ι → M),
  ‖∏ i ∈ s, f i‖₊ ≤ s.sup fun x => ‖f x‖₊

Nonarchimedean norm of a product is less than or equal to the largest norm of a term in the product.

Defined in
Mathlib.Analysis.Normed.Group.Ultra
Cited by
1 results in Mathlib
Foundations
Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedCommGroupIsUltrametricDist

Around this declaration

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

Cites16

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.