Expression 1: $Y = B'C' + B'A' + A'C$.
Expression 2: $Y = B'C' + A'C$.
Both of the expressions generate the same truth table which implies they are the same.
However, how do you demonstrate they are the same using just boolean theorem?
If both expressions are the same, then it implies that $B'A' = 0$ and how do you get this?

It doesn't imply $B'A'=0$. It implies $B'A' \Rightarrow B'C'+A'C$.
If $B'$ and $A'$ are both true, then either $C$ is true, in which case $A'C$ is true, or $C'$ is true, in which case $B'C'$ is true. Thus, $B'A' \Rightarrow B'C'+A'C$.