Summary: | We present a mechanical proof of the Cauchy-Schwarz inequality in ACL2(r) and a formalisation of the necessary mathematics to undertake such a proof. This includes the formalisation of R^n as an inner product space. We also provide an application of Cauchy-Schwarz by formalising R^n as a metric space and exhibiting continuity for some simple functions R^n –> R.
The Cauchy-Schwarz inequality relates the magnitude of a vector to its projection (or inner product) with another:
|<u, v>| <= ||u|| ||v||
with equality iff the vectors are linearly dependent. It finds frequent use in many branches of mathematics including linear algebra, real analysis, functional analysis, probability, etc. Indeed, the inequality is considered to be among "The Hundred Greatest Theorems" and is listed in the "Formalizing 100 Theorems" project. To the best of our knowledge, our formalisation is the first published proof using ACL2(r) or any other first-order theorem prover.
|