$(\alpha \to \beta) = \neg \alpha \vee \beta $
The truth table is negative when $\alpha = 1$ and $\beta = 0$. It is troubling me that $(\alpha \to \beta) \vee (\beta \to \alpha)$ is tautological.
P, Q be $x = 1$, $y = 0$. Then either
- If $x = 1$ then $y = 0$
- If $y = 0$ then $x = 1$
Why are they having to end up related? Why is this example wrong? I am studying the book ``Introduction to Formal Logic - Peter Smith" and it says :
``(if $= \to$) `$\to$' stands to some ‘if’s as $‘\wedge’$ stands to ‘and’ and $‘\vee’$ stands to ‘or’; for the material conditional does at least capture the core logical role of those ‘if’s which feature in singular indicative conditionals"
What does he mean by some `if's?