I've found Isn't the modus ponens just the definition of what 'if' means? but I don't feel like it is particularly relevant. I also found Why is modus ponens a q-implication? which I understand if I don't dig too deep ($p$'s truth and $q$'s truth) but I don't feel like I fully understand modus ponents.
Modus ponens states
$$ p \rightarrow q $$
Given $p$
Therefore $q$
I'm trying to approach this by looking at the truth table but it isn't helping me.
| $p$ | $q$ | $p\rightarrow q$ |
|---|---|---|
| 1 | 1 | 1 |
| 1 | 0 | 0 |
| 0 | 1 | 1 |
| 0 | 0 | 1 |
What is modus ponens saying exactly? I'm having a problem interpreting it.
Is it saying that given some $p$ (can this be true or false or must this only be true) and given some implication (can THIS be true or false or must this be true)?
We can determine that $q$ is true?
Assuming $p$ must be true and $p\rightarrow q$ must be true that DOES imply that $q$ must be true but in any other case we cannot determine $q$?