Difference Between Propositional Logic and Predicate Logic - GeeksforGeeks
Difference Between Propositional Logic and Predicate Logic - GeeksforGeeks
1. Propositional Logic :
A proposition is basically a declarative sentence
that has a truth value. Truth value can either be
true or false, but it needs to be assigned any of
the two values and not be ambiguous. The
purpose of using propositional logic is to analyze a
statement, individually or compositely.
For example :
The following statements :
3. (a+b)2 = 100
4. This statement is false.
5. This statement is true.
1. (a+b)2 = a2 + 2ab + b2
2. Predicate Logic :
Predicates are properties, additional information to
better express the subject of the sentence. A
quantified predicate is a proposition , that is, when
you assign values to a predicate with variables it
can be made a proposition.
For example :
Propositional
Predicate Logic
Logic
Propositional
Predicate logic is an
logic is the logic
expression consisting
that deals with a
of variables with a
collection of
1 specified domain. It
declarative
consists of objects,
statements
relations and
which have a
functions between the
truth value, true
objects.
or false.
It is the basic
It is an extension of
and most widely
2 propositional logic
used logic. Also
covering predicates
known as
and quantification.
Boolean logic.
A proposition has
A predicate’s truth
3 a specific truth
value depends on the
value, either true
variables’ value.
or false.
Propositions are
combined with
Logical
Operators or
Logical
Connectives like Predicate Logic adds
5 Negation(¬), by introducing
Disjunction(∨), quantifiers to the
Conjunction(∧), existing proposition.
Exclusive OR(⊕),
Implication( ),
Bi-Conditional or
Double
Implication( ).
It is a more It is a more
6 generalized specialized
representation. representation.
Engineering Mathematics
Recommended Articles