Predicates and Quantifiers Questions
for all x P(x) /\ for all x Q(x)
for all x(P(x) /\ Q(x))
why is not logically equivalent?
Predicates and Quantifiers Questions
for all x P(x) /\ for all x Q(x)
for all x(P(x) /\ Q(x))
why is not logically equivalent?
The first statement:
may not refer to the same domain for x so it could be written:
or
whereas:
refers to the same x and is equivalent to 2 above.