Theorems · Theorem
Function.update_eq_updateFinset
∀ {ι : Type u_1} {π : ι → Sort u_2} {x : (i : ι) → π i} [inst : DecidableEq ι] {i : ι} {y : π i},
Function.update x i y = Function.updateFinset x {i} (uniqueElim y)- Defined in
- Mathlib.Data.Finset.Update
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 58 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEq
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.
- Finsetstatement · cited by 13,712
- Function.updatestatement · cited by 502
- Function.update_selfproof · cited by 201
- Function.update_of_neproof · cited by 198
- Function.updateFinsetstatement · cited by 46
- uniqueElimstatement and proof · cited by 29
- uniqueElim_defaultproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.lmarginal_singletonproof · cited by 5
- DependsOn.updateproof · cited by 0
- Function.update_updateFinsetproof · cited by 0