Alternative notations for the function $f(a+b)$ to avoid confusion with $fa+fb$

93 Views Asked by At

What are some good alternatives to avoid mix-up with $f(x)$ where f is a function and $f(x)$ where f is a constant? I was thinking of some additional symbols to the f-symbol, $f_{x}(x)$, or maybe using different brackets $f[x]$, but I'm mostly hoping that there were already some professionally used alternatives to imitate.

Thanks in advance

3

There are 3 best solutions below

1
On BEST ANSWER

I know how you feel; I used to worry about this all of the time. The key thing to remember, however, is that the meaning should be clear from context.

I believe Mathematica uses brackets for functions, though, if you're set on changing notations.

2
On

The standard notation for continuous linear functional is $$\langle f, x\rangle_{X'\times X}$$

I guess we can do something like $$\langle f, x\rangle_{C(\mathbb{\mathbb{R}}) \times \mathbb{R}}$$ for continuous functions.

0
On

Normally scalars get put before vectors and functions to avoid this ambiguity - I would always assume $(a+b)f$ to be $af + bf$ and $f(a+b)$ to be $f$ evaluated at $a+b$.

If you're worried you could use $f[x]$, or always put $(a+b) \cdot f$ or something. I think the best thing really is to just follow the known conventions and be consistent (so if something is ambiguous, the reader has a context to put it into and figure it out).