<?xml version="1.0" encoding="UTF-8"?>

<record version="12" id="346">
 <title>ceiling</title>
 <name>Ceiling</name>
 <created>2001-10-18 23:28:54</created>
 <modified>2007-05-30 05:51:47</modified>
 <type>Definition</type>
 <creator id="2760" name="yark"/>
 <author id="2760" name="yark"/>
 <author id="3" name="drini"/>
 <classification>
	<category scheme="msc" code="26A09"/>
	<category scheme="msc" code="11-00"/>
 </classification>
 <synonyms>
	<synonym concept="ceiling" alias="ceiling function"/>
	<synonym concept="ceiling" alias="smallest integer function"/>
	<synonym concept="ceiling" alias="smallest integer greater than or equal to"/>
 </synonyms>
 <related>
	<object name="BeattysTheorem"/>
	<object name="Floor"/>
 </related>
 <preamble>\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
</preamble>
 <content>The \emph{ceiling} of a real number is the smallest integer greater than or equal to the number. The ceiling of $x$ is usually denoted by $\lceil x\rceil$.

Some examples:
$\lceil 6.2\rceil=7$, $\lceil 0.4\rceil=1$, $\lceil 7\rceil=7$, $\lceil -5.1\rceil=-5$, $\lceil \pi\rceil=4$, $\lceil -4\rceil=-4$.

Note that this function is not the integer part ($[x]$), since 
$\lceil 3.5\rceil = 4$ and $[3.5]=3$.

The notation for floor and ceiling was introduced by Iverson in 1962\cite{Higham}.
 
\begin{thebibliography}{9}
\bibitem{Higham} N. Higham, Handbook of writing for the mathematical sciences, Society for Industrial and Applied Mathematics, 1998.
\end{thebibliography}</content>
</record>
