Considering that the tag is also arrays (peraphs is off-topic with lot of sincerity) you could use also tikz-cd or a matrix. My proposal is this MWE.

\documentclass[a4paper,12pt]{article}
\usepackage{mathtools}
\usepackage{tikz-cd}
\usepackage{amssymb}
\usepackage{lipsum}
\begin{document}
let \begin{tikzcd}[column sep=.15in,row sep=-.1in]
f\colon \mathbb{R} \arrow[r] & {]-1,1[} \\
x \arrow[r, maps to] & \frac{x}{1+|x|}
\end{tikzcd} be a continuous function \lipsum[1]
\end{document}
Of course, you should take into account that the two mathematical lines affect in the space colored with the red color if there is more text.
] - 1,1[, note how in all the examples below, the minus has the wrong spacing (because]is used in a wrong context. The interval package let's you use this syntax while also making signs appear the correct way and not like here where it acts as an addition