\item Obtain the one-to-one function $f_1$ and $f_2$ by cutting the graph of $f$ at
a certain point ($x_1$, $y_1$) so that domain of ($f_1$)=($-∞$ , $x_1$] and
domain ($f_2$)=[$x_1$,$+∞$)
答案1
更好的风格是:
通过在某一点处切割的图像,得到一一对应函数$f_1$
和,使得的定义域和定义域$f_2$
$f$
$(x_1, y_1)$
$(f_1)=(-\infty , x_1]$
$(f_2)=[x_1,+\infty)$
(请比较获得的间距)。
答案2
如果您仍然面临这样的问题,作为最后的手段,您可以使用如下旋转的八。
\documentclass[preview,border=12pt]{standalone}
\usepackage{graphicx}
\def\infinity{\rotatebox{90}{8}}
\begin{document}
$(-\infinity, x_1]$
\end{document}