Theorems · Theorem · functional analysis
BoundedContinuousFunction.nnnorm_sum_eq_sup
∀ {α : Type u} [inst : TopologicalSpace α] {R : Type u_1} [inst_1 : NonUnitalSeminormedRing R] [IsCancelMulZero R]
{ι : Type u_2} {f : ι → BoundedContinuousFunction α R} (s : Finset ι),
Pairwise (Function.onFun (fun x1 x2 => x1 * x2 = 0) f) → ‖∑ i ∈ s, f i‖₊ = s.sup fun x => ‖f x‖₊If the pairwise products of bounded continuous functions are all zero, then the norm of their sum is the maximum of their norms.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Finsetstatement and proof · cited by 13,712
- Finset.sumstatement and proof · cited by 5,195
- NNRealstatement · cited by 4,310
- NNNorm.nnnormstatement and proof · cited by 952
- Function.onFunstatement and proof · cited by 570
- Finset.supstatement and proof · cited by 530
- Pairwisestatement and proof · cited by 516
- BoundedContinuousFunctionstatement and proof · cited by 511
- Finset.sum_insertproof · cited by 196
- Finset.mul_sumproof · cited by 196
- IsCancelMulZerostatement and proof · cited by 177
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.