Problem Statement
Given an integer , prove that is odd if and only if is even.
Proof
If and only if statements can be broken down into two separate statements. We will first prove that if is odd, then is even. Then we will prove that if is even, then is odd. This is sufficient for if and only if .
Case 1 (contradiction)
Prove that for a given integer , if is odd, then is even
Suppose for the sake of contradiction that is even. Then by definition there exists some integer such that and it follows that and
and the term is just an integer we will denote . It follows that
It is a proven fact that the sum of an even integer and an odd integer is an odd integer. Notice how we have an odd term plus an even term on the right side of our equation. It follows that is odd.
Here, we have reached a contradiction as is odd when is even. Therefore, if is odd, then is even.
Case 2 (contradiction)
Prove that for a given integer , if is even the is odd
Suppose for the sake of contradiction that is odd. Then by definition for some integer . It follows that and
notice how the term is some integer we will denote . It follows that
It is a proven fact that the sum of two even integers is an even integer. Notice how the two terms on the right are both even. It follows that is even.
Here we have reached a contradiction as is even when is odd. Therefore, if is even, then is odd
Conclusion
Proving is odd when is even and is even when is odd is sufficient for is odd if and only if is even for a given integer
Problem Statement
We say a function is bijective (or invertible) if for any there exists a unique such that .
Proof
Let , we will prove that there exists a unique element such that .
Let , then
Now suppose there exists another number such that . Then so
Therefore, is unique. In conclusion, there exists a unique such that for any , so is bijective.
Problem Statement
Let be three real numbers and let be their average so . Prove that at least one of is less than or equal to
Proof (contradiction)
Let be three real numbers. Let denote the average of so .
For the sake of contradiction suppose are all strictly greater than . Therefore,
Summing these together we see that
Here we have a contradiction as is the average and must equal . Therefore, at least one of the real numbers is less than or equal to .
Problem Statement
Suppose there are two integers and . Prove using the contrapositive statement that if is even then x is even or y is odd
Proof (contrapositive)
We will prove this statement by proving its contrapositive.
Contrapositive Statement: If is an odd integer and is an even integer, then is odd.
Suppose there is some odd integer and some even integer . By definition, there exist integers and such that and .
Substituting for and respectively:
Now, notice that the term is an integer we will denote . Thus for some integer . By definition, is an odd integer.
We have shown that when is an odd integer and an even integer, is odd. Therefore, we have proven the contrapositive, which is equivalent to proving the original statement. Therefore, is even when is even or is odd.
Problem Statement
A perfect square is an integer for which there exists an integer such that . We aim to prove that if is a positive integer such that or , then is not a perfect square.
Proof (contrapositive)
We will prove the above statement by proving its contrapositive:
Contrapositive Statement: If is a positive integer and is a perfect square, then mod four does not equal two and mod four does not equal 3.
Suppose is some positive integer and is a perfect square. It follows by the definition of a perfect square that there exists an integer such that .
We will consider two cases when is even and when is odd.
Case 1 (k is even)
Suppose for some integer . Then, is divisible by four, hence .
Case 2 (k is odd)
Suppose for some integer . Then, will always be one greater than a number divisible by four. Therefore, dividing by four will result in a remainder of one.
Conclusion
With these two cases, we have shown that for any positive integer that is a perfect square, mod four does not equal two and mod four does not equal 3. Therefore, we have proven the contrapositive statement, which is equivalent to proving the original statement. It follows that if is a positive integer such that or , then is not a perfect square.
Problem Statement
We aim to prove by contrapositive that if and are integers such that , then and must both be even.
Proof (contrapositive)
We will prove the above statement by proving its contrapositive:
Contrapositive Statement: Let and denote two integers. If or are odd, then .
Suppose is odd. Then by definition, there exists some integer such that . It follows:
We see that when is an odd integer, four does not divide and leaves a remainder of one. When is odd, we have two possible cases that follow: is either even or odd.
Case 1 (b is even)
Suppose is an even integer. Then by definition, there exists some integer such that . It follows that:
We see that there will always be a remainder of one. Therefore, when is odd and is even, four does not divide .
Case 2 (b is odd)
Suppose is an odd integer. Then by definition, there exists some integer such that . It follows that:
We see that there will always be a remainder of two. Therefore, when is odd and is odd, four does not divide .
We have shown that if is an odd integer, it is sufficient for .
The same argument holds if we had initially assumed to be an odd integer, resulting in the exact same conclusions.
Therefore, we have proven the contrapositive statement: if or are odd integers, then . It follows that if and are integers such that , then and must both be even.
Problem Statement
Let be natural numbers such that
We aim to prove that at least one of the numbers is even.
Proof (contradiction)
We suppose, for the sake of contradiction, that the natural numbers are all odd and
By manipulating the given equality, we see that
It is known that the product of any two odd numbers is odd, and the sum of any two odd numbers is even.
We observe that the terms and are the product of two odd numbers, which is odd. When distributing the terms over and respectively, we are multiplying two odd numbers together: , which is odd. The sum of two odd numbers is even.
Therefore, there exist some integers and such that and .
We see that the term in the denominator is the product of all odd numbers, therefore is odd and by definition for some integer . Therefore,
Multiplying both sides by , we reach the following equality:
This equality says that the product of two odd numbers and equals some even number . However, it is known that the product of two odd numbers is odd. Therefore, we have reached a contradiction, and at least one of the natural numbers must be even.
Problem Statement
Let be some nonzero rational number and be some irrational number. We aim to prove that the product of and is irrational.
Proof (contradiction)
Let be some nonzero rational number. Then by definition, there exist two integers and such that , gcd(,), and .
Let be some irrational number. Then by definition, there exist no two integers and such that , gcd(,), and .
Suppose for the sake of contradiction that the product of and is rational. Therefore, by definition, for two integers .
We know that is a rational nonzero number. It follows that
We see that the terms and are integers denoted as and respectively. Therefore,
Here we have a contradiction. is irrational, and therefore no two integers exist such that . Thus, the product of a nonzero rational number and an irrational number must be irrational.
Problem Statement
Let the notation represent a two-digit integer with digits and . We aim to prove that if and only if .
Proof
Let represent a two-digit number with digits and . Then .
Let be an integer such that .
Case 1 Proving if then
Suppose , then . Consider . We can see that so . It follows by definition that , therefore , so .
Case 2 Proving if then
Suppose , then . Consider . We can see that so . By definition, and , so .
In conclusion, we have shown that for , if and only if .
Problem Statement
Prove that there exists a unique function defined on with values in that satisfies and .
Proof
Let be the function . Then and , so satisfies all desired properties.
We will now show that is unique. Suppose for the sake of contradiction that there exists a different function such that and .
We will integrate with respect to :
It follows that and . Here we have reached a contradiction as we assumed . In conclusion, is the unique function satisfying and .