Entry conditions

Use propositional logic only when your statements can be treated as true/false without internal structure.

Definitions

  • A propositional language has atomic propositions and connectives like .
  • A valuation assigns each atomic proposition a truth value.

Vocabulary (plain language)

  • Atomic proposition: a basic statement with no logical parts.
  • Connective: a symbol that combines propositions.
  • Valuation: a truth assignment to atoms.

Symbols used

  • : and
  • : or
  • : implies
  • : not

Intuition

Propositional logic treats each statement as a black box that is either true or false. Logic then tells you how compound statements depend on the truth of their parts.

Worked example

If is “it rains” and is “the ground is wet”, then is true except when is true and is false.

How to recognize the structure

  • You can list the atomic propositions.
  • You can assign truth values independently to each atom.

Common mistakes

  • Using propositions that contain internal structure that should be modeled with quantifiers.