Mathlib Map

Theorems · Definition · general algebraic systems

finsuppEquivDFinsupp

{ι : Type u_1} →
  {M : Type u_3} → [DecidableEq ι] → [inst : Zero M] → [(m : M) → Decidable (m ≠ 0)] → (ι →₀ M) ≃ Π₀ (x : ι), M

Finsupp.toDFinsupp and DFinsupp.toFinsupp together form an equiv.

Defined in
Mathlib.Data.Finsupp.ToDFinsupp
Cited by
2 results in Mathlib
Foundations
Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqZeroDecidable

Around this declaration

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

Cites7

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

Cited by4

Results whose statement or proof uses this declaration.