Module 3 - Logic and Symbolic Argument
Module 3 - Logic and Symbolic Argument
Introduction
Logic is the science and art of correct reasoning. It serves as a bridge between
philosophy and mathematics, providing tools to evaluate whether statements and arguments
are valid or flawed. In this unit, students will explore the foundations of logic, from simple
propositions to complex arguments, and learn how to use symbolic language to remove
ambiguity in reasoning.
We begin with propositional logic, where statements are represented by symbols and
analyzed for their truth values. Using logical operations such as AND, OR, NOT, and IF-THEN, we
construct compound propositions that reflect real-life situations. With the help of quantifiers,
statements can be extended to entire sets, expressing ideas like “for all” and “there exists.”
By the end of this unit, students will not only understand logic as a mathematical tool
but also appreciate its role in clarifying real-world arguments, strengthening critical thinking,
and guiding rational decision-making across disciplines.
1. Propositional Logic
Propositional logic, also called sentential logic, is the branch of logic that deals with
propositions—statements that can be classified as either true or false, but not both at the same
time. In this system, each proposition is represented by a symbol (usually letters like p,q,r) to
simplify reasoning and avoid ambiguity. Propositional logic is the foundation of mathematical
proofs, computer programming (Boolean logic), and decision-making in everyday life. For
example, “2+2=4 ” is true, while “The Earth is flat” is false. Propositional logic provides a clear
and systematic way to analyze such statements.
Examples
Logical operations are the rules that connect or manipulate propositions to form more
complex statements. They define how the truth value of a compound proposition depends on
its components. The basic logical operations include:
Biconditional (IF AND ONLY IF) – p ↔ q is true if p∧q have the same truth value.
Examples
3. Compound Propositions
Examples
Universal Quantifier(∀): means “for all” or “every.” Example: “All even numbers are
divisible by 2” → ∀ x , p (x)→ q(x )
Existential Quantifier (∃): means “there exists at least one.” Example: “There exists a
prime number that is even” → ∃ x , p(x )∧ q(x )
Quantifiers make logic more powerful because they allow us to generalize across sets rather
than deal with individual statements. They are essential in mathematics, statistics, and scientific
claims.
Example
Example:
Conditional
Propositions Reason
Converse
1. If a number is even, then it is divisible by 2.
Inverse
2. If a number is divisible by 2, then it is even.
Contrapositive
3. If a number is not even, then it is not divisible by 2.
Biconditional
4. If a number is not divisible by 2, then it is not even.
5. A number is even if and only if it is divisible by 2.
6. Truth Tables and Tautologies
A truth table is a tabular method for listing all possible truth values of a proposition or
compound proposition. It systematically shows how the truth values of simpler statements
determine the truth of a more complex statement.
A tautology is a compound statement that is always true regardless of the truth values of
its components (e . g . , p ∨ ¬ p).
A contradiction is always false (e . g . , p ∧ ¬ p).
A contingency is sometimes true and sometimes false.
Truth tables are essential tools in mathematics, computer science (logic gates), and
philosophy for verifying validity and detecting logical errors.
Example:
Tautology
2. p ∧¬ p
Tautology (distributive
4. ( p ∨q) →(q ∨ p)
simplification)
5. ( p ∧q)∨( p∧ ¬q )≡ p
7. Symbolic Arguments
A symbolic argument is a logical argument expressed using symbols and rules of inference.
Arguments consist of premises (assumed true statements) and a conclusion (statement to be
proven). The goal is to determine whether the conclusion logically follows from the premises.
Example:
Premise 1: p → q (If it rains, the ground is wet)
Premise 2: p (It rains)
Conclusion: q (The ground is wet)
Symbolic arguments help strip away distractions in language, making reasoning clear and
rigorous.
Example:
A. Modus Ponens:
p → q (If it rains, the ground is wet¿
p ¿It rains)
q (Therefore , the ground is wet )
B. Modus Tollens:
p → q (If it rains, the ground is wet)
¬ q (The ground is not wet)
¬ p (Therefore, it is not raining)
C. Disjunctive Syllogism:
p ∨q (Either I study or I fail)
¬ p (I did not study)
q (Therefore, I fail)
D. Hypothetical Syllogism:
p → q (If I study, then I pass)
q → r (If I pass, then I graduate)
p →r (Therefore, if I study, then I graduate)
Animals
Dogs
poodles
Euler diagrams
Figure 1.
Euler diagrams help in critical thinking by providing an intuitive way to check whether an
argument makes sense. They are often used in teaching, law, and critical reasoning exercises.