: for all natural numbers a and b, if a > b then a^2 − b^2 is composite.
is it?
∀a, b,∈N, a > b−→a2−b2 AND composite(ab)?
or would you have to add a 3rd variable c and let c = a^2-b^2? and use composite(c)
: for all natural numbers a and b, if a > b then a^2 − b^2 is composite.
is it?
∀a, b,∈N, a > b−→a2−b2 AND composite(ab)?
or would you have to add a 3rd variable c and let c = a^2-b^2? and use composite(c)