Grade 12

Grade 12Mathematical ReasoningLogical Reasoning


Tautologies and Contradictions


In the study of logic within the framework of mathematical logic, two important concepts that are often encountered are tautology and contradiction. It is important to understand these concepts for reasoning and problem-solving purposes. Let us take a deeper look at the meaning of these terms, the differences between them, and how they are used in logic.

What is tautology (repetition)?

A tautology is a statement that is always true, no matter what the truth values of the components that make it up are. This means that no matter what specific conditions you apply, the statement will remain true. Tautologies are fundamental in logic because they represent sentences that are universally valid.

Example of tautology

Consider the logical statement:

p ∨ ¬p

This statement is read as "p or not p". If p is true, then the statement "p or not p" is true because p is true. If p is false, then "not p" is true, making "p or not p" true in this case as well.

Truth table:

| p | ¬p | p ∨ ¬p |
---------------------
| T | F | T |
| F | T | T |
always true

What is the contradiction?

The paradox is the opposite of a tautology. It is a statement that is always false, regardless of the truth values of the variables that make it up. In other words, a contradiction can never be true under any circumstances.

Example of a paradox

Consider the logical statement:

p ∧ ¬p

This statement is read as "p and not p". If p is true, then "not p" is false, which makes "p and not p" false. If p is false, then "p" is also false, which makes the entire statement false.

Truth table:

| p | ¬p | p ∧ ¬p |
---------------------
| T | F | F |
| F | T | F |
always a lie

Difference between tautology and contradiction

The main difference between tautology and contradiction lies in their truth values in different scenarios. Tautology is always true, while contradiction is always false.

  • Tautology: Every possible combination of truth values yields a true statement.
  • Paradox: Every possible combination of truth values produces a false statement.

Why are tautology and contradiction important?

Tautology and contradiction play an important role in understanding logical reasoning, mathematical proofs, and logical dependencies. They can help identify logical structures, validate arguments, and construct or deconstruct arguments within a logical framework.

Use in proofs

In proofs, a tautology can often be used to justify a step in an argument, knowing that the step is valid in all situations. Contradictions can prove the impossibility of a given scenario or demonstrate that a set of premises cannot all be true simultaneously.

Example of use of tautology in proof:

Given: Premise p implies q (p → q) is true. To prove: q is true. Proof: Use the tautology ((p → q) ∧ p) → q) which states that if p implies q and p, then q is true.

Logical completeness and consistency

Understanding tautologies and contradictions helps assess logical completeness and consistency. They help a person understand whether the statements in a logical system are complete (cover all possibilities) or consistent (do not lead to contradictions).

Additional examples and related concepts

Complex example of repetition

Consider the expression:

(p ∧ q) ∨ (¬p ∨ r)

Under what conditions is this expression a tautology? To determine this, let's build a truth table.

Truth table for complex tautology:

| p | q | r | p ∧ q | ¬p | ¬p ∨ r | (p ∧ q) ∨ (¬p ∨ r) |
--------------------------------------------------------
| T | T | T | T | F | T | T |
| T | T | F | T | F | F | T |
| T | F | T | F | F | T | T |
| T | F | F | F | F | F | F |
| F | T | T | F | T | T | T |
| F | T | F | F | T | T | T |
| F | F | T | F | T | T | T |
| F | F | F | F | T | T | T |

Visualization of tautology

all combinations are true

Complex example of paradox

Consider the expression:

(p ∧ ¬q) ∧ (q ∧ ¬q)

Now, let's draw its truth table to confirm that this is a contradiction.

Truth table for the complex paradox:

| p | q | ¬q | p ∧ ¬q | q ∧ ¬q | (p ∧ ¬q) ∧ (q ∧ ¬q) |
-------------------------------------------------------
| T | T | F | F | F | F |
| T | F | T | T | F | F |
| F | T | F | F | F | F |
| F | F | T | F | F | F |

The idea of contradiction

No real combination

Identifying repetitions and contradictions

When tasked with determining whether an expression is a tautology or a contradiction, constructing a truth table is a reliable method. By evaluating every possible combination of truth values, you can find out the overall classification of the expression.

Here's a step-by-step way to identify them:

  1. Identify all the variables in the statement.
  2. Construct a truth table with all possible truth value combinations.
  3. Evaluate the expression for each truth value set.
  4. If all the consequences are true, then the expression is a tautology.
  5. If all results are false, then the expression is a contradiction.

Practice exercises

To get a solid understanding, try to determine whether the following expressions are tautologies, contradictions, or neither:

  1. (p ∧ (p → q)) → q
  2. ¬(p ∨ q) ∧ (p ∨ q)
  3. (p ↔ q) ∨ (¬p ↔ ¬q)

Conclusion

Tautologies and paradoxes are fundamental concepts in logical reasoning and mathematical logic. Recognizing and understanding them is essential for developing critical thinking and problem-solving skills. By consistently applying these concepts, logical reasoning becomes significantly more structured and effective.

Continue practicing by creating your own examples, building truth tables, and determining logical classification of various expressions. This will increase your ability to analyze complex logical equations and reason through difficult problems.


Grade 12 → 7.1.2


U
username
0%
completed in Grade 12


Comments