![]() |
A proof is a valid argument that establishes the truth of a mathematical statement. A proof can use the hypothesis of the theorem, if any, axioms assumed to be true, and previously proven theorems. Using these ingredients and rules of inference, the final step of the proof establishes the truth of the statement being proved. But here we will mainly focus on more informal proof. ![]() Table of Content Methods of Proving TheoremsTo prove a theorem of the form ∀x ( P(x) –> Q(x) ), our goal is to show that P(c) –> Q(c) is true, where c is an arbitrary element of the domain, and then apply a universal generalization. 1. Direct Proof Method
Examples1. Give a direct proof of the theorem “If n is an odd integer, then n2 is odd.” Solution: Note that this theorem states that ∀n (P(n) –> Q(n)), where P(n) is ” n is an odd integer” and Q(n) is “n2 is odd.” By the definition of an odd integer, it follows that n=2k+1, where k is some integer. We want to show that n2 is odd. We can square both sides of the equation n=2k+1 to obtain a new equation that expresses n2 . When we do this, we find that n2 =(2k+1)2 =4k2+4k+1 = 2(2k2 + 2k) + 1. By the definition of an odd integer, we can conclude that n2 is an odd integer (it is one more than twice an integer ). Consequently, we have proved that if n is an odd integer, then n2 is an odd integer. 2. Give direct proof that if m and n are both perfect squares, then nm is also a perfect square. Solution: Assume that m and n are odd integers. Then, by definition, m = 2k + 1 for some integer k and n = 2l + 1 for some integer l. Again, note that we have used different integers k and l in the definitions of m and n. We will now use this to show that mn is also an odd integer. 2. Indirect Proof MethodConsider the implication p –> q. It is equivalent to ~q –> ~p. Examples1. Prove that if n is an integer and 3n+2 is odd, then n is odd. Solution: The first step in a proof by contraposition is to assume that the conclusion of the conditional statement “If 3n+2 is odd, then n is odd.” is false; namely, assume that n is even. Then, by the definition of an even integer, n=2k for some integer k. Substituting 2k for n, we find that 3n+2 = 3(2k) + 2 = 6k + 2 = 2(3k+1). This tells us that 3n+2 is even (because it is a multiple of 2), and therefore not odd. This is a negation of the hypothesis of the theorem. Because the negation of the conditional statement implies that the hypothesis is false, the original conditional statement is true. Our proof by contraposition succeeded; we have proved the theorem “If 3n+2 is odd, then n is odd.” 2. Prove that if n = ab, where a and b are positive integers, then a≤√n or b≤√n . Solution: Assume b > √n and a > √n. 3. Proof by Contradiction In this case, we assume that the conclusion is not true. Then we arrive at some contradiction. Examples1. Prove that √2 is irrational by giving proof by contradiction. Solution: Let’s suppose √2 is a rational number. Then we can write it √2 = a/b where a, b are whole numbers, b not zero. 2. Give a Proof by contradiction of the theorem “If 3n+2 is odd, then n is odd”. Solution: Let 3n + 2 is odd, but n is not odd. Then n is even and can be written in the form of 2m for some integer m Mistakes in ProofsThere are many common errors made in constructing mathematical proofs. We will briefly describe some of these here. Examples1. What is wrong with this famous supposed “proof” that 1 = 2? “Proof:” We use these steps, where a and b are two equal positive integers.
Solution: Every step is valid except for one , step 5 where we divided both sides by (a – b) . The error is that (a – b) equals zero; division of both sides of an equation by the same quantity is valid as long as this quantity is not zero. 2. Suppose you want to prove the assertion: Let a, b, ∈ Z where a = 1 mod 3 and b = 2 mod 3. Then (a + b) = 0 mod 3. Incorrect Proof: Since a = 1 mod 3 there is an integer k in Z such that a = 3k + 1. Since b = 2 mod 3, we can write b = 3k + 2. Thus a + b = (3k + 1) + (3k + 2) = 6k + 3 = 3(2k + 1), so (a + b) = 0 mod 3. Error in the Proof: The attempted proof assumes that b = a + 1 since b − a = (3k + 2) − (3k + 1) = 1. So the proof is only valid for that limited set of choices for a and b. Correct Proof: Since a = 1 mod 3 there is an integer k in Z such that a = 3k+1. Since b = 2 mod 3, there is an integer n in Z such that b = 3n + 2. Therefore a + b = (3k + 1) + (3n + 2) = 3k + 3n + 3 = 3(k + n + 1), so (a + b) = 0 mod 3 Solved ExamplesExample 1 : Proof of the Pythagorean Theorem: Given: Right triangle ABC with right angle at C. To Prove: a² + b² = c², where a, b are legs and c is hypotenuse. Proof:
Example 2 : Proof that √2 is Irrational: Assume √2 is rational.
Example 3 : Proof of the Fundamental Theorem of Algebra: Statement: Every non-constant polynomial with complex coefficients has at least one complex root. Outline of proof (this is a complex proof, so we’ll provide a sketch):
Example 4 :Proof of Euler’s Formula (e^(iπ) + 1 = 0):
Example 5 : Proof of the Infinitude of Primes:
Example 6 :Proof of the Triangle Inequality: To prove: |x + y| ≤ |x| + |y| for any real numbers x and y. Proof:
Example 7 :Proof of the Intermediate Value Theorem: Statement: If f is a continuous function on [a,b] and k is between f(a) and f(b), then there exists c in [a,b] such that f(c) = k. Proof (by contradiction):
Example 8 :Proof of the Cauchy-Schwarz Inequality: To prove: |⟨x,y⟩|² ≤ ⟨x,x⟩ ⟨y,y⟩ for vectors x and y in an inner product space. Proof:
Example 9 :Proof of the Law of Quadratic Reciprocity: Statement: For odd primes p and q, (p/q)(q/p) = (-1)^((p-1)(q-1)/4), where (p/q) is the Legendre symbol.
Example 10 : Proof of Fermat’s Little Theorem: Statement: If p is prime and a is not divisible by p, then a^(p-1) ≡ 1 (mod p). Proof:
Important Mathematical Proofs – Practice Problems1).Prove that the sum of the angles in a triangle is 180°. 2).Prove that there are infinitely many Pythagorean triples. 3).Prove the Binomial Theorem using mathematical induction. 4).Prove that e is irrational. 5).Prove the Fundamental Theorem of Calculus. 6).Prove the Unique Factorization Theorem for integers. 7).Prove that the set of rational numbers is countable. 8).Prove the Intermediate Value Theorem for continuous functions. 9).Prove the Mean Value Theorem for derivatives. 10).Prove the Extreme Value Theorem for continuous functions on closed intervals. Conclusion – Important Mathematical ProofsUnderstanding different methods of proof is fundamental in mathematics. Direct proofs, indirect proofs, and proof by contradiction each provide unique ways to demonstrate the validity of mathematical statements. By mastering these techniques, students and mathematicians can construct clear and compelling arguments. This foundational knowledge not only strengthens mathematical reasoning but also enhances problem-solving skills across various domains. FAQs on Important Mathematical ProofsWhat is a direct proof?
How does an indirect proof differ from a direct proof?
What are common mistakes in mathematical proofs?
|
Reffered: https://www.geeksforgeeks.org
Engineering Mathematics |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 14 |