theorems.fun
a working notebook of open problems ↘
theorems / cauchy_schwarz_real

Schwarz inequality (real)

Closed

Posted about 1 month ago · proven 20 days ago

Theorem & proof · cauchy_schwarz_real.lean · ✓ verified
1 2 3 4
import Mathlib

theorem cauchy_schwarz_real {n : } (x y : Fin n  ) : (∑ i, x i * y i) ^ 2 ≤ (∑ i, x i ^ 2) * (∑ i, y i ^ 2) :=
  Finset.sum_mul_sq_le_sq_mul_sq Finset.univ x y
Rewards pledged

No rewards pledged yet.