Mathlib Map

Theorems · Definition · category theory

SemimoduleCat.ofHom

{R : Type u} →
  [inst : Semiring R] →
    {X Y : Type v} →
      [inst_1 : AddCommMonoid X] →
        [inst_2 : Module R X] →
          [inst_3 : AddCommMonoid Y] →
            [inst_4 : Module R Y] → (X →ₗ[R] Y) → (SemimoduleCat.of R X ⟶ SemimoduleCat.of R Y)

Typecheck a LinearMap as a morphism in SemimoduleCat.

Defined in
Mathlib.Algebra.Category.ModuleCat.Semi
Cited by
12 results in Mathlib
Foundations
Depth 28 from the axioms · uses propext, Quot.sound
Assumes
SemiringAddCommMonoidModuleAddCommMonoidModule

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 by21

Results whose statement or proof uses this declaration.