Maths
Maths
1. 1. Proportional Logic
Proposition:
Notations:
Connectives:
Compound Statement:
Statements which contain one or more primary statements and some connectives
Example:
¬𝑝
Connectives Operator
3 Or Disjunction ∨ Binary
Statement Formula:
Truth Tables:
A truth table is a table that shows the truth value of a compound proposition for all
possible cases.
Negation:
P ¬𝐩
T F
F T
Conjunction:
P Q 𝑃∧𝑄
T T T
T F F
F T F
F F F
Disjunction:
FALSE if and only if (iff) both statements are FALSE; otherwise it is TRUE.
P Q 𝑃∨𝑄
T T T
T F T
F T T
F F F
Conditional:
P Q 𝑃→𝑄
T T T
T F F
F T T
F F T
Bi conditional:
P Q 𝑃⟷𝑄
T T T
T F F
F T F
F F T
1.Write the following statements in symbolic form, “If either S.Pavithra takes
Solution:
2. S. Pavithra can accesses the internet from campus only if she is a computer
Solution:
“You can access the internet from campus only if you are computer science
Solution:
4. Write the logical expression for “If tigers have wings then the earth travels
Solution:
Solution:
P Q (P ∧ Q) ¬ (P ∧ Q)
T T T F
T F F T
F T F T
F F F T
P Q ¬P ¬Q (¬P) ∨ (¬Q)
T T F F F
T F F T T
F T T F T
F F T T T
Solution:
P Q P∨Q ¬Q (P ∨ Q) ∨ ¬Q.
T T T F T
T F T T T
F T T F T
F F F T T
Solution:
P Q ¬P ¬Q ¬𝑃 ∨ ¬Q ¬(¬𝑃 ∨ ¬Q)
T T F F F T
T F F T T F
F T T F T F
F F T T T F
Solution:
T T T F F F F F T
T F F F T F T T T
F T F T F T F T T
F F F T T F F F F
9. Construct the truth table for i) R: ¬(¬𝑷 ∨ ¬Q). ii) ¬(¬𝑷 ∧ ¬Q).
Solution:
P Q ¬P ¬Q ¬𝑃 ∨ ¬Q ¬𝑃 ∧ ¬Q R S
T T F F F F T T
T F F T T F F T
F T T F T F F T
F F T T T T F F
Solution:
P Q P →Q Q→ P (P →Q) ∧ (Q→ P)
T T T T T
T F F T F
F T T F F
F F T T T
Tautology:
truth table for a statement and all the column values for the statement are TRUE,
Contradiction:
Results:
Tautology Contradiction
In the result column all the entries are T In the result column all the entries are F
T F
T F
T F
T F
Solution:
P Q P∧Q ¬ (P ∧ Q) P ∨ ¬ (P ∧ Q)
T T T F T
T F F T T
F T F T T
F F F T T
Solution:
P Q ¬P ¬Q P∧ ¬Q ¬P ∧ ¬Q Q ∨ (P∧ ¬Q) S
T T F F F F T T
T F F T T F T T
F T T F F F T T
F F T T F T F T
Solution:
P Q ¬P P →Q ¬P → (P →Q)
T T F T T
T F F F T
F T T T T
F F T T T
Solution:
P Q P∧Q P∨Q ¬ (P ∨ Q) (P ∧ Q) ∧ ¬ (P ∨ Q)
T T T T F F
T F F T F F
F T F T F F
F F F F T F