A logical connective is an expression used to modify a statement or combine two or more statements.

Negation

Negation

Let be a proposition. The negation of , which is denoted by , is the proposition that "it is not the case that $p$".

TF
FT

For example:

  • Let be that “Today is Tuesday”.
  • means “It is not the case that today is Tuesday”.
    • Or otherwise “Today is not Tuesday” or “It is not Tuesday today”.
Link to original

Conjuction

Conjunction

Let and be propositions. The conjunction of and , denoted by , is the proposition that "$p$ and $q$".

TTT
TFF
FTF
FFF

For example:

  • Let be that “Today is Tuesday”.
  • Let be that “It is raining today”.
  • is that “Today is Tuesday and it is raining today”.
But in English, $p \wedge q$ and $q \wedge p$ do not always mean the same thing.
- "Bob became sick and he visited the doctor."
- "Bob visited the doctor and he became sick."
 
This can be handled by dynamic conjunctions.
Link to original

Disjunction

Disjunction

Let and be propositions. The disjunction of and , denoted by , is the proposition that "$p$ (inclusive) or $q$".

TTT
TFT
FTT
FFF

For example: “Students who have taken either maths of physics A-levels are admitted.”

Exclusive OR

TTF
TFT
FTT
FFF
Link to original

Conditional Statements

Conditional statement

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.
Link to original

Biconditional Statements

Biconditional statement

Let and be propositions. The biconditional statement , is the proposition that "$p$ if and only if $q$". This is also called an bi-implication or an equivalence.

TTT
TFF
FTF
FFT
There are some implicit uses of biconditional statements in English, for example:
- If you finish your meal then you can have desert, $p \rightarrow q$.
 
But we actually mean $p \iff q$:
- You can have desert if and only if you finish your meal.
Link to original