Mathlib Map

Theorems · Inductive type · order theory

OrderedSub

(α : Type u_2) → [LE α] → [Add α] → [Sub α] → Prop

OrderedSub α means that α has a subtraction characterized by a - b ≤ c ↔ a ≤ c + b. In other words, a - b is the least c such that a ≤ b + c. This is satisfied both by the subtraction in additive ordered groups and by truncated subtraction in canonically ordered monoids on many specific types.

Defined in
Mathlib.Algebra.Order.Sub.Defs
Cited by
236 results in Mathlib
Foundations
Depth 1 from the axioms, rests on 4 definitions · uses no axioms
Assumes
LEAddSub

Around this declaration

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

Cites0

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

Nothing in Mathlib beyond the foundations.

Cited by239

Results whose statement or proof uses this declaration.

Showing the 200 most cited of 239.