
\documentclass{article}
\usepackage{amsfonts}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{geometry}

%TCIDATA{OutputFilter=LATEX.DLL}
%TCIDATA{Version=5.00.0.2552}
%TCIDATA{<META NAME="SaveForMode" CONTENT="1">}
%TCIDATA{Created=Sunday, January 30, 2005 13:04:52}
%TCIDATA{LastRevised=Sunday, January 30, 2005 13:25:14}
%TCIDATA{<META NAME="GraphicsSave" CONTENT="32">}
%TCIDATA{<META NAME="DocumentShell" CONTENT="Standard LaTeX\Blank - Standard LaTeX Article">}
%TCIDATA{CSTFile=40 LaTeX article.cst}

\newtheorem{theorem}{Theorem}
\newtheorem{acknowledgement}[theorem]{Acknowledgement}
\newtheorem{algorithm}[theorem]{Algorithm}
\newtheorem{axiom}[theorem]{Axiom}
\newtheorem{case}[theorem]{Case}
\newtheorem{claim}[theorem]{Claim}
\newtheorem{conclusion}[theorem]{Conclusion}
\newtheorem{condition}[theorem]{Condition}
\newtheorem{conjecture}[theorem]{Conjecture}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{criterion}[theorem]{Criterion}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{example}[theorem]{Example}
\newtheorem{exercise}[theorem]{Exercise}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{notation}[theorem]{Notation}
\newtheorem{problem}[theorem]{Problem}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{solution}[theorem]{Solution}
\newtheorem{summary}[theorem]{Summary}
\newenvironment{proof}[1][Proof]{\noindent\textbf{#1.} }{\ \rule{0.5em}{0.5em}}
\geometry{left=1in,right=1in,top=1in,bottom=1in}
\input{tcilatex}

\begin{document}


\begin{definition}[Affine Function]
We say a function $A:\mathbb{R}^{m}\rightarrow \mathbb{R}^{n}$ is \textbf{%
affine} if there is a linear function $L:\mathbb{R}^{m}\rightarrow \mathbb{R}%
^{n}$ and a vector $b$ in $\mathbb{R}^{n}$ such that%
\begin{equation}
A(x)=L(x)+b
\end{equation}
\end{definition}

$\forall x$ in $\mathbb{R}^{m}$.

An \textit{affine} function is just a linear function plus a translation.
From our knowledge of linear functions, it follows that if $A:\mathbb{R}%
^{m}\rightarrow \mathbb{R}^{n}$ is $\mathit{affine}$, then there is an $%
n\times m$ matrix $M$ and a vector $b$ in $\mathbb{R}^{n}$ such that 
\begin{equation}
A(x)=Mx+b
\end{equation}

$\forall x$ in $\mathbb{R}^{m}$. In particular, if $f:\mathbb{R}\rightarrow 
\mathbb{R}$ is \textit{affine}, then there are real numbers $m$ and $b$ such
that%
\begin{equation}
f(x)=mx+b
\end{equation}

for all real numbers $x$.

\end{document}
