Notes

Logical Connectives [ English ]

< PrevNext >

Logical connectives are operators used to combine or modify propositions to form compound propositions.Below is a complete and exam-oriented explanation of all standard logical connectives, along with truth tables.

1. Negation (NOT) – ¬p

Definition

Negation reverses the truth value of a proposition.

Example

Truth Table

p¬p
TF
FT

2. Conjunction (AND) – p ∧ q

Definition

A conjunction is true only when both propositions are true.

Example

Truth Table

pqp ∧ q
TTT
TFF
FTF
FFF

3. Disjunction (OR) – p ∨ q

Definition

A disjunction is true if at least one proposition is true.(This is inclusive OR.)

Example

Truth Table

pqp ∨ q
TTT
TFT
FTT
FFF

4. Implication (Conditional) – p → q

Definition

If p, then q”It is false only when p is true and q is false.

Meaning

Example

Truth Table

pqp → q
TTT
TFF
FTT
FFT

⚠️ Important exam note:When p is false, the implication is always true (called vacuous truth).

5. Biconditional (IFF) – p ↔ q

Definition

“p if and only if q”It is true when both propositions have the same truth value.

Example

Truth Table

pqp ↔ q
TTT
TFF
FTF
FFT
< PrevNext >