Intro Math Reasoning
Intro Math Reasoning
(a) ‘There is no solution to the equation y2 = x2(x + 1) with x ∈ Z − {0} and y ∈ Z − {0} when y is odd.’
Solution
To negate this statement, we can use De Morgan's laws and logical equivalences:
The negated statement is: "There exists integers x and y (excluding 0) such that y is odd and y² = x²(x +
1)."
To determine if the original statement is true or false, we can look for a proof or counterexample.
Counterexample:
Let x = 2 and y = 3. Then y is odd, and y² = 9 = 2²(2 + 1) = x²(x + 1), so there is a solution to the equation.
Therefore, the original statement is false.
Proof:
Suppose y² = x²(x + 1) for some x ∈ Z - {0} and y ∈ Z - {0} where y is odd. Then we can write y² = x(x² + x)
= x(x + 1)(x - 1) + x, which implies that x divides y².
Since x and y are relatively prime (because they have no common factors other than 1), it follows that x
divides y. Let y = kx for some integer k. Then the equation y² = x²(x + 1) becomes k²x² = x²(x + 1), which
simplifies to k² = x + 1/x.
The left-hand side of this equation is a non-negative integer, so the right-hand side must also be a non-
negative integer. Therefore, x must be either 1 or -1. But x cannot be -1, since it is excluded from the set
of values for x. So x = 1, and we have k² = 2. But there is no integer k such that k² = 2, so we have a
contradiction.
Therefore, there is no solution to the equation y² = x²(x + 1) with x ∈ Z - {0} and y ∈ Z - {0} when y is odd.
∀p∈Primes,∀n∈N,(p|n! → p|(n+p))
∃p∈Primes,∃n∈N,(p|n! ∧ ¬p|(n+p))
Translation of negation:
There exists a prime number p and a natural number n such that p divides n! and p does not divide n +
p.
To determine the truth value of the statement, we will prove it and then use that proof to show that its
negation is false.
Proof:
Let p be a prime and n be a natural number such that p divides n!. This means that p divides the product
of all positive integers up to and including n.
Since we have proved the statement, its negation is false. Therefore, the original statement is true.
Question 2
write its contrapositive form: ‘For any natural number p > 2, if p is even and 2p + 5 is odd then p is not
even or a square’
Answer
Contrapositive form:
For any natural number p > 2, if p is even and p is a square, then 2p + 5 is even or p is not even.
Note that the original statement and its contrapositive are both true.