For this function, i need to find the clause form for $A\Rightarrow B$ where $$A \equiv (A\land B\land \sim C) \lor (\sim A \land C)$$ and $$B\equiv (\sim A \land \sim B\land \sim C)$$
I understand that in order to find the clause form I need to put this function in conjunctive form and then all the sub-function that formed the conjunction formula are my elements of the clause form. I can't transform this formula in conjunctive form.
In the solution, I found that one transformation leads to this formula: $$A \Rightarrow B \equiv (\sim A \lor \sim B\lor C \lor \sim C)\land (\sim A \lor A \lor \sim B\lor \sim C)$$
I tried every step and properties I know but cannot find a way to prove the equivalence of these functions. What are the necessary steps to arrive at this form?