I have a problem which is related to mappings and sets as follows:
Given two sets E and E', and a mapping $f: E \rightarrow E'$. Prove that $f$ is bijective if and only if
$\forall A \in \mathfrak{B}(E')$
$$f(\complement_{E}(A)) = \complement_{E'} (f(A))$$
I feel so confused because I just know that $f^{-1}(\complement_{E}(A)) = \complement_{E'} (f^{-1}(A))$. I have tried to utilize the properties of bijection but I failed.