1
-
We assume and to be true. If , then , hence must be true. We are trying to prove symantically entails from hence the argument is true.
-
Assume is true. and may either be true or false. Consider when , . But Hence the argument is false.
-
Assume is true. We know neither is true or false nor is true or false hence we cannot deduce that must be true since we don’t know anything about . Let and , hence . The argument is false.
-
Assume is true. is a contradiction.
Since there are no models to contradict being true, we assume is true. The argument is true.I should’ve gone with my original though, this is always false as is a contradiction.
Anything can follow from a contradiction.
title: Partially correct.2
When it is raining, they go to the library. When it is not raining, they work in the yard.
Therefore they either go to the library or work in the yard.
title: Correct answer.3
Let and be propositional formulae. Demonstrate that if there exists that and . Then the formula is a tautology.
Lets assume is . Let also be hence which is equivalent to . Let be that hence which is equivalent to .
Hence the formula which we know is a tautology as either is true or false, which always makes the formula true.
title: Wrong answer.
Should do proof by contradiction.
Suppose that $C \models A$ and $\neg C \models B$ but $A \lor B$ is not a tautology.
Since $A \lor B$ is not a tautology, then there is a valuation $v$ such that $v(A) = 0$ and $v(B) = 0$.
Since $C \models A$ it follows that $v(C) = 0$.
Hence $v(\neg C) = 1$.
Therefore, $\neg C \not \models B = 1 \not \models 0$ which contradicts our initial assumption.
Hence, if $A$ is a logical consequence of $C$ and $B$ is a logical consequence of $\neg C$ then, for some formula $C$, the formula $A \lor B$ is a tautology.4
-
“If is a real number such that , then ” “Suppose, , then .” Consider that , could be or . Hence does not hold when . As we find which is false.
title: Correct answer. We can formally define this as: - $P(n) = \text{that } n > 1$ - $Q(n) = \text{that } n^2 > 1$ Consider $n = -2$. $$ \begin{aligned} P \rightarrow Q, Q &\models P \\ 0 \rightarrow 1, 1 &\models 0 \\ 1, 1 &\models 0 \end{aligned} $$ Fallacy of affirming the conclusion. -
“If is a real number such that , then ” “Suppose, , then .” This argument is correct and uses the inference:
interpretation 0 0 1 1 1 1 0 1 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 1 title: Correct answer. Can once again formally define as: - $P(n) = \text{that } n > 3$ - $Q(n) = \text{that } n^2 > 9$ Suppose $n^2 \le 9$ then $n \le 3$: $$ \begin{aligned} P \rightarrow Q, \neg Q &\models \neg P \text{ (modus tonens)} \\ \\ \text{When } P = 1, Q &= 0 \\ 1 \rightarrow 0, 1 &\models 0 \\ 0, 1 &\models 0 \\ \\ \text{When } P = 1, Q &= 1 \\ 1 \rightarrow 1, 0 &\models 0 \\ 1, 0 &\models 0 \end{aligned} $$ -
“If is a real number such that , then ” “Suppose, , then .” Take, , is . Hence this argument does not hold.
title: Correct answer. Formal definition: - $P(n) = \text{that } n > 2$ - $Q(n) = \text{that } n^2 > 4$ $$ P \rightarrow Q, \neg P \models \neg Q $$ Fallacy of denying the hypothesis.