I have the following premise: \begin{gather} ¬B⟹D \\ ¬A⟹C \end{gather}
And I have to prove this formula: $$ ¬(A\vee B)⟹C \wedge D $$ I'm allowed to use only the following rules I$\wedge$, E$\wedge$, I$\vee$, E$⟹$, I$⟹$, I$¬$, E$¬$, E$\vee$, it.
I understand the rules. But in this problem I don't know how to start. I'm a beginner in natural deduction.
With Natural Deduction rules:
1) $\lnot B \to D$ --- premise
2) $\lnot A \to C$ --- premise
3) $\lnot (A \lor B)$ --- assumed [a]
4) $A$ --- assumed [b]
5) $A \lor B$ --- from 4) by $\lor$I
6) $\bot$ --- from 3) and 5) by $\lnot$E
7) $\lnot A$ --- from 4) and 6) by $\lnot$I, discharging [b]
Note: without $\bot$, probably your $\lnot$I rule allows you to derive $\lnot \varphi$ after a derivation of a contradiction from the assumption $\varphi$. If so, you can skip 6) and justify 7) with: from 4), 3) and 5) by $\lnot$I, discharging [b].
8) $C$ --- from 2) and 7) by $\to$E
9) $B$ --- assumed [c]
In the same way as before, we derive a contradiction, frow which derive $\lnot B$ (discharging [c]) and with 1) we derive (by $\to$E) :
10) $D$