Mathlib Map

Theorems · Definition · linear algebra

ExteriorAlgebra.map

{R : Type u1} →
  [inst : CommRing R] →
    {M : Type u2} →
      [inst_1 : AddCommGroup M] →
        [inst_2 : Module R M] →
          {N : Type u4} →
            [inst_3 : AddCommGroup N] →
              [inst_4 : Module R N] → (M →ₗ[R] N) → ExteriorAlgebra R M →ₐ[R] ExteriorAlgebra R N

The morphism of exterior algebras induced by a linear map.

Defined in
Mathlib.LinearAlgebra.ExteriorAlgebra.Basic
Cited by
13 results in Mathlib
Foundations
Depth 65 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.

Cites9

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

Cited by13

Results whose statement or proof uses this declaration.