Can you tell me what is the difference between Propositional logic and First Order logic.This is one my my exam question in AI can you help me to do that
Asked
Active
Viewed 1.3k times
8
-
4This question appears to be off-topic because it is about formal logic without connection to programming. – Mike Kinghan Apr 07 '14 at 07:51
1 Answers
7
In propositional logic you are allowed to use the usual propositional connectives (and, or, ...). In first order logic you are allowed to quantify (forall, exist) over variables, which makes it strictly more expressive.

user1666959
- 1,805
- 12
- 11