problem set 2 (basic language)
True or false? If true, please provide an argument. If false, provide a counterexample.
Positive formulas
Call a formula \(\varphi\) positive iff there are no occurrences of \(\neg\) in \(\varphi\).
The length of a positive formula must be odd.
Every positive formula is satisfiable.
Not every formula is equivalent to a positive formula.
Logical consequence
Let \(\Gamma\) be a set of formulas and let \(\varphi\) and \(\psi\) be formulas.
If \(\Gamma \not\models \varphi\) or \(\Gamma \models \psi\), then \(\Gamma \models \varphi \to \psi\).
If \(\Gamma \models \varphi \to \psi\), then \(\Gamma \not\models \varphi\) or \(\Gamma \models \psi\).
If \(\Gamma \models \varphi\) and \(\Gamma \not \models \psi\), then \(\Gamma \models \neg (\varphi \to \psi)\).
If \(\Gamma \models \neg (\varphi \to \psi)\), then \(\Gamma \models \varphi\) or \(\Gamma \not \models \psi\).
Satisfiability
For every natural number \(n > 1\), there is a set \(\Gamma\) of exactly \(n\) formulas such that
\(\Gamma\) is unsatisfiable, but
every subset \(\Delta \subseteq \Gamma\) with fewer than \(n\) formulas is satisfiable.
There is an infinite set \(\Gamma\) such that
\(\Gamma\) is unsatisfiable, but
every finite subset \(\Delta \subseteq \Gamma\) is satisfiable.
Please feel free to help yourself to soundness and completeness.