Mathlib Map

Theorems · Definition · linear algebra

exteriorPower.alternatingMapLinearEquiv

{R : Type u} →
  [inst : CommRing R] →
    {n : ℕ} →
      {M : Type u_1} →
        {N : Type u_2} →
          [inst_1 : AddCommGroup M] →
            [inst_2 : Module R M] →
              [inst_3 : AddCommGroup N] → [inst_4 : Module R N] → M [⋀^Fin n]→ₗ[R] N ≃ₗ[R] ↥(⋀[R]^n M) →ₗ[R] N

The linear equivalence between n-fold alternating maps from M to N and linear maps from ⋀[R]^n M to N: this is the universal property of the nth exterior power of M.

Defined in
Mathlib.LinearAlgebra.ExteriorPower.Basic
Cited by
6 results in Mathlib
Foundations
Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModuleAddCommGroupModule

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

exteriorPower.map · cited by 14exteriorPower.mapexteriorPower.alternatingMapLinearEquiv_apply_ιMulti · cited by 8exteriorPower.alternating…exteriorPower.alternatingMapLinearEquiv_comp_ιMulti · cited by 5exteriorPower.alternating…exteriorPower.pairingDual · cited by 3exteriorPower.pairingDualexteriorPower.zeroEquiv · cited by 3exteriorPower.zeroEquivexteriorPower.oneEquiv · cited by 3exteriorPower.oneEquivexteriorPower.toTensorPower · cited by 1exteriorPower.toTensorPow…ModuleCat.exteriorPower.desc · cited by 1exteriorPower.descexteriorPower.alternatingMapLinearEquiv_symm_map · cited by 0exteriorPower.alternating…exteriorPower.alternatingMapLinearEquiv_ιMulti · cited by 0exteriorPower.alternating…exteriorPower.alternatingMapLinearEquiv_comp · cited by 0exteriorPower.alternating…exteriorPower.alternatingMapLinearEquiv_symm_apply · cited by 0exteriorPower.alternating…Module · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idCommRing · cited by 17173CommRingAddCommGroup · cited by 12871AddCommGroupLinearMap · cited by 10215LinearMapSubmodule · cited by 7192SubmoduleLinearEquiv · cited by 3317LinearEquivLinearEquiv.symm · cited by 1461LinearEquiv.symmQuadraticForm · cited by 507QuadraticFormEquiv.trans · cited by 337Equiv.transAlternatingMap · cited by 329AlternatingMapExteriorAlgebra · cited by 131ExteriorAlgebraExteriorAlgebra.exteriorPower · cited by 66ExteriorAlgebra.exteriorP…Module.Relations.Solution.IsPresentation.linearMapEquiv · cited by 4IsPresentation.linearMapE…exteriorPower.presentation.relationsSolutionEquiv · cited by 3presentation.relationsSol…exteriorPower.alternatingMapL…CITED BYCITES

Cites16

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by12

Results whose statement or proof uses this declaration.