Theorems · Theorem
Function.eq_update_self_iff
∀ {α : Sort u} {β : α → Sort v} [inst : DecidableEq α] {f : (a : α) → β a} {a : α} {b : β a},
f = Function.update f a b ↔ f a = b- Defined in
- Mathlib.Logic.Function.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 18 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.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Function.updatestatement and proof · cited by 502
- eq_comm_eqproof · cited by 17
Cited by2
Results whose statement or proof uses this declaration.
- Function.FactorizedRational.extractFactorproof · cited by 2
- Function.ne_update_self_iffproof · cited by 0