%%%%%%%%%%%%%%%%%
%Hướng dẫn trình chiếu bằng LaTeX
%Soạn trên TeXMaker
%Bộ gõ Unikey 4.0
%Người soạn: Dương Đức Lâm
%Download: 59clc.wordpress.com
%Liên lạc: k59clc@gmail.com or duclam.math@gmail.com
%%%%%%%%%%%%%%%%%

\documentclass[compress, red, hyperref={unicode, bookmarks=true, pdfpagemode=FullScreen}]{beamer}
\mode<presentation>
\usetheme{Madrid}
\useoutertheme[subsection=false]{smoothbars}
\beamertemplateshadingbackground{yellow!30}{white}
\setbeamercolor{block title}{parent=structure,bg=blue!50!black}
\usepackage{amsthm, amstext,amsmath, latexsym,amsbsy, amssymb, pb-diagram}
\usepackage[utf8]{vietnam}
\usepackage{enumerate}

\newtheorem{prop}{Proposition}
\setbeamertemplate{theorem begin}
{\begin{\inserttheoremblockenv}
{\inserttheoremheadfont
\inserttheoremname 
\ifx\inserttheoremaddition\@empty\else\ \inserttheoremaddition\fi
\inserttheorempunctuation}}

\title[BĐT Cauchy]{BẤT ĐẲNG THỨC CAUCHY}
\author[D.Đ. Lâm]{Dương Đức Lâm}
\institute[Khoa Toán - Tin, ĐHSP HN]{K59CLC - Khoa Toán Tin\\ Trường Đại học Sư phạm Hà Nội}
\date{21/04/2013}

\begin{document}

\frame{\titlepage}
\section{Bất đẳng thức Cauchy là gì?}
\subsection{Phát biểu bài toán}
\begin{frame}[allowframebreaks=2]
\frametitle{Phát biểu bài toán}
\transboxout
\begin{theorem}[1.1]
Cho $ a,b>0 $. Khi đó ta gọi bất đẳng thức
\begin{equation}
\frac{a+b}{2} \ge \sqrt{ab}
\end{equation}
là bất đẳng thức Cauchy.
\end{theorem}
\pause
\end{frame}


\begin{frame}[allowframebreaks=2]
\frametitle{Phát biểu bài toán}
\transboxout
\begin{prop}[1.2]
Cho $ a,b>0 $. Khi đó ta gọi bất đẳng thức
\begin{equation}
\frac{a+b}{2} \ge \sqrt{ab}
\end{equation}
là bất đẳng thức Cauchy.
\end{prop}
\pause
\end{frame}

\end{document}