Mathlib Map

Theorems · Definition · linear algebra

LinearMap.graph

{R : Type u} →
  {M : Type v} →
    {M₂ : Type w} →
      [inst : Semiring R] →
        [inst_1 : AddCommMonoid M] →
          [inst_2 : AddCommMonoid M₂] →
            [inst_3 : Module R M] → [inst_4 : Module R M₂] → (M →ₗ[R] M₂) → Submodule R (M × M₂)

Graph of a linear map.

Defined in
Mathlib.LinearAlgebra.Prod
Cited by
13 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext, Quot.sound
Assumes
SemiringAddCommMonoidAddCommMonoidModuleModule

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 by15

Results whose statement or proof uses this declaration.