Mathlib Map

Theorems · Definition · linear algebra

LinearPMap.domain

{R : Type u_1} →
  {S : Type u_2} →
    [inst : Ring R] →
      [inst_1 : Ring S] →
        {σ : R →+* S} →
          {E : Type u_3} →
            [inst_2 : AddCommGroup E] →
              [inst_3 : Module R E] →
                {F : Type u_4} → [inst_4 : AddCommGroup F] → [inst_5 : Module S F] → (E →ₛₗ.[σ] F) → Submodule R E

The domain of the (semi)linear map.

Defined in
Mathlib.LinearAlgebra.LinearPMap
Cited by
167 results in Mathlib
Foundations
Depth 12 from the axioms, rests on 93 definitions · uses no axioms
Assumes
RingRingAddCommGroupModuleAddCommGroupModule

Around this declaration

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

Cites6

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

  • Modulestatement and proof · cited by 20,661
  • AddCommGroupstatement and proof · cited by 12,871
  • RingHomstatement and proof · cited by 10,189
  • Ringstatement and proof · cited by 7,463
  • Submodulestatement · cited by 7,192
  • LinearPMapstatement and proof · cited by 179

Cited by200

Results whose statement or proof uses this declaration.