For an interactive study experience with progress tracking, bookmarks, and solutions, try our reader.
Open in Interactive ReaderChapter Overview
This unit bridges the deductive process of reasoning (Logic) with the foundational language of mathematics (Set Theory). Logic focuses on statements, their truth values, and logical connectives to form rigorous conclusions. Set Theory focuses on collections of objects, their relationships, and operations. Mastering these dual concepts enables you to write flawless mathematical proofs.
What this chapter covers
Statements and Truth ValuesLogical Connectives (AND, OR, NOT, Implication)Tautology and ContradictionSet Operations (Union, Intersection, Difference, Complement)Symmetric Difference & Power SetsDe Morgan's Laws for Logic and SetsAlgebraic Set ProofsTruth Table Proofs
Learning Objectives
1
Identify and distinguish between valid mathematical statements and non-statements (opinions, questions, open sentences).
2
Construct accurate truth tables for complex compound logical statements.
3
Understand and evaluate the precise truth conditions of Conditional (If-Then) and Biconditional statements.
4
Perform advanced operations on sets, including Difference, Complement, and Symmetric Difference.
5
Verify complex set identities using rigorous algebraic proofs and elements.
6
Recognise the mathematical harmony between Logic and Set Theory (e.g., AND mapping to Intersection, OR to Union).
The Bridge Between Logic and Sets
Key Insight
Logic and Set Theory are practically two different languages describing the exact same mathematical concepts. If you understand one, you automatically understand the other.
Logical AND ($\wedge$) behaves exactly like Set Intersection ($\cap$).
Logical OR ($\vee$) behaves exactly like Set Union ($\cup$).
Logical NOT ($\sim$) behaves exactly like Set Complement ($\overline{A}$).
Logical AND ($\wedge$) behaves exactly like Set Intersection ($\cap$).
Logical OR ($\vee$) behaves exactly like Set Union ($\cup$).
Logical NOT ($\sim$) behaves exactly like Set Complement ($\overline{A}$).
Example: De Morgan's Law in Logic is $\sim(p \wedge q) \equiv \sim p \vee \sim q$. In Set Theory, the exact equivalent is $\overline{A \cap B} = \overline{A} \cup \overline{B}$. The structure is identical!
Key Definitions
Statement (Proposition)
A declarative sentence that is definitively either True or False. Questions, commands, and open sentences (like $x+2=5$) are not statements.
Tautology & Contradiction
A Tautology is a compound statement that is always True regardless of inputs. A Contradiction is always False.
Power Set ($P(A)$)
The set containing all possible subsets of a given set $A$, including the empty set $\phi$ and the set $A$ itself. If $A$ has $n$ elements, $P(A)$ has $2^n$ elements.
Symmetric Difference ($A \Delta B$)
The set of elements belonging to set $A$ or set $B$, but not both. Formula: $A \Delta B = (A-B) \cup (B-A)$.
Subset ($A \subseteq B$)
Set $A$ is a subset of $B$ if every single element of $A$ is also contained in $B$.
Logic vs. Set Theory Dictionary
Use this side-by-side dictionary to translate logical conditions into set operations seamlessly.
Logic Domain
$$Statements & Connectives$$
Conjunction ($p \wedge q$): True only if BOTH are true.
Disjunction ($p \vee q$): False only if BOTH are false.
Negation ($\sim p$): Inverts the truth value.
Implication ($p \Rightarrow q$): Broken (False) only if $T \Rightarrow F$.
Falsehood / Contradiction ($F$): Always false.
VS
Set Theory Domain
$$Sets & Operations$$
Intersection ($A \cap B$): Elements in BOTH sets.
Union ($A \cup B$): Elements in AT LEAST ONE set.
Complement ($\overline{A}$): Elements NOT in the set.
Subset ($A \subseteq B$): If an element is in A, then it is in B.
Empty Set ($\phi$): Contains no elements.
Memory trick: The symbol $\wedge$ looks like the 'A' in AND. The symbol $\cup$ looks like a 'U' for Union.
Formula Sheet & Proof Derivations
Implication Equivalence
$$(p \Rightarrow q) \equiv (\sim p \vee q)$$
Proves that an 'If... Then' statement is logically identical to 'Not p OR q'.
De Morgan's Law (Sets)
$$\overline{A \cup B} = \overline{A} \cap \overline{B}$$
The complement of a union is the intersection of the complements.
Symmetric Difference
$$A \Delta B = (A \cup B) - (A \cap B)$$
An alternative definition: Elements in exactly one of the sets, but not the intersection.
Choosing the Right Proof Method
When faced with a proof in the exam, follow this logic to choose your tool.
Does the question involve logical statements (p, q, symbols like \Rightarrow)?
Yes
Use a Truth Table. Create columns for every sub-expression and compare final columns.
No
Continue to next step ↓
Does the question ask to prove a Set Identity (A, B, \cup, \cap)?
Yes
Use the Element Method. Start with 'Let x \in LHS' and use logic words (AND/OR) to reach the RHS.
No
Continue to next step ↓
Is the question asking for Converse, Inverse, or Contrapositive?
Yes
Use Mechanical Swapping. Converse: Swap. Inverse: Negate. Contrapositive: Swap AND Negate.
No
Use Venn Diagrams if visual verification is explicitly requested.
The 'AND/OR' Translation Trick
Trick: When writing set theory proofs, translate set symbols directly into English logic words.
Steps to Remember:
- Whenever you see $x \in A \cup B$, instantly translate it to: $x \in A$ OR $x \in B$.
- Whenever you see $x \in A \cap B$, instantly translate it to: $x \in A$ AND $x \in B$.
- Whenever you see $x \in A - B$, translate it to: $x \in A$ AND $x \notin B$.
- Warning: When distributing a NOT ($\notin$), the words flip! $x \notin A \cup B$ becomes $x \notin A$ AND $x \notin B$.
Mnemonic: Union = OR. Intersection = AND. Difference = AND NOT.
Common Mistakes in NEB Exams
These conceptual errors account for the majority of lost marks in the Logic & Set theory section. Please review them carefully.
- The F-Falsehood Trap (Logic): Students naturally assume that a false premise leading to a false conclusion ($F \Rightarrow F$) is False. Logically, it is True. Only $T \Rightarrow F$ breaks the rule.
- Set Difference Confusion (Sets): Confusing $A-B$ with $B-A$. Remember, $A-B$ means you start with A and throw away anything that belongs to B. You NEVER include elements that are only in B.
- Empty Set Inclusion (Sets): Forgetting that the empty set ($\phi$) is always a subset of every set. When making a Power Set, $\phi$ must always be the first element listed.
- Improper Negation (Logic): Negating 'All men are honest' does not mean 'No men are honest'. The correct negation is 'Some men are not honest'. Always negate 'All' with 'Some... not'.
Solved Examples (Easy → Hard)
1
Find the truth table for $p \wedge \sim q$.
Easy
2
If $A = \{1, 2, 3\}$ and $B = \{3, 4, 5\}$, calculate the Symmetric Difference $A \Delta B$.
Medium
3
Prove algebraically that $A - (B \cup C) = (A - B) \cap (A - C)$.
Hard
MCQ Practice
Mixed Level — MCQ
1
What is the logical negation of the conjunction $p \wedge q$?
Correct!
Incorrect. Correct: $\sim p \vee \sim q$
2
If a set $A$ contains exactly 3 distinct elements, how many subsets exist in its Power Set $P(A)$?
Correct!
Incorrect. Correct: 8
3
Which of the following is logically equivalent to the implication $p \Rightarrow q$?
Correct!
Incorrect. Correct: $\sim p \vee q$
4
If the intersection of two sets is the empty set ($A \cap B = \phi$), then sets A and B are strictly defined as:
Correct!
Incorrect. Correct: Disjoint sets
5
A logical Tautology is defined as a compound statement that is:
Correct!
Incorrect. Correct: Always True
6
Which formula correctly defines the Symmetric Difference between two sets A and B ($A \Delta B$)?
Correct!
Incorrect. Correct: $(A - B) \cup (B - A)$
7
Which of the following is considered a valid mathematical statement?
Correct!
Incorrect. Correct: 5 is a prime number.
8
According to the Distributive Law of Set Theory, the expression $A \cup (B \cap C)$ is equal to:
Correct!
Incorrect. Correct: $(A \cup B) \cap (A \cup C)$
9
The Law of Double Negation states that $\sim(\sim p)$ is logically equivalent to:
Correct!
Incorrect. Correct: $p$
10
According to De Morgan's Law for sets, the complement of a union, $\overline{A \cup B}$, is equal to:
Correct!
Incorrect. Correct: $\overline{A} \cap \overline{B}$
Short Questions (2 Marks Each)
1
Is the sentence 'Mathematics is a difficult subject' a valid logical statement? Justify your answer.
[2 marks]
2
Given the set $A = \{a, b\}$, write down its complete Power Set $P(A)$.
[2 marks]
3
Write the Contrapositive of the symbolic statement $p \Rightarrow q$.
[2 marks]
4
Evaluate the intersection of any set A with the empty set: $A \cap \phi$.
[2 marks]
5
Find the strict logical negation of the mathematical inequality '1 < 2'.
[2 marks]
6
Define the Symmetric Difference of two sets A and B, and provide its mathematical formula.
[2 marks]
7
Evaluate the truth value of the logical expression $T \wedge (F \vee T)$.
[2 marks]
8
If $A = \{x: x^2 - 5x + 6 = 0\}$ and $B = \{2, 3\}$, determine whether these sets are Equal Sets. Justify your reasoning.
[2 marks]
9
Define a 'Contradiction' in mathematical logic, and provide a simple symbolic example.
[2 marks]
10
If you are given that $A \subseteq B$ and simultaneously $B \subseteq A$, what specific mathematical conclusion can you draw about these two sets?
[2 marks]
Long Questions (3-4 Marks Each)
1
Prove using a comprehensive truth table that the conditional statement $p \Rightarrow q$ is logically equivalent to its contrapositive $\sim q \Rightarrow \sim p$.
[4 marks]
2
Prove algebraically De Morgan's Law for Set Theory: $\overline{A \cup B} = \overline{A} \cap \overline{B}$.
[4 marks]
3
Show that the logical statement $(p \wedge q) \Rightarrow (p \vee q)$ is a tautology by constructing a truth table.
[3 marks]
4
Prove algebraically that $A - (B \cup C) = (A - B) \cap (A - C)$.
[4 marks]
5
Prove using a truth table that the negation of an implication is equivalent to a conjunction: $\sim(p \Rightarrow q) \equiv p \wedge \sim q$.
[3 marks]
6
Prove the Distributive Law of sets: $A \cup (B \cap C) = (A \cup B) \cap (A \cup C)$.
[4 marks]
7
Prove that the compound statement $(p \wedge q) \wedge \sim(p \vee q)$ constitutes a logical contradiction.
[3 marks]
8
Prove algebraically that $(A \cap B) \cup (A \cap \overline{B}) = A$.
[4 marks]
9
Prove by truth table that the biconditional is logically equivalent to a two-way conditional statement: $(p \Leftrightarrow q) \equiv (p \Rightarrow q) \wedge (q \Rightarrow p)$.
[4 marks]
10
Given the Universal set $U=\{1,2,3,4,5,6,7,8,9,10\}$, $A=\{1,2,3\}$, and $B=\{3,4,5\}$. Find the Symmetric Difference $A \Delta B$, and then verify your answer using the alternate formula $(A \cup B) - (A \cap B)$.
[4 marks]
One-Page Revision Cheat Sheet
1
Proposition strictness: Logical sentences must be exclusively True or False. Unknown variables (x=2), questions, and commands are disqualified.
2
Implication Trap ($p \Rightarrow q$): The most tested connective. It evaluates to FALSE only when $T \Rightarrow F$. A false premise ($F \Rightarrow F$) evaluates to TRUE.
3
De Morgan's Trick: Distributing a negation ($\sim$ or complement bar) forces the inner operator to flip. AND becomes OR. $\cup$ becomes $\cap$.
4
Contrapositive rules: $\sim q \Rightarrow \sim p$ is mathematically identical to the original $p \Rightarrow q$. The converse ($q \Rightarrow p$) is a totally different statement.
5
Tautology vs Contradiction: A truth table full of 'T's is a Tautology. A table full of 'F's is a Contradiction.
6
AND vs Intersection: $p \wedge q$ behaves exactly like $A \cap B$. Both demand strict inclusivity.
7
OR vs Union: $p \vee q$ behaves exactly like $A \cup B$. Both are lenient and inclusive.
8
Symmetric Difference: The exclusive 'OR'. It demands elements that are in A or B, but rigidly NOT in both. $A \Delta B = (A-B) \cup (B-A)$.
9
Power Set Math: A set with $n$ elements will always spawn exactly $2^n$ subsets in its power set. Never forget the empty set $\phi$!
10
Proof Strategies: Use truth tables for logical $p/q$ symbols. Use 'Let $x \in$ LHS' with AND/OR word translations for Set Theory proofs.
Static SEO Version
Next