Vocabulary & Equivalence
What is a biconditional statement?
If and only if statements
What is the notation for a conjunction?
P (upside down V) Q
A compound statement that is always false
Self-Contradiction
What is the name of this symbol?
V
Disjunction
A compound statement that is always true
NOR gate
Draw and name the logic gate that is true only when both are true or both are false.
XNOR gate
Create a Truth table for (¬p<=>¬q)=> (pvq)
p- t,t,f,f q- t,f,t,f ¬p- f,f,t,t ¬q- f,t,f,t (¬p<=>¬q)- t,f,f,t (pvq)- t,t,t,f (¬p<=>¬q)=> (pvq)- t,t,t,f