Skip to content

Commit 202feca

Browse files
committed
Add some entries to DESCRIPTION's index
1 parent 7420b0b commit 202feca

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Manual/Description/theories.stex

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,12 +1604,12 @@ definitions of the following standard arithmetic operators.
16041604
\index{EXP, the HOL constant@\holtxt{EXP}, the \HOL{} constant}
16051605
\index{ addition, in HOL logic@\holtxt{+} (addition, in \HOL{} logic)}
16061606
\index{ subtraction, in HOL logic@\holtxt{-} (subtraction, in \HOL{} logic)}
1607-
\index{ multiplication, in HOL logic@\holtxt{*} (multiplication, in \HOL{} logic)}
1607+
\index{ multiplication, in HOL logic@\holtxt{*} (multiplication, in \HOL{} logic)!on natural numbers}
16081608
\index{ exponentiation, in HOL logic@\holtxt{**} (exponentiation, in \HOL{} logic)}
16091609
\index{addition, in HOL logic@addition, in \HOL{} logic}
16101610
\index{subtraction, in HOL logic@subtraction, in \HOL{} logic}
1611-
\index{multiplication, in HOL logic@multiplication, in \HOL{} logic}
1612-
\index{exponentiation, in HOL logic@exponentiation, in \HOL{} logic}
1611+
\index{multiplication, in HOL logic@multiplication, in \HOL{} logic!on natural numbers}
1612+
\index{exponentiation, in HOL logic@exponentiation, in \HOL{} logic!on natural numbers}
16131613
\begin{alltt}
16141614
>>__ open arithmeticTheory
16151615
##thm ADD
@@ -1922,6 +1922,8 @@ similar operations on the natural numbers, and on the real numbers.
19221922
The constants defined in the integer theory include those found in the
19231923
following table.
19241924
1925+
\index{multiplication, in HOL logic@multiplication, in \HOL{} logic!on integers}
1926+
\index{ multiplication, in HOL logic@\holtxt{*} (multiplication, in \HOL{} logic)!on integers}
19251927
\begin{center}
19261928
{\small
19271929
\begin{tabular}{@{}cccc}
@@ -2757,6 +2759,7 @@ paths, and finite strings.
27572759
>>__ open listTheory
27582760
>>__ show_numeral_types := false
27592761
2762+
\index{lists, the HOL theory of@lists, the \HOL{} theory of!constructors}
27602763
\HOL{} lists are inductively defined finite sequences where each
27612764
element in a list has the same type. The theory \ml{list} introduces
27622765
the unary type operator $\alpha \; \konst{list}$ by a type definition
@@ -2797,6 +2800,8 @@ fundamental theorems about lists are proved and stored in the theory
27972800
\index{axioms!non-primitive, of HOL logic@non-primitive, of \HOL{} logic!for lists}
27982801
\index{induction theorems, in HOL logic@induction theorems, in \HOL{} logic!for lists}
27992802
\index{characterizing theorem!for lists}
2803+
\index{lists, the HOL theory of@lists the \HOL{} theory of!initiality theorem}
2804+
\index{lists, the HOL theory of@lists the \HOL{} theory of!induction theorem}
28002805
\begin{alltt}
28012806
##thm list_Axiom
28022807
##thm list_INDUCT
@@ -4487,7 +4492,7 @@ infix), inversion (\holtxt{inv}, or $\_^{\mathsf{T}}$ (suffix superscript `T')),
44874492
\noindent Set operations lifted to work on relations include subset
44884493
(\holtxt{RSUBSET}, or $\subseteq\subr$, infix), union (\holtxt{RUNION}, or $\cup\subr$, infix),
44894494
intersection (\holtxt{RINTER}, or $\cap\subr$, infix), complement (\holtxt{RCOMPL}),
4490-
and universe (\holtxt{RUNIV}, or $\mathbb{U}\subr$).
4495+
and universe (\holtxt{RUNIV}, or $\mathbb{U}\subr$).\label{def:rsubset}
44914496
%
44924497
\begin{hol}
44934498
\begin{alltt}

0 commit comments

Comments
 (0)