Mathlib Map

Theorems · Theorem · order theory

exists_nonneg_add_of_le

∀ {α : Type u} [inst : AddZeroClass α] [inst_1 : Preorder α] [ExistsAddOfLE α] {a b : α} [AddLeftReflectLE α],
  a ≤ b → ∃ c, 0 ≤ c ∧ a + c = b
Defined in
Mathlib.Algebra.Order.Monoid.Unbundled.ExistsOfLE
Cited by
5 results in Mathlib
Foundations
Depth 7 from the axioms · uses no axioms
Assumes
AddZeroClassPreorderExistsAddOfLEAddLeftReflectLE

Around this declaration

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

Cites6

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

Cited by5

Results whose statement or proof uses this declaration.