Implication (→)

Formal Statement

The implication of two propositions and , denoted , is true if and only if either is false or is true. The implication can be read as “If , then .”

Truth Table

TTT
TFF
FTT
FFT

Example

If represents “I am at home” and represents “It is raining,” then represents “If I am at home, then it is raining.”

Different Ways of Express Implication

Converse, Contrapositive, and Inverse

  • Converse: Reverses the hypothesis and conclusion ().
  • Inverse: Negates both the hypothesis and conclusion ().
  • Contrapositive: Reverses and negates both the hypothesis and conclusion (), and is logically equivalent to the original implication.

Implication (p → q)

  • The implication is read as “If , then .”
  • Example: “If it is raining, then the ground is wet.”
  • Hypothesis (antecedent): (“It is raining”)
  • Conclusion (consequent): (“The ground is wet”)
TTT
TFF
FTT
FFT

Converse (逆命題)

  • Definition: The converse of is , where the roles of and are reversed.
  • Example: “If the ground is wet, then it is raining.”
  • Key Point: The converse is not logically equivalent to the original implication. The truth values of and may differ.
  • Truth Table for Converse:
TTTT
TFFT
FTTF
FFTT

Inverse (否命題)

  • Definition: The inverse of is , which negates both the hypothesis and the conclusion of the original implication.
  • Example: “If it is not raining, then the ground is not wet.”
  • Key Point: The inverse is also not logically equivalent to the original implication.
  • Truth Table for Inverse:
TTTT
TFFT
FTTF
FFTT

Contrapositive (對偶命題)

  • Definition: The contrapositive of is , which negates both and and flips their positions.
  • Example: “If the ground is not wet, then it is not raining.”
  • Key Point: The contrapositive is logically equivalent to the original implication. If is true, then is also true, and vice versa.
  • Truth Table for Contrapositive:
TTTT
TFFF
FTTT
FFTT