← All Papers · Formal Verification

The Cauchy-Schwarz Inequality for 2D Real Vectors via Sum-of-Squares Decomposition

Dr. Tamás Nagy Proof Record Formal Verification Lean-Verified
Mathematics verified. Core theorems are machine-checked in Lean 4. Prose and presentation may not have been human-reviewed.
View in Graph BibTeX

Abstract

We present a formally verified proof of the Cauchy-Schwarz inequality for two-dimensional real vectors. For all real numbers \(a, b, c, d\), we establish that \((ac + bd)^2 \leq (a^2 + b^2)(c^2 + d^2)\). The proof proceeds by introducing the cross-term witness \((ad - bc)^2 \geq 0\) and applying the Lagrange identity, which expresses the difference \((a^2 + b^2)(c^2 + d^2) - (ac + bd)^2\) as the perfect square \((ad - bc)^2\). The argument is formalized in the Platonic proof language with full verification, using no axioms beyond the standard bootstrap for real arithmetic. The explicit Sum-of-Squares (SOS) structure makes the proof constructive and renders the inequality's tightness immediately apparent: equality holds if and only if \((a, b)\) and \((c, d)\) are proportional.

Keywords: Cauchy-Schwarz inequality, sum-of-squares, Lagrange identity, formal verification

MSC 2020: 26D15 (Inequalities for sums, series, and integrals), 15A39 (Linear inequalities of matrices)

Length
1,193 words
Claims
4 theorems
Status
draft
Target
pure_math

Browse all Formal Verification papers →