JeromeWest wrote:I'm still lost. I don't see how A being false makes the statement "If A then B" automatically true.
It's called "material implication", and the truth table looks more like:
Code: Select all
A B if A then B
true true true
true false false
false true true
false false true
It makes a bit more sense if you talk in the sense of "All things that have property A also have property B"... [imath]\forall x : Ax \to Bx[/imath]
The only way you could prove this statement wrong would be to find a thing that had property A, but didn't have property B... this would be the only thing that would make the implication false. For all other combinations (things with both properties, things with neither, and things with just property B not not property A), the implication must be true.
There's also the old chestnut: "If I told you 'If it rains tomorrow, I'll wear a raincoat', and then it doesn't rain, would you call me a liar?"
A implication where the antecedant is
never true (for instance, to use my pattern from two sentences ago, "All things that are both on fire and not on fire also have property B") is still true... there's still no counterexample (find me an object that's both on fire and not on fire but doesn't have property B). It's sometimes called a "vacuous truth"... but it's still truth.