Documentation

Mathlib.Analysis.InnerProductSpace.ExteriorPower

Inner product space structure on exterior powers #

Given a real inner product space E, we construct a canonical inner product on ⋀[ℝ]^n E via the Gram determinant formula: on decomposable elements, ⟪v₁ ∧ ⋯ ∧ vₙ, w₁ ∧ ⋯ ∧ wₙ⟫ = det (⟪vⱼ, wᵢ⟫)ᵢⱼ.

Main results #

Future work #

@[instance_reducible]
Equations
  • One or more equations did not get rendered due to their size.
@[instance_reducible]
Equations
  • One or more equations did not get rendered due to their size.
theorem exteriorPower.inner_ιMulti_ιMulti {n : } {E : Type u_1} [NormedAddCommGroup E] [InnerProductSpace E] [FiniteDimensional E] (x y : Fin nE) :
inner ((ιMulti n) x) ((ιMulti n) y) = (Matrix.of fun (i j : Fin n) => inner (x j) (y i)).det

An orthonormal basis of a finite-dimensional real inner product space E induces an orthonormal basis of ⋀[ℝ]^n E, indexed by n-element subsets of the index type.

Equations
Instances For