Key info for midterm Flashcards
If a schema is a conjunction of sentence letters and negations of sentence letters, then it is satisfiable if and only if ___
No sentence letter occurs as a conjunct both unnegated and negated
A disjunction is satisfiable if and only if ___
At least one of its disjuncts is satisfiable
True of false: If both X and Y are satisfiable, then X ∨ Y is satisfiable
False, not necessarily
Proof that it’s not true requires a concrete counter-example that is usually very simple
Existential quantifier uses what connective?
Conjunction
Universal quantifier uses what connective?
Conditional
Existential and universal quantifier equivalences
(∃x) can be replaced with ¬(∀x)¬
(∀x) can be replaced with ¬(∃x)¬
Negation of ‘some philosophers are wise’
No philosopher is wise/all philosophers are unwise
Negation of ‘some philosophers are unwise’
All philosophers are wise (no philosophers are unwise)
What does equivalence preserve?
- Validity
- Unsatisfiability
- Implication
- Equivalence
- Satisfiability
What does substitution preserve?
- Validity
- Unsatisfiability
- Implication
- Equivalence
- NOT SATISFIABILITY
De Morgan Laws
¬(𝑃∨𝑄) is (¬𝑃∧¬𝑄) and vice versa
¬(𝑃∧𝑄) is (¬𝑃∨¬𝑄) and vice versa