Theorems · Theorem · general algebraic systems
DFinsupp.sum_subtypeDomain_index
∀ {ι : Type u} {γ : Type w} {β : ι → Type v} [inst : DecidableEq ι] [inst_1 : (i : ι) → Zero (β i)]
[inst_2 : (i : ι) → (x : β i) → Decidable (x ≠ 0)] [inst_3 : AddCommMonoid γ] {v : Π₀ (i : ι), β i} {p : ι → Prop}
[inst_4 : DecidablePred p] {h : (i : ι) → β i → γ},
(∀ x ∈ v.support, p x) → ((DFinsupp.subtypeDomain p v).sum fun i b => h (↑i) b) = v.sum h- Defined in
- Mathlib.Data.DFinsupp.BigOperators
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- DFinsuppstatement and proof · cited by 694
- DFinsupp.supportstatement and proof · cited by 158
- DFinsupp.sumstatement · cited by 64
- Finset.sum_bijproof · cited by 16
- DFinsupp.subtypeDomainstatement and proof · cited by 14
- DFinsupp.mem_support_toFunproof · cited by 6
- Finset.mem_subtypeproof · cited by 3
- DFinsupp.support_subtypeDomainproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.