In a conditional what is the bit before the arrow called?
Antecedent
In a conditional what is the bit after the arrow called?
Consequent
De Morgan’s Laws
¬(A v B ) -> ¬A n ¬B
¬(A n B ) -> ¬A v ¬B
Define biconditional
A and B are biconditional iff A and B have the same truth value. ( If a is true/false then b must be true/false as well )
What does a double headed arrow mean
Biconditional
Define iff
If and only if
What does the ∀ symbol mean
For every …
What does the ∃ symbol mean
For some … there exists …
For some x, x is a mammal and x flies
( ∃x : x is a mammal -> x flies )