3. Topic 3(COLON) Formal and Propositional Logic

Lesson 3.2: The Logical Connectives

#### Lesson focus #### Learning outcomes Students should be able to:.

Lesson 3.2: The Logical Connectives

Introduction

In this lesson, we will explore the fundamental building blocks of formal logic known as logical connectives. We will learn about their definitions, how they work, and their truth conditions. The objectives for this lesson include understanding negation, conjunction, disjunction, the conditional and biconditional connections, and the construction of well-formed formulas using these connectives. By the end of this lesson, you (students) should be proficient in translating everyday language into logical forms and understand the precise meanings behind common logical operations. Let’s dive in! 🌊

Learning Objectives

  • Negation, conjunction, disjunction (inclusive and exclusive).
  • The conditional and the biconditional.
  • The precise truth conditions of each connective.
  • The difference between the everyday and logical meanings of "or" and "if".
  • Building well-formed formulas from connectives.

Negation

Negation is a logical operation that essentially reverses the truth value of a statement. If we have a statement $ P $, its negation is denoted as

eg P $. This means if $ P $ is true, $

eg P is false, and vice versa.

Truth Table for Negation:

| $ P $ |

eg P |

|---------|--------------|

| T | F |

| F | T |

Example:

  • If $ P $ represents the statement "It is raining," then:
  • $ P $: True if it is indeed raining.

eg P : True if it is not raining.

Negation is an essential tool in logic, helping us articulate the opposition of propositions.

Conjunction

Conjunction is the logical operation that combines two statements using the word "and". The conjunction of statements $ P $ and $ Q $ is represented as $ P \land Q $. This compound statement is only true if both $ P $ and $ Q $ are true.

Truth Table for Conjunction:

| $ P $ | $ Q $ | $ P \land Q $ |

|---------|---------|------------------|

| T | T | T |

| T | F | F |

| F | T | F |

| F | F | F |

Example:

  • Let $ P $ be "It is sunny" and $ Q $ be "It is warm".
  • $ P \land Q $: "It is sunny and it is warm" is true only if both conditions are true.

Disjunction

Disjunction refers to the logical operation that combines statements using the word "or". However, there are two types of disjunctions: inclusive or exclusive. The inclusive disjunction $ P \lor Q $ is true if at least one of $ P $ or $ Q $ is true. The exclusive disjunction $ P \oplus Q $ is true only when one of them is true, but not both.

Truth Table for Inclusive Disjunction:

| $ P $ | $ Q $ | $ P \lor Q $ |

|---------|---------|-----------------|

| T | T | T |

| T | F | T |

| F | T | T |

| F | F | F |

Truth Table for Exclusive Disjunction:

| $ P $ | $ Q $ | $ P \oplus Q $ |

|---------|---------|-------------------|

| T | T | F |

| T | F | T |

| F | T | T |

| F | F | F |

Example:

  • Let $ P $ be "I will eat pizza" and $ Q $ be "I will eat pasta".
  • Inclusive: "I will eat pizza or I will eat pasta" is true if I eat either or both.
  • Exclusive: "I will eat pizza or I will eat pasta, but not both" means if I eat one, I don't eat the other.

Conditional and Biconditional

The conditional is a logical operation that connects two statements in an "if... then..." format. The conditional statement P

ightarrow Q $ reads as: "If $ P $ is true, then $ Q is true." This statement is only false when $ P $ is true, but $ Q $ is false.

Truth Table for Conditional:

| $ P $ | $ Q $ | P

ightarrow Q |

|---------|---------|------------------------|

| T | T | T |

| T | F | F |

| F | T | T |

| F | F | T |

Example:

  • $ P $: "It rains"; $ Q $: "The ground is wet". The statement "If it rains, then the ground is wet" is only false if it rains and the ground is dry.

The biconditional statement $ P \leftrightarrow Q $ expresses that both statements are either true or false at the same time.

Truth Table for Biconditional:

| $ P $ | $ Q $ | $ P \leftrightarrow Q $ |

|---------|---------|---------------------------|

| T | T | T |

| T | F | F |

| F | T | F |

| F | F | T |

Example:

  • "It is sunny if and only if it is warm" indicates they are either both true or both false.

Conclusion

In this lesson, we have uncovered the logical connectives, their definitions, and truth conditions. These tools are essential in formal logic, as they form the foundation for constructing valid arguments. As you (students) move forward, practice using these connectives to create well-formed formulas and enhance your critical thinking skills in logic.

Study Notes

  • Negation reverses the truth value of a statement.
  • Conjunction is true when both components are true.
  • Disjunction can be inclusive (at least one true) or exclusive (only one true).
  • Conditionals express a cause-and-effect relationship.
  • Biconditionals indicate both statements share the same truth value.
  • Always use truth tables to determine the validity of logical expressions.

Practice Quiz

5 questions to test your understanding

Lesson 3.2: The Logical Connectives β€” Logic And Critical Thinking | A-Warded