\begin{itemize}[label=\bullet]
Le lemme précédent légitime la définition.
Graphiquement cela donne la figure suivante :
\begin{center}
\definecolor{qqqqff}{rgb}{0,0,1}
\begin{tikzpicture}[line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm]
\draw[->,color=black] (-4.3,0) -- (4.38,0);
%\foreach \x in {-4,-3,-2,-1,1,2,3,4}
%\draw[shift={(\x,0)},color=black] (0pt,2pt) -- (0pt,-2pt) node[below] {\footnotesize \x};
\draw[->,color=black] (0,-1.34) -- (0,6.3);
%\foreach \y in {-1,1,2,3,4,5,6}
%\draw[shift={(0,\y)},color=black] (2pt,0pt) -- (-2pt,0pt) node[left] {\footnotesize \y};
\draw[color=black] (0pt,-10pt) node[right] {\footnotesize 0};
\clip(-4.3,-1.34) rectangle (4.38,6.3);
\draw[line width=2pt,color=qqqqff, smooth,samples=100,domain=-4.3:4.379999999999996] plot(\x,{2.718281828^(\x)});
\draw [dash pattern=on 3pt off 3pt] (0,5.58)-- (1.72,5.58);
\draw [dash pattern=on 3pt off 3pt] (1.72,5.58)-- (1.72,0);
\begin{scriptsize}
\draw [color=black] (1.72,5.58)-- ++(-1.5pt,-1.5pt) -- ++(3.0pt,3.0pt) ++(-3.0pt,0) -- ++(3.0pt,-3.0pt);
\draw[color=black] (-2,2) node {Représentation de \exp};
\fill [color=black] (0,5.58) circle (1.5pt);
\draw[color=black] (-0.3,5.62) node {x};
\fill [color=black] (1.72,0) circle (1.5pt);
\draw[color=black] (1.7,-0.28) node {\ln x};
\end{scriptsize}
\end{tikzpicture}
\end{center}
\end{itemize}