Theorems · Theorem · general algebraic systems
DFinsupp.mapRange_single
∀ {ι : Type u} {β₁ : ι → Type v₁} {β₂ : ι → Type v₂} [inst : DecidableEq ι] [inst_1 : (i : ι) → Zero (β₁ i)]
[inst_2 : (i : ι) → Zero (β₂ i)] {f : (i : ι) → β₁ i → β₂ i} {hf : ∀ (i : ι), f i 0 = 0} {i : ι} {b : β₁ i},
(DFinsupp.mapRange f hf fun₀ | i => b) = fun₀ | i => f i b- Defined in
- Mathlib.Data.DFinsupp.Defs
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Quot.sound
- Assumes
- DecidableEqZeroZero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFinsuppstatement · cited by 694
- DFinsupp.singlestatement · cited by 113
- DFinsupp.extproof · cited by 78
- DFinsupp.single_applyproof · cited by 35
- DFinsupp.mapRangestatement · cited by 29
Cited by8
Results whose statement or proof uses this declaration.
- DirectSum.IsInternal.collectedBasis_coeproof · cited by 6
- DFinsupp.linearIndependent_singleproof · cited by 3
- DFinsupp.mapRange_injectiveproof · cited by 3
- DirectSum.lmap_ofproof · cited by 2
- DirectSum.lmap_lofproof · cited by 1
- lsum_comp_mapRange_toSpanSingletonproof · cited by 1
- DirectSum.map_ofproof · cited by 1
- DFinsupp.coprodMap_apply_singleproof · cited by 0