Theorems · Theorem · order theory
Finset.sum_sq_le_sq_sum_of_nonneg
∀ {ι : Type u_1} {R : Type u_2} [inst : Semiring R] [inst_1 : PartialOrder R] [IsOrderedRing R] {f : ι → R}
{s : Finset ι}, (∀ i ∈ s, 0 ≤ f i) → ∑ i ∈ s, f i ^ 2 ≤ (∑ i ∈ s, f i) ^ 2- Cited by
- 1 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Finsetstatement and proof · cited by 13,712
- PartialOrderstatement and proof · cited by 6,410
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- IsOrderedRingstatement and proof · cited by 777
- mul_le_mul_of_nonneg_leftproof · cited by 361
- sqproof · cited by 280
- Finset.mul_sumproof · cited by 196
- Finset.sum_le_sumproof · cited by 182
- Finset.single_le_sumproof · cited by 34
- Finset.sum_mul_sumproof · cited by 13
Cited by1
Results whose statement or proof uses this declaration.
- WithCStarModule.pi_norm_le_sum_normproof · cited by 0