Logic Symbols

Throughout this blog there are a number of symbols used that relate to mathematical logic. These are connectives such as {\implies, \iff, \land, \lor, \neg} and quantifiers {\forall, \exists}.

The connectives can be described by truth tables in logic. In summary:

“From the proposition that something is true, it follows that it is true.”
— Principia Mathematica

  • {\land} is ‘AND’. {A\land B} is true if and only if both {A} and {B} are true.
  • {\lor} is ‘OR’. {A\lor B} is true if either {A} or {B} or both {A} and {B} are true.
  • {\implies} is ‘IMPLIES’. {A\implies B} is only false if {A} is true and {B} is false.
  • {\iff} is ‘IF AND ONLY IF’. {A\iff B} is true if {A\implies B \; \land \; B \implies A}.
  • {\neg} is ‘NEGATE’. If {\neg A} is true then {A} is false.
The quantifier {\forall} means ‘for all’. For example, using the membership operator {\in} from set theory {\forall x \in A} means for every element ({x}) in the set {A}.

The quantifier {\exists} means ‘there exists’ or ‘at least one’. For example {\exists x \in A} means there is at least one element in the set {A}.

The idea, in mathematics and particularly in set theory, is that all statements can be constructed from this language structure. This structure is called first order predicate logic.

The order of the quantifies matters. {\forall A \; \exists B} is not the same as {\exists B \; \forall A}. The first says that for every {A} there exists a {B}. Each {A} could have a different {B}. The second states that there exists a {B} for every {A}. In this case, the same {B} will apply to each {A}.

The connective {\implies} is fundamental to proofs in mathematics. It is sometimes interpreted as ‘If …. then …..’. If I get hot then I turn the heating off. There are three truth tests in this statement. There is the ‘I get hot’, there is the ‘I turn the heating off’ then there is the overall implication that ‘If I get hot then I turn the heating off’. If I get hot and do not turn the hearting off then the implication is false. This is the only time it is false. If do not get hot but still turn the heating off then the implication is considered true by definition as it is not incorrect. Similar for I do not get hot and do not turn the heating off. The implication is evidently true if I do get hot and turn the heating off.

This explanation will offer insight into set theory.

Scroll to Top