Terminology Question: Precompose vs Compose?

I'll consider the uses of precompose and compose separately.


Precompose: This appears to simply be another case of linguistic misappropriation by mathematicians, for using this word in the sense of functional composition does not make any linguistic sense whatever. From the Oxford English Dictionary (full snippet at end of answer):

precompose, v. $\qquad\mid\qquad$ trans. To compose beforehand. Usu. in pass.

Hence, the usage of "with, to, and" does not seem to make a difference--if you are considering $g\circ f$ or $f\circ g$, what would it mean to do anything beforehand (with, to, or and) when all you've got on your hands are two functions? Beforehand what? It doesn't make any sense. I would recommend striking out the word precompose completely from any mathematical writing. In fact, I did some minor searching (I had never heard of "precomposing" in a mathematical context before coming across this post) and came across the following blurb from the University of Utah about Precomposing Equations:

Let's "precompose" [quotes not mine] the function $f(x)=x^3-2x+9$ with the function $g(x)=4-x$. (Precompose $f$ with $g$ means that we'll look at $f\circ g$. We would call $g\circ f$ "postcomposing" $f$ with $g$.)

Whatever the case, usage of precompose seems unwise and is only likely to lead to confusion, hence that author's use of quotes for precompose, your own confusion on the matter, and also some mildly humorous confusion that occurred on this thread.


Compose: This is an issue of direction of composition more than anything else it seems; for instance, when you write $f\circ g$, what do you actually mean? Does $(f\circ g)(x)$ mean $f(g(x))$ or $g(f(x))$? That is, which mapping is applied first? This issue is addressed in the form of a warning at the beginning of John Durbin's book Modern Algebra (6th ed, p. 18):

Some authors write mappings on the right rather than on the left. Our $\alpha(x)$ becomes, for them, $x\alpha$. Then in $\beta\circ\alpha$ it is $\beta$, the mapping on the left, that is applied first, because $x(\beta\circ\alpha)=(x\beta)\alpha$. Although we shall consistently write mappings on the left, it is important when reading other sources to take note of which convention is being followed.

Hence, when you read about composing $f$ with $g$, I have always seen this mean $f\circ g$ and never $g\circ f$, but the more important thing it seems, as illustrated above, is to have a common understanding of what mapping is being applied first.


Snippet:

enter image description here