Mathlib Map

Theorems · Definition · linear algebra

exteriorPower.map

{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 →ₗ[R] N) → ↥(⋀[R]^n M) →ₗ[R] ↥(⋀[R]^n N)

The linear map between nth exterior powers induced by a linear map between the modules.

Defined in
Mathlib.LinearAlgebra.ExteriorPower.Basic
Cited by
14 results in Mathlib
Foundations
Depth 96 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.

ModuleCat.exteriorPower.map · cited by 6exteriorPower.mapexteriorPower.map_apply_ιMulti · cited by 5exteriorPower.map_apply_ι…exteriorPower.map_comp_ιMulti · cited by 3exteriorPower.map_comp_ιM…exteriorPower.map_comp_ιMulti_family · cited by 2exteriorPower.map_comp_ιM…exteriorPower.map_comp · cited by 1exteriorPower.map_compexteriorPower.map_id · cited by 1exteriorPower.map_idexteriorPower.map_injective · cited by 1exteriorPower.map_injecti…exteriorPower.map_injective_field · cited by 1exteriorPower.map_injecti…exteriorPower.oneEquiv_naturality · cited by 1exteriorPower.oneEquiv_na…exteriorPower.zeroEquiv_naturality · cited by 1exteriorPower.zeroEquiv_n…exteriorPower.alternatingMapLinearEquiv_symm_map · cited by 0exteriorPower.alternating…exteriorPower.map_apply_ιMulti_family · cited by 0exteriorPower.map_apply_ι…exteriorPower.map_surjective · cited by 0exteriorPower.map_surject…exteriorPower.ιMulti_family_linearIndependent_field · cited by 0exteriorPower.ιMulti_fami…exteriorPower.ιMulti_family_span · cited by 0exteriorPower.ιMulti_fami…DFunLike.coe · cited by 62936DFunLike.coeModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idCommRing · cited by 17173CommRingAddCommGroup · cited by 12871AddCommGroupLinearMap · cited by 10215LinearMapSubmodule · cited by 7192SubmoduleQuadraticForm · cited by 507QuadraticFormExteriorAlgebra · cited by 131ExteriorAlgebraExteriorAlgebra.exteriorPower · cited by 66ExteriorAlgebra.exteriorP…exteriorPower.ιMulti · cited by 30exteriorPower.ιMultiAlternatingMap.compLinearMap · cited by 22AlternatingMap.compLinear…exteriorPower.alternatingMapLinearEquiv · cited by 6exteriorPower.alternating…exteriorPower.mapCITED BYCITES

Cites13

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

Cited by15

Results whose statement or proof uses this declaration.