Example: Show that the premises "A student in this class has not read the book," and "Everyone in this class passed the first exam" imply the conclusion "Someone who passed the first exam has not read the book."
Solution: Let
C(x) be "x is in this class,"
B(x) be "x has read the book,"
P(x) be "x passed the first exam."
the premises are
 \wedge \neg B(x)) )
and
 \rightarrow P(x)))
. The conclusion is
 \wedge \neg B(x)))
. The steps can be used to establish the conclusion from the premises.
Step________________________Reason
1.
 \wedge \neg B(x)))
____________Premise
2.
 \wedge \neg B(a))
________________Existential instantiation from (1)
3.
)
________________________Simplification from (2)
4.
 \rightarrow P(x)))
____________Premise
5.
 \rightarrow P(a))
________________Universal Instantiation from (4)
6. P(a) ________________________Modus ponens from (3) and (5)
7.
)
_______________________Simplification from (2)
8.
 \wedge \neg B(a))
________________Conjunction from (6) and (7)
9.
 \wedge \neg B(x)))
____________ Existential generalization from (8)