Skip to content

Instantly share code, notes, and snippets.

@GOROman
Created March 9, 2025 23:21
Show Gist options
  • Save GOROman/5f1aaf088e493dd5b960c75a01bc24ef to your computer and use it in GitHub Desktop.
Save GOROman/5f1aaf088e493dd5b960c75a01bc24ef to your computer and use it in GitHub Desktop.
The Cauchy-Schwarz Inequality

The Cauchy-Schwarz Inequality

$$\left( \sum_{k=10000000000000000}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right)$$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment