[Math] Propositional logic vs predicate logic: examples

examples-counterexamplesfirst-order-logiclogicpredicate-logicpropositional-calculus

About the difference between the propositional logic and the (first order) predicate logic->

  • can you give me one or more remarkable examples which underly the differences and the similarities between the two?

Best Answer

The obvious difference is that predicate logic allows for quantifiers. E.g.

  • Propositional: $p\implies p $
  • predicate: $\forall x:p(x)\implies p(x) $
Related Question