Suppose $f:R \rightarrow R$ definded by $f(x)=x^2$, then what is $f(\emptyset\ )$? $\emptyset$ is the empty set.
Either $f(\emptyset)=(-\infty,0)$ or $f(\emptyset)=\emptyset$ makes no sense to me.
Suppose $f:R \rightarrow R$ definded by $f(x)=x^2$, then what is $f(\emptyset\ )$? $\emptyset$ is the empty set.
Either $f(\emptyset)=(-\infty,0)$ or $f(\emptyset)=\emptyset$ makes no sense to me.
In a first/strict sense, the expression $\:f\big(\emptyset\big)$ is not meaningful because $\,\emptyset\,$ is not an element in $f$'s domain of definition, but rather a subset of it: $\:\emptyset\subset\mathbb{R}$.
There is an obvious & often used way to define/extend a given function to the subsets of its domain: $$f(\,S\,):=\{\,f(x)\mid x\in S\,\}\qquad\text{where }S\subset\operatorname{Domain}(\:f\,)$$ Values are then subsets of the range of $\,f$.
This understood the statement $\,$"$f(\emptyset)=\emptyset$"$\,$ makes sense and is correct.
"$f(\emptyset)=(-\infty,0)$"$\,$ makes sense too, and it's simply wrong.
$f[A]$ for $A \subset \mathbb{R}$ makes sense and is just $\{f(x) ; x \in A\}$, the set of all images of points in $A$. As $\emptyset$ has no points to take an image of, we get $f[\emptyset] = \emptyset$, don't use $f(\emptyset)$, as this would suggest that $\emptyset$ is an element of the domain, which it is not.
The question suggests to me that you are confused with the true statement $f^{-1}[(-\infty, 0)] =\emptyset$ .This is true, as $f^{-1}[(-\infty, 0)]$ is defied as all $x$ in the domain that map into $(-\infty, 0)$, so $$f^{-1}[(-\infty, 0)] = \{x \in \mathbb{R} : f(x) \in (-\infty, 0)\} = \{x \in \mathbb{R}: x^2 < 0 \}$$ and no such real $x$ exist, so the result is $\emptyset$.