Telecom Paris
Dep. Informatique & Réseaux
Nils Holzenberger
←
Home page
March 2026
Logic, Knowledge Representation and Probabilities
with
Samuel Reyd
➜
other AI courses
Quiz lecture 5
Prenex form
Which of the following formula is in prenex normal form?
((∀x) P(x)) ∧ ((∃y) Q(y))
(∀x) (∃y) (P(x) ⊃ Q(x, y))
(∀x) (P(x) ⊃ (∃y) ¬ Q(x, y))
(∀x) (P(x) ⊃ (∃y) Q(x, y))
My recent answers
Send this answer
Validity
Which of the following logic formulas is valid?
(∀ x) (p(a,x) ⊃ p(a,a))
(∃ x) (p(x) ∧ ¬ p(x))
(∀ x) (∃y) p(x,y)
(∀ x) (∃y) (A(y) ⊃ A(x))
My recent answers
Send this answer
Analogy
Tautologies are to propositional logic what _____ are to predicate logic.
Attitudes
Assignments
Valid formulas
Models
My recent answers
Send this answer
Back to the main page