Examples of Mathematical Proofs
Examples of Mathematical Proofs
In the proof of √2 being irrational, assuming √2 = a/b with no common factors, it's proven impossible for both a and b to be even because that would imply 2 is a common factor. This contradicts the premise of a/b being in simplest form with no common divisors .
Proof by contradiction is clearer for demonstrating that √2 is irrational because it involves assumptions about the simplest form fractions that lead to contradictions about the nature of integer properties, which can be complex to encapsulate directly .
To prove √2 is irrational using proof by contradiction, one assumes √2 is rational, expressed as a fraction a/b in simplest form. By squaring and manipulating this equation, a contradiction arises when both a and b must be even, contradicting their supposed coprime nature, thereby refuting the initial assumption .
The proof that g is one-to-one when f and f◦g are one-to-one functions relies on contradiction. If g were not one-to-one, for any x₁, x₂ in A with g(x₁) = g(x₂), then for f(y) = z, (f◦g)(x₁) = (f◦g)(x₂) = z, contradicting f◦g being one-to-one. Thus, g must be one-to-one .
In a direct proof, the hypothesis provides a starting point that is used logically and sequentially to reach the conclusion. For example, in proving that "if n is an integer greater than 1, then n² > n," we use the initial condition 1 < n to develop the inequality 1·n < n², thus reaching the conclusion n < n² .
Indirect proof establishes the truth of a mathematical statement by assuming the opposite of what needs to be proven and showing this leads to a contradiction. For example, to prove "if n² is even then n is even," we start by assuming n is odd and show this assumption leads to n² being odd, thus contradicting n² being even .
Understanding the contrapositive aids in indirect proofs because it offers a logically equivalent way to express the implication, often simplifying the proof process. For example, proving "if n² is even then n is even" by showing the contrapositive "if n is odd then n² is odd" is effective because proving integer properties this way provides clear contradiction evidence .
A trivial proof is used in logic to prove implications where the conclusion is already known to be true, making the proof straightforward. For instance, if "n ≥ 0" then "n² ≥ 0" since n² is always a nonnegative integer when n is an integer, thereby requiring no further proof .
Proof by cases establishes the inequality |x| + |y| ≥ |x + y| by considering all possible sign combinations of x and y (both non-negative, both non-positive, one non-negative and one non-positive). In each case, after simplification, the inequality holds true .
An indirect proof ensures logical consistency by assuming the negation of the statement to be proven and demonstrating this leads to a contradiction, thus affirming the original statement. For example, proving "if 3n + 10 > 50 then n > 13" assumes n ≤ 13 and finds a logical inconsistency, reinforcing the original claim .