2

The statement "r unless s" is defined as "if $\sim s$ then $r$."

Now, I can proceed as follows:

$$\sim s \rightarrow r $$

$$\equiv \; \sim (\sim s) \vee r$$

$$\equiv \; s \vee r$$

Which means that when $s$ and $r$ both are true, the statement is true. This violates the definition of "unless", which implies mutual exclusion.

Of course when $s$ is true, $\sim s$ is false and the conditional $\sim s \rightarrow r$ is true, but how does that help resolve this apparent paradox? I mean, this way, it seems that both $s$ and $r$ can occur together, which is the very opposite of the definition of "unless".

Please help.

ankush981
  • 2,033

1 Answers1

0

Answering it myself in order to close it. As explained in a comment above: "The phrase "r unless s" should be viewed as shorthand for "r unless s, in which case who knows?" This doesn't imply mutual exclusion."

ankush981
  • 2,033