∀[x,y:ℝ].  -(y) ≤ -(x) supposing x ≤ y
{ (Unfold `rleq` 0 THEN Auto) }
1. x : ℝ
2. y : ℝ
3. rnonneg(y - x)
⊢ rnonneg(-(x) - -(y))