EDITED:I saw the link above but it does't answer my question.I have a clear understanding of "P ONLY IF Q", I know that it equals "IF P THEN Q" .. but I see that there is a difference in the case where Q is True and P is False... in "IF P THEN Q" I know that it's true .. but in the "P only if Q" it seems like t violates the "if Q" part because it means when having Q is True then P is true - by understanding the "if" part in the "if Q"-.
I am facing a problem in understanding one of the cases in the "P only if Q" truth table-which I didn't find anyone asking about it- that is: when Q is True and P is False ..I am trying to justify how this can be a true condition, I understand that the "only" part means P must be False When Q is False but the "if" part means -as we know from implication- when the "if" part-Q- is True, the other proposition -P- should be true- but this is not the case-
the following is an example for more illustration: P is:"we'll go swimming" Q is:"weather is sunny" then P ONLY IF Q: "we'll go swimming only if the weather is sunny" in the case when Q is True but P is False: "the weather is sunny but we'll not go swimming" here the violation of "IF" part is clearer
Consider: "You are a bachelor only if you are male"
That makes sense, right? You can be a bachelor only if you are male: if you are not a male, then you cannot be a bachelor. So, being male is a necessary condition for being a bachelor, which is why we use 'only if'
However, does it follows from this that if you are male, then you are automatically a bachelor? Of course not! Plenty of males are not bacheler. Thus, being male is not a sufficient condition for being a bachelor. Hence, from 'P only if Q' you cannot infer that it must be the case that 'if Q then P'. Indeed, when all you have is that 'P only if Q', then Q can be true and P false: you can be a bachelor only if you are male is true, and it can also be true that one is a male but not a bachelor.