Theorems · Theorem · order theory
Finset.mem_dfinsupp_iff_of_support_subset
∀ {ι : Type u_1} {α : ι → Type u_2} [inst : DecidableEq ι] [inst_1 : (i : ι) → Zero (α i)] {s : Finset ι}
{f : Π₀ (i : ι), α i} [inst_2 : (i : ι) → DecidableEq (α i)] {t : Π₀ (i : ι), Finset (α i)},
t.support ⊆ s → (f ∈ s.dfinsupp ⇑t ↔ ∀ (i : ι), f i ∈ t i)When t is supported on s, f ∈ s.dfinsupp t precisely means that f is pointwise in t.
- Defined in
- Mathlib.Data.DFinsupp.Interval
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqZeroDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetstatement and proof · cited by 13,712
- DFinsuppstatement and proof · cited by 694
- DFinsupp.supportstatement and proof · cited by 158
- Finset.zerostatement · cited by 74
- Finset.notMem_monoproof · cited by 14
- DFinsupp.mem_support_iffproof · cited by 13
- DFinsupp.notMem_support_iffproof · cited by 10
- Finset.dfinsuppstatement · cited by 4
- Finset.mem_zeroproof · cited by 4
- Finset.zero_mem_zeroproof · cited by 3
- Finset.mem_dfinsupp_iffproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- DFinsupp.mem_piproof · cited by 0