Theorems · Theorem · order theory
Function.update_inf
∀ {ι : Type u_1} {π : ι → Type u_2} [inst : DecidableEq ι] [inst_1 : (i : ι) → SemilatticeInf (π i)] (f : (i : ι) → π i)
(i : ι) (a b : π i), Function.update f i (a ⊓ b) = Function.update f i a ⊓ Function.update f i b- Defined in
- Mathlib.Order.Lattice
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidableEqSemilatticeInf
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.
- eq_or_neproof · cited by 1,117
- SemilatticeInfstatement and proof · cited by 634
- Function.updatestatement · cited by 502
- Function.update_selfproof · cited by 201
- Function.update_of_neproof · cited by 198
- inf_of_le_leftproof · cited by 186
- Std.ge_reflproof · cited by 23
Cited by3
Results whose statement or proof uses this declaration.
- Set.image_update_uIccproof · cited by 4
- Pi.mulSingle_infproof · cited by 0
- Pi.single_infproof · cited by 0