Mathlib Map

Theorems · Definition · linear algebra

LinearPMap.graph

{R : Type u_1} →
  [inst : Ring R] →
    {E : Type u_4} →
      [inst_1 : AddCommGroup E] →
        [inst_2 : Module R E] →
          {F : Type u_5} → [inst_3 : AddCommGroup F] → [inst_4 : Module R F] → (E →ₗ.[R] F) → Submodule R (E × F)

The graph of a LinearPMap viewed as a submodule on E × F.

Defined in
Mathlib.LinearAlgebra.LinearPMap
Cited by
39 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext, Quot.sound
Assumes
RingAddCommGroupModuleAddCommGroupModule

Around this declaration

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

LinearPMap.IsClosable · cited by 15LinearPMap.IsClosableLinearPMap.inverse · cited by 9LinearPMap.inverseLinearPMap.IsClosable.graph_closure_eq_closure_graph · cited by 6IsClosable.graph_closure_…LinearPMap.IsClosed · cited by 6LinearPMap.IsClosedLinearPMap.inverse_graph · cited by 4LinearPMap.inverse_graphLinearPMap.le_of_le_graph · cited by 4LinearPMap.le_of_le_graphSubmodule.toLinearPMap_graph_eq · cited by 4Submodule.toLinearPMap_gr…LinearPMap.mem_graph_iff · cited by 4LinearPMap.mem_graph_iffLinearPMap.eq_of_eq_graph · cited by 3LinearPMap.eq_of_eq_graphLinearPMap.le_graph_of_le · cited by 3LinearPMap.le_graph_of_leLinearPMap.IsClosable.leIsClosable · cited by 2IsClosable.leIsClosableLinearPMap.closure_inverse_graph · cited by 2LinearPMap.closure_invers…LinearPMap.graph_fst_eq_zero_snd · cited by 2LinearPMap.graph_fst_eq_z…LinearPMap.graph_map_snd_eq_range · cited by 2LinearPMap.graph_map_snd_…LinearPMap.image_iff · cited by 2LinearPMap.image_iffModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idAddCommGroup · cited by 12871AddCommGroupRing · cited by 7463RingSubmodule · cited by 7192SubmoduleLinearMap.id · cited by 625LinearMap.idSubmodule.map · cited by 614Submodule.mapSubmodule.subtype · cited by 480Submodule.subtypeLinearPMap · cited by 179LinearPMapLinearPMap.domain · cited by 167LinearPMap.domainLinearMap.prodMap · cited by 44LinearMap.prodMapLinearPMap.toFun · cited by 34LinearPMap.toFunLinearMap.graph · cited by 13LinearMap.graphLinearPMap.graphCITED BYCITES

Cites13

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

Cited by42

Results whose statement or proof uses this declaration.