Fiveable

👁️‍🗨️Formal Logic I Unit 2 Review

QR code for Formal Logic I practice questions

2.2 Logical Connectives and Their Symbols

2.2 Logical Connectives and Their Symbols

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
👁️‍🗨️Formal Logic I
Unit & Topic Study Guides

Logical Connectives

Negation and Conjunction

Logical connectives let you build complex statements out of simpler ones. Each connective has a precise symbol and a specific rule for how it affects truth values. The two simplest to start with are negation and conjunction.

Negation (symbol: ¬\neg or \sim) flips the truth value of a single proposition. If PP is true, then ¬P\neg P is false, and vice versa. It's the only connective that operates on just one proposition rather than combining two.

Conjunction (symbol: \wedge or &\&) combines two propositions with "and." The conjunction PQP \wedge Q is true only when both PP and QQ are true. If either one is false, the whole conjunction is false.

Think of conjunction as a strict gatekeeper: both parts must hold for the compound statement to be true.

Negation and Conjunction, Truth Tables – Critical Thinking

Disjunction, Conditional, and Biconditional

Disjunction (symbol: \vee) combines two propositions with "or." The disjunction PQP \vee Q is true when at least one of the propositions is true. This is inclusive or, meaning it's also true when both are true. The only way PQP \vee Q is false is if both PP and QQ are false.

Conditional (symbol: \rightarrow or \supset) represents an "if...then" statement. PQP \rightarrow Q is read as "if PP, then QQ." The proposition on the left is called the antecedent and the one on the right is the consequent.

The tricky part: a conditional is false only when the antecedent is true and the consequent is false. In every other case, it's true. That means if PP is false, PQP \rightarrow Q is true regardless of what QQ is. This surprises a lot of students, but it follows directly from the truth-functional definition.

Biconditional (symbol: \leftrightarrow or \equiv) represents "if and only if." PQP \leftrightarrow Q is true when both propositions share the same truth value: both true or both false. If they differ, the biconditional is false. You can think of it as requiring the conditional to work in both directions.

Negation and Conjunction, Logic AND Gate - Electronics-Lab.com

Truth and Logical Connectives

Truth-Functional Connectives

A truth-functional connective is a logical operator whose output truth value is determined solely by the truth values of its component propositions. Nothing else matters: not the meaning of the propositions, not the context, just the truth values going in.

All five connectives covered above (negation, conjunction, disjunction, conditional, biconditional) are truth-functional. For example, the truth value of PQP \wedge Q depends only on whether PP is true and whether QQ is true. Swap in completely different propositions with the same truth values, and you get the same result.

This property is what makes truth tables possible: since truth values are the only input, you can systematically list every combination and compute the output.

Truth Tables

A truth table displays every possible combination of truth values for a set of propositions alongside the resulting truth value of a compound proposition. It's the standard tool for verifying how a connective behaves.

How to build one:

  1. Identify the number of distinct propositional variables (call it nn).
  2. The table will have 2n2^n rows, one for each possible combination of T and F.
  3. Create a column for each propositional variable and a column for the compound proposition.
  4. Fill in every combination of truth values for the variables, then compute the compound proposition's value row by row using the connective's rule.

For example, the truth table for PQP \wedge Q has 22=42^2 = 4 rows:

PPQQPQP \wedge Q
TTT
TFF
FTF
FFF

Only the first row produces T, confirming that conjunction requires both components to be true. As formulas get more complex (say, three variables), the table grows to 23=82^3 = 8 rows, but the process stays the same: list all combinations, then evaluate step by step.