$(p \to q) \land (q \to (r \land s)) \land (\neg r \lor (\neg t \lor u)) \land (p \land t) \to u$
I am supposed to prove the valid argument above using Proof by Contradiction and so far I cant seem to find any samples on how to d it :( Please help :"(
To prove something by contradiction, assume
For example, in your problem, the assumptions are:
The conclusion is:
Hence we begin the problem by assuming toward a contradiction that the following are true
Now just start arguing logically until you hit a contradiction.
For example, you could write
Just keep building an argument like this until you finish. You may have to break into cases to deal with (3). As in:
"By (3), there are two cases. In case A, we have that $\neg r$. In case B, we have $\neg t \vee u$. Let us now consider case A..."
Your goal is to deduce a contradiction in all cases. Hence every case you consider has to end in the word "contradiction".