Propositional Logic Flashcards
A proposition is a
declaration of fact that is either true or false, but not both
¬
Negation
not
∧
Conjunction
and
∨
Disjunction
(inclusive) or
⨁
Exclusive Disjunction
exclusive or, xor
→
Conditional
If .. then, ..implies..
↔
Biconditional
if and only if, iff
negation is defined by the following truth table:
Objects cannot be negated, only statements
Incorrect negation:
¬JackistallerthanJoe ≡(¬Jackistallerthan¬Joe)
The correct negation is:
¬JackistallerthanJoe ≡JackisatmostastallasJoe.
Negation Rules for Inequalities
the negation of a strict inequality is non-strict inequality and vice versa.
¬𝑥>𝑦 ≡(𝑥≤𝑦)
¬𝑥≥𝑦 ≡(𝑥<𝑦)
You must exercise special care when negating a double inequality.
The correct negation of 1 ≤ 𝑥 ≤ 2 is
𝑥<1∨𝑥>2
Conjunction
Disjunction
Exclusive Disjunction (aka Exclusive Or)
Conditional
Biconditional
𝑝 ↔ 𝑞 ≡ (𝑝 → 𝑞) ∧ (𝑞 → 𝑝)
Observe that 𝑝 ↔ 𝑞 is the negation of
𝑝⨁𝑞.
Also observe that the biconditional is true exactly when p and q have the same truth value, whether that is true or false.
It is not a very good idea to attempt to reduce the understanding of “necessary” and “sufficient” typestatements to the mindlessly symbolical level.