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