Theorems · Theorem · general algebraic systems
DFinsupp.mapRange_injective
∀ {ι : Type u} {β₁ : ι → Type v₁} {β₂ : ι → Type v₂} [inst : (i : ι) → Zero (β₁ i)] [inst_1 : (i : ι) → Zero (β₂ i)]
(f : (i : ι) → β₁ i → β₂ i) (hf : ∀ (i : ι), f i 0 = 0),
Function.Injective (DFinsupp.mapRange f hf) ↔ ∀ (i : ι), Function.Injective (f i)- Defined in
- Mathlib.Data.DFinsupp.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coeproof · cited by 62,936
- DFinsuppstatement and proof · cited by 694
- DFinsupp.singleproof · cited by 113
- DFinsupp.extproof · cited by 78
- DFinsupp.mapRangestatement and proof · cited by 29
- DFinsupp.mapRange_singleproof · cited by 8
- DFinsupp.single_injectiveproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- DFinsupp.linearIndependent_singleproof · cited by 3
- DirectSum.map_injectiveproof · cited by 0
- DirectSum.lmap_injectiveproof · cited by 0