Mathlib Map

Theorems · Definition · linear algebra

DFinsupp.lsingle

{ι : Type u_1} →
  {R : Type u_3} →
    {M : ι → Type u_5} →
      [inst : Semiring R] →
        [inst_1 : (i : ι) → AddCommMonoid (M i)] →
          [inst_2 : (i : ι) → Module R (M i)] → [DecidableEq ι] → (i : ι) → M i →ₗ[R] Π₀ (i : ι), M i

DFinsupp.single as a LinearMap

Defined in
Mathlib.LinearAlgebra.DFinsupp
Cited by
23 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModuleDecidableEq

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 by27

Results whose statement or proof uses this declaration.