Let and be propositions. The conditional statement , is the proposition that "if $p$ then $q$". This is also called an implication.

TTT
TFF
FTT
FFT

For example:

  • If it is sunny today, we will go to the beach.
  • If I am elected, I’ll lower taxes.
You may encounter some weird statements which are still true.
- "If the Moon is made of green cheese then $2\times2=5$." $(F \rightarrow F)$.
- "If the Moon is made of green cheese then $2\times2=4$." $(F \rightarrow T)$.
- "If London is in the UK then $2\times2=4$." $(T \rightarrow T)$.
  This is also known as irrelevant logic.