Composition of 2 monotonic functions

3.4k Views Asked by At

Let $f$ be a monotonic function $f:[a,b] \rightarrow\mathbb{R}$ and $g$ be a monotonic function $g:[c,d]\rightarrow[a,b]$. Show that $f\circ g$ is monotonic

1

There are 1 best solutions below

2
On

Let $*$ represent either $<$ or $>$, depending on the direction of the monotonicity in each case. Then $$x*y\implies g(x)*g(y)\implies f\circ g(x)*f\circ g(y)$$