# HG changeset patch # User nipkow # Date 1236373066 -3600 # Node ID be94aa3b8fdd92686d4d0986e08ff08ce9109986 # Parent 495f51ec6ed48bc1670afc945adecd5b5bed528c Docs diff -r 495f51ec6ed4 -r be94aa3b8fdd src/HOL/Docs/MainDoc.thy --- a/src/HOL/Docs/MainDoc.thy Fri Mar 06 17:39:05 2009 +0100 +++ b/src/HOL/Docs/MainDoc.thy Fri Mar 06 21:57:46 2009 +0100 @@ -342,6 +342,36 @@ \end{supertabular} +\section{Set\_Interval} + +\begin{supertabular}{@ {} l @ {~::~} l @ {}} +@{const lessThan} & @{typeof lessThan}\\ +@{const atMost} & @{typeof atMost}\\ +@{const greaterThan} & @{typeof greaterThan}\\ +@{const atLeast} & @{typeof atLeast}\\ +@{const greaterThanLessThan} & @{typeof greaterThanLessThan}\\ +@{const atLeastLessThan} & @{typeof atLeastLessThan}\\ +@{const greaterThanAtMost} & @{typeof greaterThanAtMost}\\ +@{const atLeastAtMost} & @{typeof atLeastAtMost}\\ +\end{supertabular} + +\subsubsection*{Syntax} + +\begin{supertabular}{@ {} l @ {\quad$\equiv$\quad} l @ {}} +@{term "lessThan y"} & @{term[source] "lessThan y"}\\ +@{term "atMost y"} & @{term[source] "atMost y"}\\ +@{term "greaterThan x"} & @{term[source] "greaterThan x"}\\ +@{term "atLeast x"} & @{term[source] "atLeast x"}\\ +@{term "greaterThanLessThan x y"} & @{term[source] "greaterThanLessThan x y"}\\ +@{term "atLeastLessThan x y"} & @{term[source] "atLeastLessThan x y"}\\ +@{term "greaterThanAtMost x y"} & @{term[source] "greaterThanAtMost x y"}\\ +@{term "atLeastAtMost x y"} & @{term[source] "atLeastAtMost x y"}\\ +@{term "UN i:{..n}. A"} & @{term[source] "\ i \ {..n}. A"}\\ +@{term "setsum (%x. t) {a..b}"} & @{term[source] "setsum (\x. t) {a..b}"}\\ +\end{supertabular} + +??????? + \section{Power} \begin{tabular}{@ {} l @ {~::~} l @ {}}