@[reducible, inline]
Equations
- Lean.Grind.isLt x y = decide (x < y)
@[reducible, inline]
Equations
- Lean.Grind.isLE x y = decide (x ≤ y)
Theorems for transitivity.
Theorems for negating constraints.
Theorems for closing a goal.
Theorems for propagating constraints to True
Theorems for propagating constraints to False
.
They are variants of the theorems for closing a goal.
Helper theorems for equality propagation