Deduction

Which statements BB can be derived from AA using a set C\mathcal{C} of Inference Rules?

ACBA\vdash_{\mathcal{C}}B

Example

We have a set of Inference Rules C\mathcal{C} which contains the only rule:

\begin{prooftree} \AxiomC{} \AXC{$A\quad A\to B$} \UIC{$B$} \end{prooftree}

We can now say that we could use PP and PQP\to Q to derive QQ:

P,PQCQP, P \Rightarrow Q \vdash_{\mathcal{C}} Q

or in other words, QQ is derivable from PP and PQP\to Q with the set of Inference Rules C\mathcal{C}.