Mathlib Map

Theorems · Definition · commutative algebra

Module.Presentation.finsupp

{A : Type u} →
  [inst : Ring A] →
    {N : Type v} →
      [inst_1 : AddCommGroup N] →
        [inst_2 : Module A N] →
          Module.Presentation A N → (ι : Type w) → [DecidableEq ι] → [DecidableEq N] → Module.Presentation A (ι →₀ N)

The obvious presentation of the module ι →₀ N that is deduced from a presentation of the module N.

Defined in
Mathlib.Algebra.Module.Presentation.DirectSum
Cited by
4 results in Mathlib
Foundations
Depth 95 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingAddCommGroupModuleDecidableEqDecidableEq

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 by6

Results whose statement or proof uses this declaration.