I am struggling with the following question:
Is the following statement true?
If $s \to t$ is satisfiable and $\neg s \to t$ is satisfiable then $t$ is satisfiable.
I thought this was true, but my answer sheet says "false" with no explanation. Can anyone see why?
Don't forget that an implication is always true if the hypothesis is wrong. In particular, $\bot\implies \bot$ is true, even though $\bot$ is never true by definition.
So, for example, both $s\implies \bot$ and $\lnot s\implies \bot$ have models, i.e. the left one where $s$ is false, and the right one where $s$ is true.
Yet, still, $\bot$ remains false in every model.