QED
Predicate Logic · step 7 of 13

Prenex normal form

A formula is in prenex normal form when all quantifiers sit at the front, followed by a quantifier-free matrix: Q₁x₁ … Qₙxₙ M. Every first-order formula has a prenex equivalent. The form matters because it exposes the quantifier alternation pattern (∀∃∀ …), which drives Skolemisation, decidability classifications and complexity results.

Unlimited questions · marked criterion by criterion · no card needed

Method: how to approach it

The order below is what examiners expect to see, and each step carries its own marks.

  1. Remove → and ↔ from the matrixRewrite implications as ¬ ∨, which makes the movement rules apply uniformly.
  2. Rename bound variables apartGive every quantifier a distinct variable. This step is not optional — pulling quantifiers out without it causes capture.
  3. Push negations through quantifiers¬∀x A becomes ∃x ¬A and ¬∃x A becomes ∀x ¬A, until negations sit on atoms.
  4. Pull quantifiers to the frontSince x is not free in B, (∀x A) ∧ B ≡ ∀x (A ∧ B), and similarly for ∨ and ∃. Move them out one at a time, preserving relative order.

Worked example

Convert ∀x P(x) → ∃x Q(x) to prenex normal form.

  1. Rename apart: ∀x P(x) → ∃y Q(y).
  2. Remove the implication: ¬∀x P(x) ∨ ∃y Q(y).
  3. Push the negation in: ∃x ¬P(x) ∨ ∃y Q(y).
  4. Pull both quantifiers out: ∃x ∃y (¬P(x) ∨ Q(y)).

Answer. ∃x ∃y (¬P(x) ∨ Q(y)).

Where marks get dropped

These are the specific errors that cost credit on prenex normal form questions — QED's rubric penalises each of them separately.

Practise this until it is automatic

Unlimited fresh questions

QED generates new prenex normal form problems on demand at warm-up, exam and challenge level, so you can drill this one skill until it stops costing you marks.

Marked like an examiner

Every answer is scored against a point-by-point rubric with partial credit, so you see exactly which step of the method broke down — not just a tick or a cross.

Answer in real notation

A one-tap symbol palette, a visual equation editor and a truth-table builder — or photograph your handwritten working and QED converts it to LaTeX.

Saved to your library

Every question you generate is kept and re-takeable as a timed exam, and your Predicate Logic mastery is tracked so you know when this is exam-ready.

Prenex normal form — frequently asked questions

Is prenex form unique?

No. When quantifiers can be pulled out in more than one order, several prenex forms are equivalent to the original. Any correct one is acceptable unless the question fixes an order.

Why does the antecedent flip the quantifier?

Because A → B is ¬A ∨ B, and the negation on A turns ∀ into ∃ before extraction. This is the single most common source of errors in prenex questions.

What comes after prenex form?

Usually Skolemisation: existentials are replaced by functions of the preceding universals, giving a universally quantified clause set suitable for resolution.

The rest of Predicate Logic

Quantifiers, predicates, binding, and validity. Each subtopic below has its own method, worked example and mark-losing traps.

Ready to make prenex normal form exam-proof?

Generate your first questions free — no card, no setup, no personal data stored. Practise until the method is second nature.

Start practising free →