Graduate

GraduateMathematical Logic and FoundationsPropositional Logic


Proof Techniques in Propositional Logic


In the field of mathematical logic, proof techniques are methods applied by mathematicians to demonstrate the truth of propositions. Propositional logic involves statements that can be true or false, often called "propositions." Understanding the various proof techniques is important for analyzing logical arguments and formulating new arguments. This text discusses in depth the major proof techniques used in propositional logic, providing text-based and visual examples for clarity.

1. Direct evidence

Direct proof is a direct way of establishing that a given proposition is true. It involves a logical sequence of statements from an assumed true premise to a conclusion.

Consider proving if A, then B

phase:

  1. Suppose that A is true.
  2. Use logical reasoning to show that B must also be true.

Example:

Prove: If n is an even number, then n 2 is even.

evidence:

  1. Let n be even. Then n = 2k for some integer k.
  2. So n 2 = (2k) 2 = 4k 2.
  3. Note that 4k 2 = 2(2k 2 ), which is divisible by 2, so even.
  4. Therefore, n 2 is even.
Assume that n is even prove n² even

2. Indirect proof (proof by contradiction)

Indirect proof, or proof by contradiction, involves assuming that the statement you want to prove is false, then showing that this assumption leads to a contradiction.

Suppose that proving ¬A ⇒ false makes A true.

phase:

  1. Suppose A is false.
  2. Show that this assumption leads to a logical contradiction.
  3. Conclude that A must be true.

Example:

Prove: There is no greatest integer.

evidence:

  1. For the sake of contradiction suppose that there is a largest integer called N
  2. Consider N + 1 Clearly, N + 1 > N.
  3. This contradicts the assumption that N is the largest integer.
  4. So our assumption is wrong. So there is no largest integer.
Let ¬A contraindications

3. Proof by counterbalancing

Proof by counterexample consists in proving that if not B, then not A is a way of showing if A, then B.

Example:

Prove: If n 2 is even, then n is even.

evidence:

  1. Conversely, we will prove: if n is odd, then n 2 is odd.
  2. Let n be odd. Then n = 2k + 1 for some integer k.
  3. So n 2 = (2k + 1) 2 = 4k 2 + 4k + 1.
  4. Note that 4k 2 + 4k + 1 is odd since it is of the form 2m + 1.
  5. Thus, if n is odd, n 2 is odd.
  6. Therefore, by converse, if n 2 is even, n is even.
Assume that n is odd Prove that n² is odd

4. Proof by induction

Mathematical induction is a powerful technique used to prove statements about the natural numbers. It consists of two main components: the base case and the inductive step.

phase:

  1. Base case: Verify the statement for an initial value (often n=0 or n=1).
  2. Inductive step: Assume the statement is true for an arbitrary case n=k, and show that it is also true for n=k+1.

Example:

Prove: For all natural numbers n , 1 + 2 + ldots + n = frac{n(n + 1)}{2}.

evidence:

  1. Base case: For n=1, the left side is 1 and the right side frac{1(1+1)}{2} = 1 The base case is valid.
  2. Inductive step: Assume that for n=k the truth is:
    1 + 2 + ldots + k = frac{k(k+1)}{2}
  3. Prove that for n=k+1:
    1 + 2 + ldots + k + (k+1) = frac{k(k+1)}{2} + (k+1)
  4. Rewriting,
    frac{k(k+1)}{2} + (k+1) = frac{k(k+1) + 2(k+1)}{2} = frac{(k+1)(k+2)}{2}
  5. Thus, the formula is true for n=k+1.
  6. By induction, the formula is valid for all natural numbers n.
Base Case Inductive Phase n = k n = k+1

5. Evidence from exhaustion

Proof by exhaustion, or case analysis, is a technique in which a statement is proved by including all possible cases.

phase:

  1. Divide the proposal into a limited number of cases.
  2. Prove that the proposition is true for each case separately.

Example:

Prove: Every integer from 1 to 4 is less than 5.

evidence:

  1. Case 1: n = 1 , then 1 < 5.
  2. Case 2: n = 2 , then 2 < 5.
  3. Case 3: n = 3 , then 3 < 5.
  4. Case 4: n = 4 , then 4 < 5.
Case 1 Case 2 Case 3 Case 4

6. Proof by counterexample

Proof by counterexample is the technique of proving a universal statement false by providing a single counterexample.

Example:

Disprove: All prime numbers are odd.

Counterexample:

  • 2 is a prime number but it is not odd.
2 is even

Conclusion

Understanding and using proof techniques in propositional logic is an essential skill in mathematical logic and foundations. Mastering these techniques provides the tools needed to efficiently analyze and construct logical arguments. From direct and indirect proofs to mathematical induction and proof by counterexample, each method offers unique insights and approaches to solving logical problems. Practicing these techniques with diverse examples helps build a strong foundation for advanced topics in mathematics.


Graduate → 8.1.3


U
username
0%
completed in Graduate


Comments