Why is it that in formal logic, the phrase “If Bob drinks, then everyone drinks” is true if Bob doesn’t drink ?

536 views

in other words, why are statements of the form “If A then B” always true if A is false?

In: 8

11 Answers

Anonymous 0 Comments

Just adding on previous answers, a equivalente way to write “if A then B” (A -> B) using just the basic operators (not, or, and) is “not A or B” (~A v B). Since ~A will be true in case A is false, the expression will always be true.

You are viewing 1 out of 11 answers, click here to view all answers.