3.fundamentals of Logic
3.fundamentals of Logic
Type of
Connective Symbol
Statement
and Λ conjunction
Or ˅ Disjunction
Not Negation
If…then Conditional
If and only if
Simple statements in logic are usually
denoted with lowercase letters like and For
example, we could use to represent the
statement “I get paid Friday” and to
represent the statement “I will go out this
weekend”. Then the conditional statement “If
I get paid Friday, then I will go out this
weekend” can be written in symbols as .
The symbol ~ (tilde) represents a
negation. If still represents “I get paid
Friday”, then represents “I do not get paid
Friday”.
We often use parenthesis in logical
statements when more than one connective is
involved in order to specify an order.
Example: Studying Order in Logical
Connectives
Let p = “Large Coney is a Dog”
q = “Guinness is a cat”
What does the statement mean?
“Large Coney is not a dog and Guinness is a
cat.”
What does the statement mean?
It is not the case thet Large Coney is a dog
and Guinness is a cat.
TRUTH TABLES
Inclusive
disjunction is true
unless both
components are
false.
Inclusive
disjunction is true
when at least one
statement is true.
EXCLUSIVE OR – ONE OR THE
OTHER, NOT BOTH.
Truth Table for the Exclusive Disjunction P or
Q (P ˅ Q) .
Exclusive
disjunction is true
when one
component is true
and other is false.
NEGATION
a .)
P Q
T T T F
T F F T
F T F T
F F F T
b.)
PQ
TT T F
TF T F
FT T F
FF F T
C.) P Q
P Q PQ
T T F F
T F T T
F T F T
F F T T
P Q ~P
T T F T T T
T F F F T F
F T T T T T
F F T T F F
THANK YOU!!