What is the conjunction truth table (P+Q)
P Q P+Q
T T T
T F F
F T F
F F F
What is the conjunction?
P and Q
What is the disjunction?
P or Q
P v Q
What is the disjunction truth table
P Q PvQ
T T T
T F T
F T T
F F F
What is the conditional?
If P then Q
P–>Q
What is the conditional truth table
P Q P->Q
T T T
T F F
F T T
F F T
What is the biconditional
P if and only if Q
P Q
What is the truth table for the biconditional
P Q PQ
T T T
T F F
F T F
F F T
What is the negation
Not P
~P
What is the truth table for the negation
P ~P
T F
F T
When is it valid?
If a situation where all premises are true and conc. is true
When is it invalid?
When all premises are true but conc. is false