Mathlib Map

Theorems · Definition · order theory

Finset.dfinsupp

{ι : Type u_1} →
  {α : ι → Type u_2} →
    [DecidableEq ι] → [inst : (i : ι) → Zero (α i)] → Finset ι → ((i : ι) → Finset (α i)) → Finset (Π₀ (i : ι), α i)

Finitely supported product of finsets.

Defined in
Mathlib.Data.DFinsupp.Interval
Cited by
4 results in Mathlib
Foundations
Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqZero

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 by5

Results whose statement or proof uses this declaration.