If you are at the stage of $$((P\supset Q) \wedge (Q\supset \bot)) \Longrightarrow (P \supset \bot)$$
And then you apply an $L\wedge$ rule, Why do you get $$(P \supset Q),(Q\supset\bot)),P \Longrightarrow \bot$$
instead of $$( P \supset Q), (Q \supset \bot) \Longrightarrow (P \supset Q)$$
It seems to me that you have to start (top-down) from :
and then apply $R \supset$ to get :
followed by $L \land$ to get :
The "final step" must be $R \supset$ again, to reach :
We have to note that we can "read" the sequent calculus as a formalization of the derivability relation.
If we replace $\Longrightarrow$ with the tunstile : $\vdash$, we get :
which represent a quite trivial derivation :
1) $P⊃Q$ --- assumption
2) $Q⊃⊥$ --- assumption
3) $P$ --- assumption
Applying the Deduction Theorem twice, we get :
5) $(P⊃Q) \supset ((Q⊃⊥) \supset (P⊃⊥))$
which, by Exportation, is equivalent to :
6) $((P⊃Q) \land (Q⊃⊥)) \supset (P⊃⊥))$.
Thus, we have derived :