Propositions

A proposition (also called a statement) is a declarative sentence with a truth value of either true or false, but not both.

Every proposition must be:

  1. A complete sentence that makes a claim
  2. Either true or false (but not both)
  3. Definite in its truth value

For example, these are valid propositions:

  • "I wrote this article on Thursday" (true)
  • "I am 14 years old" (false)
  • "1 + 1 = 3" (false)
  • "Water boils at 100°C at standard atmospheric pressure" (true)
  • "Every even integer is divisible by 2" (true)

These are not propositions:

  • "What time is it?" - Questions aren't propositions as they don't make claims
  • "Close the door" - Commands don't have truth values
  • "What a beautiful day!" - Exclamations and opinions without clear criteria aren't propositions

Also, expressions with variables, where the value of the variable would affect the truth value, aren't propositions:

  • x+2=5x + 2 = 5 - Not a proposition, as its truth value depends on the value of xx.

When a statement contains a variable whose truth value depends on that variable's value, it's called a Predicate.

For example:

  • "I am XX years old"
  • Y+1=5Y + 1 = 5
  • "The speed of light in a vacuum is approximately ZZ meters per second."
Which of these is a valid proposition?

a) I live in Australia.
b) Z > 2
c) Please don't do that anymore
d) 1+21 + 2
e) 11×11=111 \times 11 = -1

In propositional logic, we often assign propositions to variables, typically using lowercase letters pp, qq, rr, ss, or tt:

  • Let p="It rained yesterday"p = \text{"It rained yesterday"}
  • Let q="I am happy"q = \text{"I am happy"}

These variable assignments allow us to manipulate and analyse propositions using Propositional Logic, where we can combine simple propositions to form more complex ones.


Backlinks