Mathlib Map

Theorems · Definition · linear algebra

Module.Basis.exteriorPower

{R : Type u_1} →
  {M : Type u_3} →
    (n : ℕ) →
      [inst : CommRing R] →
        [inst_1 : AddCommGroup M] →
          [inst_2 : Module R M] →
            {I : Type u_5} → [LinearOrder I] → Module.Basis I R M → Module.Basis (↑(Set.powersetCard I n)) R ↥(⋀[R]^n M)

If b is a basis of M (indexed by a linearly ordered type), the basis of the nth exterior power of M formed by the n-fold exterior products of elements of b.

Defined in
Mathlib.LinearAlgebra.ExteriorPower.Basis
Cited by
12 results in Mathlib
Foundations
Depth 106 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModuleLinearOrder

Around this declaration

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

Module.Basis.ExteriorAlgebra · cited by 6Basis.ExteriorAlgebraexteriorPower.coe_basis · cited by 3exteriorPower.coe_basisexteriorPower.basis_apply · cited by 2exteriorPower.basis_applyexteriorPower.basis_repr_apply · cited by 2exteriorPower.basis_repr_…exteriorPower.basis_coord · cited by 1exteriorPower.basis_coordexteriorPower.basis_repr_ne · cited by 1exteriorPower.basis_repr_…exteriorPower.basis_repr_self · cited by 1exteriorPower.basis_repr_…exteriorPower.finrank_eq · cited by 1exteriorPower.finrank_eqExteriorAlgebra.basis_apply · cited by 1ExteriorAlgebra.basis_app…OrthonormalBasis.exteriorPower · cited by 1OrthonormalBasis.exterior…exteriorPower.basis_repr · cited by 0exteriorPower.basis_reprExteriorAlgebra.basis_eq_coe_basis · cited by 0ExteriorAlgebra.basis_eq_…OrthonormalBasis.toBasis_exteriorPower · cited by 0OrthonormalBasis.toBasis_…exteriorPower.ιMulti_family_linearIndependent_field · cited by 0exteriorPower.ιMulti_fami…Module · cited by 20661ModuleCommRing · cited by 17173CommRingFinset · cited by 13712FinsetAddCommGroup · cited by 12871AddCommGroupLinearOrder · cited by 8572LinearOrderSubmodule · cited by 7192SubmoduleSet.Elem · cited by 7166Set.ElemModule.Basis · cited by 1477Module.BasisQuadraticForm · cited by 507QuadraticFormExteriorAlgebra · cited by 131ExteriorAlgebraSet.powersetCard · cited by 100Set.powersetCardExteriorAlgebra.exteriorPower · cited by 66ExteriorAlgebra.exteriorP…Module.Basis.mk · cited by 29Basis.mkexteriorPower.ιMulti_family_linearIndependent_ofBasis · cited by 1exteriorPower.ιMulti_fami…Basis.exteriorPowerCITED BYCITES

Cites14

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

Cited by14

Results whose statement or proof uses this declaration.