Chapter 7 Flashcards
(13 cards)
Symbolic logic:
Modern deductive logic that uses symbolic language to do its work
4 logical connectives
(and their symbols)
1- Conjunction (and) (&)
e.g. (p & q)
2- Disjunction (or) (v)
e.g. ( p v q)
3- negation ( not ) (~)
e.g. ~p
4- Conditional (if-then) ( ->)
e.g. ( p -> q )
example of conjunction (&)
Rak rode his bike, and noor walked
example of disjunction (or) (v)
Either rak rode his bike, or noor walked
Example of negation (~) (not)
Rak did not ride his bike
It is NOT the case that Rak rode his bike
Example of conditional (if-then) (->)
If Rak rode his bike, then noor walked
Simple statement:
Does not contain any other statements as constituents
Compound statement:
A statement composed of at least 2 constituent, or simple statements
Conjunction cont.
2 simple statements joined by a connective to form a compound statement.
words that connect don’t always need to be “and”, they can be “but, yet, also, while, nevertheless”
If “p” and “q” are both true, then (p & q) is true.
If one of the letters (p or q) is false, then the whole statement (p & q) is false
Disjunction cont.
The word “unless” is sometimes used in the place of “or”
p v q is possible or “true” in every scenario UNLESS both p and q are false.
example:
p = T but q = F, disjunction is still true
p = F but q = T, disjunction is still true
but if p and q = F, then disjunction is false
negation cont.
e.g
The price of eggs in China is not very high.
or
It is not the case that the price of eggs in China is very high.
or
It is false that the price of eggs in China is very high.
~p = Not p
In what case is a conditional statement false?
If its antecedent is true, but the consequent is false