I came back to learn proving with natural deduction and I find it really hard to see the initial concept. If it's consisting out of bunch of implications it's fairly easy to do it with Modus Ponens and other tools but how to do it in the following example?
$$p \Leftrightarrow q, \neg p, \neg(q \Rightarrow r) \vee t, (s \vee t) \Rightarrow r\vdash r \wedge \neg q$$
Now, obviously I know all of the natural deduction rules but it's hard to me to see which ones could be more useful than the others and what is the way of proving these examples? Here's another example that seems even harder than the first one:
$$(\neg p \vee q) \Rightarrow r, r \Rightarrow (s \vee t), \neg s \wedge \neg u, \neg u \Rightarrow \neg t \vdash p$$
Important note: I don't want you to just solve this example, all I am looking for is the explanation of thought process and why some formulas would be more useful in this case etc.