My problem: Let $X, Y$ be metric space and $f:X \rightarrow Y$. Prove that the following statements are equivalent
(a) $f$ is continuous on $X$.
(b) $f(\overline{A})\subset \overline{f(A)},\forall A\subset X.$
(c) $f^{-1}(\operatorname{Int}(B))\subset \operatorname{Int}(f^{-1}(B)), \forall B\subset Y.$
I have proven $(a)\Rightarrow (b)$ and $(c)\Rightarrow (a)$, but I still get stuck in proving $(b)\Rightarrow (c)$. I tried setting A in (b) by $f^{-1}(B)$ or $X\setminus f^{-1}(B)$,...or something like that, then use (b) and some relations I've known like $f^{-1}(Y\setminus B)=X\setminus f^{-1}(B)$, $Y\setminus \overline{f(A)}=\operatorname{Int}(Y\setminus f(A))$,... to transform to (c), but looks like I went wrong. So it would be great if I get suggestions from you!