I'm trying to get to $(\neg A \to C)$ from the following formula: $$(A \wedge B) \vee (\neg A \wedge C)$$
I have attempted the following: $$((A \wedge B) \vee \neg A) \wedge ((A \wedge B) \vee C ) \text{ distribution}$$ $$((A \wedge B) \vee C) \wedge ((A \wedge B) \vee \neg A) \text{ commutation}$$ $$(A \wedge B) \vee C \text{ simplification}$$ $$(C \vee (A \wedge B) \text{ commutation}$$ $$(C \vee A) \wedge (C \vee B) \text{ distribution}$$ $$(C \vee A) \text{ simplification}$$
I'm stuck from this point, I have no idea how to change the $A$ into a $\neg A$ and would love some help solving this.
First note that when using the natural deduction method, we do not primarily operate with algebraic rules such as association, commutation, distribution or simplification. Instead, we set for each one of the logical connectives a pair of introduction and elimination rules. Algebraic properties such as associativity, commutativity and so on of a connective, if exist, can be deduced from those rules, and they are known as derivate rules.
Now the statement you want to prove is the following:
Proposition:
$$(A∧B)∨(¬A∧C) \vdash (¬A→C)$$
Proof:
I provide below a formal proof in the terms I described above: