I have been attempting to prove the following proposition is a tautology, without the use of truth tables (i.e.: using logical equivalences):
$(((a \land \lnot b) \lor \lnot c) \land (a \lor b)) \lor (c \lor \lnot b)$
The initial approach that occurred to me was to show that $(((a \land\lnot b) \lor\lnot c) \land (a \lor b))$ was equivalent to the negation of $(c \lor \lnot b)$.
However, I have tried for a while and cannot seem to eliminate the '$a$' which does not appear in $(c \lor \lnot b)$. I was wondering if there was a way to approach this, or whether I have just done the overall approach incorrectly.