Mathlib Map

Theorems · Definition · ring theory

LinearMapClass.linearMap

{R : Type u_1} →
  {M₁ : Type u_9} →
    {M₂ : Type u_10} →
      {F : Type u_14} →
        [inst : Semiring R] →
          [inst_1 : AddCommMonoid M₁] →
            [inst_2 : AddCommMonoid M₂] →
              [inst_3 : Module R M₁] →
                [inst_4 : Module R M₂] → F → [inst_5 : FunLike F M₁ M₂] → [LinearMapClass F R M₁ M₂] → M₁ →ₗ[R] M₂

Reinterpret an element of a type of linear maps as a linear map.

Defined in
Mathlib.Algebra.Module.LinearMap.Defs
Cited by
4 results in Mathlib
Foundations
Depth 19 from the axioms · uses no axioms
Assumes
SemiringAddCommMonoidAddCommMonoidModuleModuleFunLikeLinearMapClass

Around this declaration

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

Cites8

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

Cited by4

Results whose statement or proof uses this declaration.