Proving Implication with Truth Tables: When Do We Use T or F?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
sara_87
Messages
748
Reaction score
0

Homework Statement



prove that:
not A implies B
if and only if
not B implies A

Homework Equations



construct truth table

The Attempt at a Solution



the answer is given as a table (T means true, F means false):

A| B| not A implies B| not B implies A| IFF

T T T T T
T F T T T
F T T T T
F F F F T


I understand that since the 3rd and 4th columns are the same, this completes the proof. BUT, i don't understand when to put T and when to put F.
any help wud be very much appreciated.
Thank you
 
on Phys.org
sara_87 said:

Homework Statement



prove that:
not A implies B
if and only if
not B implies A

Homework Equations



construct truth table

The Attempt at a Solution



the answer is given as a table (T means true, F means false):

A| B| not A implies B| not B implies A| IFF

T T T T T
T F T T T
F T T T T
F F F F T


I understand that since the 3rd and 4th columns are the same, this completes the proof. BUT, i don't understand when to put T and when to put F.
any help wud be very much appreciated.
Thank you

I assume your question is about what to put in the 3rd and 4th columns.

The only combination of truth values for which the implication A ==> B is false, is when the hypothesis (A here) is true but the conclusion (B here) is false.

It's the same for the implication ~A ==> B. The only combination for which this implication is false is when the hypothesis (~A) is true, but the conclusion (B) is false.
For ~A to be true, it must be that A is false, so looking at the first two columns of your truth table, the row that makes ~A ==> B false is the fourth row, where A is false and B is false.

The explanation for ~B ==> A is similar.
 
''The only combination of truth values for which the implication A ==> B is false, is when the hypothesis (A here) is true but the conclusion (B here) is false.
''

But, if A is true, then B is false, why would this make A==>B false?
wouldnt A==>B be false if A is true AND B is true ?

Thank you
 
OH...right i see. sorry i misunderstood. i read it as:

''The only combination of truth values for which the implication (not )A ==> B is false, is when the hypothesis (A here) is true but the conclusion (B here) is false''