The following sentence is often used in mathematical articles and writings:
Let $f\colon A\to B$ be a function.
I wonder, why this senctence is used often, since it is redundant. It is like I would say
Let $x < 0$ be a real number.
In both sentences we first convey the condition which should be satisfied by the considered variable, and after that we declare the type of the variable.
Why not write
Let $f$ be a function from $A$ to $B$ (which can be displayed as follows using symbolic notation: $f\colon A\to B$)
Let $x$ be a real number less then $0$.
?
Also, $x<0$ could mean integers less than 0, so it's not redundant.
– Mathematician 42 Apr 25 '16 at 12:42