My MWE:
\documentclass{beamer}
\usepackage[english]{babel}
\usepackage{calc}
\usepackage[absolute,overlay]{textpos}
\usepackage{pdfsync}
\mode<presentation>
\usetheme{Antibes}
% Define the title of each inserted pre-subsection frame
\newcommand*\titleSubsec{Next Subsection}
% Define the title of the "Table of Contents" frame
\newcommand*\titleTOC{Outline}
\begin{document}
\section{Section 1}
\begin{frame}\frametitle{Lyapunov Theory}
\begin{theorem}[LaSalle-Yoshizawa]
\tiny
Let $\boldsymbol{x}_e$ be an equilibrium point of:
\begin{equation} \label{eq:LaSalle}
\dot{\boldsymbol{x}} = \boldsymbol{f}(\boldsymbol{x},t) \,.
\end{equation}
Let $\mathcal{V}$ be a continuously differentiable function $\mathcal{V}(\boldsymbol{x})$ satisfying:
\begin{enumerate}
\item $\mathcal{V}(\boldsymbol{x}) > 0$ and $\mathcal{V}(\boldsymbol{0}) = 0 \,;$
\item $\mathcal{V}(\boldsymbol{x}) \to \infty$ as $|\boldsymbol{x}| \to \infty \,;$
\item $\dot{\mathcal{V}} = \frac{\partial \mathcal{V}}{\partial \boldsymbol{x}}\boldsymbol{f}(\boldsymbol{x},t) \leq - W(\boldsymbol{x}) \leq 0 \,,$
\end{enumerate}
where $W(\boldsymbol{x})$ is a continuous function. Then:
\begin{equation}
\lim_{t \to \infty} W(\boldsymbol{x}(t)) = 0 \,.
\end{equation}
In addition, if $W(\boldsymbol{x}) > 0$, then the equilibrium point $\boldsymbol{x}_e$ of system~(\ref{eq:LaSalle}) is globally uniformly asymptotically stable. \vspace{-0.5cm}
\end{theorem}
\end{frame}
\end{document}
The result:

As can be seen, the block size is not large enough to comprehend all the text. Now how can I make the standard text size within this specific block smaller (like I already did using \tiny) while fitting all text inside the block?

theoremenvironment so the title of your question is misleading – Jan 08 '15 at 16:29\vspace{-0.5cm}theIn addition...line is inside of the theorem block – Jan 08 '15 at 16:39pdfsyncpackage? – Mico Jan 12 '15 at 09:57