I want to prove the following deduction in the natural deduction system:
A$\vee$B, $\neg$ A, $\neg$B $\vdash$ A $\wedge$$\neg$A
Specifically the difficult part:
A$\vee$B, $\neg$ A, $\neg$B $\vdash$ A
How can the result be proven by using the common inference rules?
You have the premise $A\lor B$, as well as the premise $\lnot B$
$\rightarrow (A\lor B) \land (\lnot B)\quad \land$-Introduction
Then
$\big((A\lor B) \land \lnot B\big) \rightarrow A$ by disjunction elimination, also known as disjunction syllogism.
So you can derive $A$ as above. And you're given $\lnot A$. Then through $\land$-Introduction with A, your have $A \land \lnot A$.
$\bot$
I'll let you set up the actual proof with steps numbered, and steps involved, and justifications given
$\quad \vdots$
$\quad \vdots$
$A\land \lnot A$
$\bot$