Theorems · Definition · general algebraic systems
DFinsupp.filter
{ι : Type u} →
{β : ι → Type v} →
[inst : (i : ι) → Zero (β i)] → (p : ι → Prop) → [DecidablePred p] → (Π₀ (i : ι), β i) → Π₀ (i : ι), β iFilter p f is the function which is f i if p i is true and 0 otherwise.
- Defined in
- Mathlib.Data.DFinsupp.Defs
- Cited by
- 24 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Quot.sound
- Assumes
- ZeroDecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Multisetproof · cited by 2,627
- DFinsuppstatement and proof · cited by 694
- DFinsupp.toFunproof · cited by 5
- DFinsupp.support'proof · cited by 5
- Trunc.mapproof · cited by 3
Cited by26
Results whose statement or proof uses this declaration.
- DFinsupp.filterAddMonoidHomproof · cited by 5
- DFinsupp.filterLinearMapproof · cited by 3
- DFinsupp.filter_singlestatement · cited by 3
- DFinsupp.filter_ne_eq_erasestatement · cited by 2
- DFinsupp.filter_single_posstatement · cited by 2
- DFinsupp.filter.congr_simpstatement and proof · cited by 1
- DFinsupp.filterAddMonoidHom_applystatement · cited by 1
- DFinsupp.filterLinearMap_applystatement · cited by 1
- DFinsupp.filter_add_filter_notstatement · cited by 1
- DFinsupp.filter_applystatement · cited by 1
- DFinsupp.filter_eqstatement · cited by 1
- DFinsupp.support_filterstatement · cited by 0