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:

  • mn = 11 + p
  • p > 0

then mn > 11


if the following are true:

  • m + n = 2 + (jk)
  • jk > 0

then m + n > 2



Comments

Please log in to add comments