Mathlib Map

Theorems · Theorem · order theory

inf_eq_half_smul_add_sub_abs_sub

∀ (R : Type u_2) {M : Type u_3} [inst : Semiring R] [inst_1 : Invertible 2] [inst_2 : Lattice M]
  [inst_3 : AddCommGroup M] [inst_4 : Module R M] [IsOrderedAddMonoid M] (x y : M), x ⊓ y = ⅟2 • (x + y - |y - x|)
Defined in
Mathlib.Algebra.Order.Module.Basic
Cited by
1 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Quot.sound
Assumes
SemiringInvertibleLatticeAddCommGroupModuleIsOrderedAddMonoid

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.