I need to prove that exists a indefinitely differentiable function $F$ in $\mathbb{R}$ such that $F(x)=0$ if $x\leq a$, $F(x)=1$ if $x\geq b$ and $F$ is strictly increasing in $[a,b]$.
To simplify, I write $f:=\left.F\right|_{[a,b]}$.
My first try use the exponential function. The function $$f(x)=e^{\frac{x-b}{x-a}}$$ solves the problem for $x\rightarrow a^{+}$. $f(b)=e^{0}=1$, but $F$ will not be differentiable at $b$.
Any tips?