mathematics
mathematics
LOREM
IPSUM
Sit Dolor Amet
INTRODUCTION
• Mathematical logic is a branch of mathematics that focuses with formal systems and the
study of statements, proofs and their relationships.
• It involves symbolic reasoning using symbols to represent logical statements and derive
conclusions.
• Mathematical logic is the study of formal systems, reasoning processes, and the structures
that define truth in mathematical theory.
IMPORTANCE OF MATHEMATICAL LOGIC
2. P ↔ Q = (P → Q) ∧(Q → P)
TRUTH TABLES
Truth tables are used to show all possible truth values for logical expressions.
Example for Conjunction ( ∧ ):
P Q P∧Q
F F F
F T F
T F F
T T T
Both propositions must be true for the result to be true.
Example for Disjunction ( ∨ ):
P Q P∨Q
F F F
F T T
T F T
T T T
At least one of the propositions must be true.
TRUTH TABLES
Example for Conditional or Implication ( → ):
P Q P→Q
F F T
F T T
T F F
T T T
"If P, then Q" – True except when P is true and Q is false.
P Q P∨Q
F F F
F T T
T F T
T T T
"P if and only if Q" – True when both P and Q share the same truth or false value.
TRUTH TABLES
Example for Negation (¬ or ~ ):
P ~P
F T
T F
Negates the truth value of a proposition.