First-Order Logic
FOL adds objects, predicates, functions, and quantifiers ∀ ∃. Student(Asha). ∀x Student(x) → Human(x). You can talk about “every pit” without a new letter per square. Richer than propositional logic, harder to compute.
Trap — mixing up ∀ and ∃. “There exists a safe square” is not “all squares are safe”.
Output — idea / do / check for First-Order Logic. Fill those three in the viva.
Exam tip
One ∀ sentence + one ∃ sentence.