When defining, or referring to, functions, I've seen both of the styles in the title. I was wondering which is considered to be more correct, or better style.
I've always found it strange to refer to $f(x)$ as a function, after all $f(x)$ is the value of the function at $x$. However, I suppose that we might agree that as long as $x$ is not declared anywhere $f(x)$ refers to the function itself, but as soon as $x$ is declared, then $f(x)$ is the value of the function at $x$.
Which do you prefer, and why? I am particularly interested in the context of undergraduate teaching, where the notation $f:X \rightarrow Y$ might be too foreign to be of use.