Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

What is the meaning of expressions of the type $f(\cdot)$ (function (dot))?

Writer Olivia Zamora
$\begingroup$

Simple question, fully expressed in the Title line. Is the dot within the parenthesis intended to mean, "any possible function"?

$\endgroup$ 8

1 Answer

$\begingroup$

Usually we use it to avoid writing more letters $x$, $y$, etc. One example I see a lot: let $B: V \times V \to W$ be a bilinear form, and fix $y \in V$. When we write $B(\cdot, y)$, we mean the map $$V \ni x \mapsto B(x,y) \in W,$$ so we don't write this extra $x$ if we don't need to. If we're going to write $f(\cdot)$ just like this, as in the title question, then there isn't much advantage - just talk about the function $f$ and be done with it. The advantage I see is where you want to simplify the writing of some function that uses another one "in the background", like the example with the bilinear form I gave above.

$\endgroup$ 3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy