This is the truth table for P implies Q.
i get it,
- When P is True and Q is True then the truth value of this "implication" function is True.('implies' function is performed correctly, if a true statement is implying another true statement)
- When P is True and Q is False then the truth value of this "implication" function is False.('implies' function is performed incorrectly, if a true statement implies another statement that is False)
- When P is False and Q is False then the truth value of this "implication" function is True.('implies' function is performed correctly, if a false statement implies another statement that is False)
i don't get the case when P is False and Q is True, because that would mean that a false statement can imply a true statement.
example : 'if all sides of a triangle are equal then the triangle is an equilateral triangle.'
if 'all sides of a triangle are equal' is true and 'the triangle is equilateral' is true, then the implication is correct.
if 'all sides of a triangle are equal' is true and 'the triangle is equilateral' is false, then the implication is incorrect, because if all sides of a triangle are equal then it has to be an equilateral triangle.
if 'all sides of a triangle are equal' is false and 'the triangle is equilateral' is false, then the implication is correct.
if 'all sides of a triangle are equal' is false and 'the triangle is equilateral' is true, then the implication is incorrect, because if all sides of a triangle are not equal then implying that the triangle is an equilateral triangle is WRONG! but, according to the truth table the truth value of 'P implies Q' for this case should be true.
please clear my doubt.