Theorems · Definition · general algebraic systems
DFinsupp.update
{ι : Type u} →
{β : ι → Type v} →
[inst : (i : ι) → Zero (β i)] → [DecidableEq ι] → (Π₀ (i : ι), β i) → (i : ι) → β i → Π₀ (i : ι), β iReplace the value of a Π₀ i, β i at a given point i : ι by a given value b : β i.
If b = 0, this amounts to removing i from the support.
Otherwise, i is added to it.
This is the (dependent) finitely-supported version of Function.update.
- Defined in
- Mathlib.Data.DFinsupp.Defs
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- ZeroDecidableEq
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- Function.updateproof · cited by 502
- Multiset.consproof · cited by 313
- DFinsupp.toFunproof · cited by 5
- DFinsupp.support'proof · cited by 5
- Trunc.mapproof · cited by 3
Cited by8
Results whose statement or proof uses this declaration.
- DFinsupp.support_update_ne_zerostatement and proof · cited by 1
- DFinsupp.update_eq_erase_add_singlestatement · cited by 1
- DFinsupp.update_eq_erasestatement · cited by 1
- DFinsupp.support_updatestatement and proof · cited by 0
- DFinsupp.update_eq_single_add_erasestatement · cited by 0
- DFinsupp.coe_updatestatement · cited by 0
- DFinsupp.update_eq_sub_add_singlestatement · cited by 0
- DFinsupp.update_selfstatement · cited by 0