Hi all,
I had a few quick questions about conditional statements.
Say we have A --> B.
I know that if A is not met (sufficient) or B is met (necessary), I know that the conditional statement falls away (without needing to know the outcome of the other). But does falling away mean that the conditional statement is INVALID or that it is NOT TRUE (hence, false)?
Given A --> B, I know that the conditional statement is false if A is met but B is not met. But are there other ways for the conditional statement to be false other than the situation I've given above?
Thank you!