Test 1 Flashcards
¬
NOT, Negation, inverses value, T becomes F, F becomes T.
∧
AND, Conjunction, both have to be true.
∨
Inclusive OR, disjunction, if either is true the compound statement is true.
⊕
Exclusive OR (XOR), exclusive disjunction, only true if ONE statement true but not both.
↔
If and only if (IFF), biconditional, only true if both values the same, 2T or 2F.
→
Implies, conditional, only false if true implies false.
How to prove something is a WFF?
- Show individual atoms are WFF e.g p, q, r
- If the atoms are WFF so too are (¬p) (p∧q) etc.
- Keep expanding for the whole example.
What is De Morgan’s Law?
A way of pushing ¬ inside brackets.
e.g ¬(p∧q) becomes ¬p ∨ ¬q.
The ¬ goes in front of the atoms, AND switch to OR,
OR switches to AND.
What is double negation?
When there are 2 NOTs together so they cancel out.
eg ¬¬P ≡ P
≡
Logically equivalent, relationship between WFFs, not a logical connective
Tautology
All outputs true
Satisfiable
At least 1 output true.
Contradiction
All outputs false.
What logical connectives can generate all truth tables?
¬, ∧, V
Associativity
When you have the same connective (all ∧ or V) then you don’t need brackets because of associativity.