inner product

an inner product on a vector space is an operation on pairs of vectors in that satisfies the same conditions that the dot product in euclidean space does: namely, bilinearity, symmetry, and positive definiteness. a vector space equipped with an inner product is an inner product space.
[cite:@abstract_gallian_2021 chapter 1 inner product spaces]
if , we define the inner product to be the quantity
[cite:@tao_analysis_2 definition 5.2.1]
an inner product on is a function that takes each ordered pair of elements of to a number and has the following properties.
  • positivity: for all .
  • definiteness: if and only if .
  • additivity in first slot: for all .
  • homogeneity in first slot: for all and all .
  • conjugate symmetry: for all .
[cite:;taken2 from @algebra_axler_2024 definition 6.2]
let be an inner product on a vector space . for and arbitrary scalars:
  • .
  • is real and non-negative.
  • iff .
  • . this implies that an inner product is a sesquilinear form.
  • .
a matrix defines an inner product on iff is symmetric and broken link: blk:1749579240.7732065. this is equivalent to all eigenvalues being positive.
  1. . . (dot product)
  2. . . this is a hermitian inner product, not bilinear but sesquilinear. for real vector spaces, .
  3. (space of real matrices). .
  4. . . (Hermitian inner product). .
  5. (space of continuous real-valued functions on ). . this is symmetric and positive-definite.
  6. (polynomials). for some weight function .
determine if is an inner product:
  1. on .
  2. on .
  3. on .
  4. . on (i) . (ii) . (iii) =real integrable functions.
  5. . on .
for an inner product space , for all : . equality holds if and only if and are linearly dependent (if one vector is a multiple of the other by a scalar).
[cite:;found in @calc_hubbard_2015 chapter 1.4.5]