How do you go about proving this conclusion from the set of premises?
$$\lbrace A\vee\neg B, \neg A\vee C, \neg C\to B\rbrace\vdash\neg D\vee C$$
I figure that if you assume $\neg C$, you can contradict yourself to end up with $C$. Something like getting $B$ from $\neg C$, and then using $B$ to get $\neg A$, and then $\neg A$ to get $C$ - I just have no idea how to reference these rules.
Any help/advice is greatly appreciated.
Edit: Using only rules R, ∧I/E, vI/E, →I/E, ⟺I/E, and ¬I/E
A good thought, and very close.
Assuming $\neg C$ you can derive $B$ (from $\neg C\to B$), use that to derive $A$ (from $A\vee\neg B$), and in turn derive $C$ (from $\neg A\vee C$), thereby contradicting the assumption.
This is simple derivation, save that disjunctive syllogism is not a fundamental rule of your system. Its derivation is based on disjunction elimination and the principle of explosion, which is implemented in your rules through negation-elimination/introduction.
Anyhow, here's how to derive $A$ when given $B$ and $A\vee\neg B$:
$$\def\fitch#1#2{\boxed{\begin{array}{l}#1\\\hline#2\end{array}}} {\begin{array}{|l|}&B&\\&A\vee\neg B\\&\fitch{A\hspace{10ex}\mathsf A}{A\hspace{10ex}\mathsf R}\\&\fitch{\neg B\hspace{8.5ex}\mathsf A}{\fitch{\neg A\hspace{6.5ex}\mathsf A}{B\hspace{8ex}\mathsf R\\\neg B\hspace{6.5ex}\mathsf R}\\A\hspace{10ex}\neg\mathsf E}\\&A\hspace{12ex}{\vee}\mathsf E\end{array}}$$