I was given the following problem.
Determine the truth value of the following statement: If $\Gamma$ is a consistent set, then $\Gamma' = \{\neg \varphi : \varphi \in \Gamma\}$ is also consistent.
$\Gamma$ is understood to be a set of propositional formulas. Such a set is consistent iff there is a valuation $v$ such that $[\varphi]_v$ is true for all propositions in the set. Another way to think about this is to say the set is free of contradiction.
My response is that statement above is true. Indeed, let $v$ be a valuation that makes all formulas in $\Gamma$ true. Then
\begin{align*} f(\varphi) = \begin{cases} 1 & [\varphi]_v = 0 \\ 0 & [\varphi]_v = 1 \end{cases} \end{align*}
makes all propositions in $\Gamma'$ true as well. The reason is that, because $f(\varphi) = 0$ when $[\varphi]_v = 1$, and $f(\varphi) = 1$ when $[\varphi]_v = 0$, it becomes clear that $f(\varphi) = [\neg \varphi]_v$. It directly follows that $f(\neg \varphi) = [\varphi]_v$. That every statement in $\{\neg \varphi : \varphi \in \Gamma\}$ is true under the assignment $f$ is then clear, because $[\varphi]_v$ is true by definition.
My question is whether this is sufficient proof of the consistency of $\Gamma'$. I have shown that $f$ makes every formula true, but not that it does so in a way that's free of contradiction. This seems completely obvious from the fact that $v$ makes the formulas in $\Gamma$ true without contradiction, and $f$ is simply a "reversed" $v$. But I haven't been able to rigorously prove this.