Documentation

Mathlib.LinearAlgebra.ExteriorPower.BilinForm

Bilinear forms on exterior powers #

The file is a home for results about the bilinear forms on exterior powers of a module.

Main definitions / results: #

noncomputable def LinearMap.BilinForm.exteriorPower {R : Type u_1} {M : Type u_2} [CommRing R] [AddCommGroup M] [Module R M] (B : LinearMap.BilinForm R M) (n : ) :

A bilinear form on M induces a bilinear form on each exterior power.

Equations
Instances For