how can I transform this statement into a propositional formula?
Theseus must die on Skyros, or else Skyros will be devastated
What symbol is "or else", I can't find anything on the internet.
My suggestion is:
p = theseus must die on Skyros
q = Skyros will be devastated
formula: (¬p->q)
And you can read it as: If theseus doesn't die on Skyros, Skyros will be devastated. But I don't know if my tought is correct.
Thank you
English is often ambiguous, so often you’ll have to use background knowledge and common sense to try and figure out what most likely is being meant ( of course, ideally you can just ask the person making the claim to resolve any ambiguity … in this case maybe your professor?).
Anyway, the ambiguity here is whether the ‘or else’ is used as an inclusive or exclusive or. Now, the expression ‘or else’ is often meant to express an exclusive disjunction … but you can’t use that as a hard rule … just like ‘either … or’ is often used to ecpress an dxvlusive or … but not always.
Now, if we use an inclusive or, we’d get $p \lor q$ … which is equivalent to your $\neg p \to q$. But, in this case I would think a biconditional would probably be more sensible… given what we know about Theseus and Skyros, presumably if Theseus does die on Skyros, then Skyros will not be devastated (at least not in the immediate term, which is probably what they mean), meaning that you also have $p \to \neg q$, which is equivalent to $q \to \neg p$, and together with $\neg p \to q$ that gives you the biconditional $\neg p \leftrightarrow q$ … which is one way to express an exclusive or between $p$ and $q$.