Greater Than Property
if the following are true:
- a = b + c
- c > 0
then a > b
Examples
if the following are true:
- x = 5 + y
- y > 0
then x > 5
if the following are true:
- m ⋅ n = 11 + p
- p > 0
then m ⋅ n > 11
if the following are true:
- m + n = 2 + (j ⋅ k)
- j ⋅ k > 0
then m + n > 2
Comments
Please log in to add comments