What is the difference between the statements
$$ f(x) \neq 0 $$
and
$$ f(x) \not\equiv 0? $$
What is the difference between the statements
$$ f(x) \neq 0 $$
and
$$ f(x) \not\equiv 0? $$
$f(x)\neq0$ means when the $f$ maps the value $x$ to a non-zero value.
$f(x)\equiv0$ implies that $f(x)=0$ for all $x$. So $f(x)\not\equiv0$ means that there exists $x_0$, such that $f(x_0)\neq0$