Theorems · Theorem · group theory
Finsupp.update_eq_add_single
∀ {ι : Type u_1} {M : Type u_3} [inst : AddZeroClass M] {f : ι →₀ M} {a : ι},
f a = 0 → ∀ (b : M), f.update a b = f + fun₀ | a => b- Defined in
- Mathlib.Algebra.Group.Finsupp
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddZeroClass
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.coestatement and proof · cited by 62,936
- Finsuppstatement and proof · cited by 5,255
- AddZeroClassstatement and proof · cited by 1,237
- Finsupp.singlestatement and proof · cited by 943
- Finsupp.updatestatement · cited by 52
- Finsupp.erase_of_notMem_supportproof · cited by 9
- Finsupp.update_eq_erase_add_singleproof · cited by 4
Cited by3
Results whose statement or proof uses this declaration.
- Polynomial.homogenize_X_powproof · cited by 3
- Polynomial.isHomogeneous_homogenizeproof · cited by 2
- Polynomial.eval_homogenizeproof · cited by 1