Class: CSE 16 Subject: computer-science discrete-math Date: 2024-10-09 Teacher: Prof. Musacchio

Logic

  • The statement doesn’t necessarily mean that . Suppose that is some integer and consider the statements:
    • (a is a multiple of 6) (a is divisible by 2),
    • (a is divisible by 2) (a is a multiple of 6).
      • The first statement is true while the second one is false.
  • Sometimes the converse is true.
    • (a is even) (a is divisible by 2),
    • (a is divisible by 2) (a is even)
      • Since both and are true, it follows that () () is true.
  • The symbol for a biconditional statement is which is read as if and only if
    • E.g.

Truth Table

TTT
TFF
FTF
FFT