Slide 14.1: Logic Slide 14.3: An example of first-order predicate calculus Home |
natural
is a predicate.
successor
in the previous slide, which represent non-Boolean values.
x
is a variable.
and
, or
, and not
.
Additional connectives in predicate calculus are
a→b
means that b
is true whenever a
is, and this is equivalent to the statement “b
or not a
.”
a↔b
means the same as (a→b)
and (b→a)
.
∀
stands for “for all.”
∃
stands for “there exists.”