doc-src/Ref/goals.tex
changeset 7990 0a604b2fc2b1
parent 7805 0ae9ddc36fe0
child 8136 8c65f3ca13f2
equal deleted inserted replaced
7989:50ca726466c6 7990:0a604b2fc2b1
   184   
   184   
   185 \item[\ttindexbold{store_thm} ($name$, $thm$)]\index{theorems!storing}
   185 \item[\ttindexbold{store_thm} ($name$, $thm$)]\index{theorems!storing}
   186   stores $thm$ in the theorem database associated with its theory and
   186   stores $thm$ in the theorem database associated with its theory and
   187   returns that theorem.
   187   returns that theorem.
   188   
   188   
   189 \item[\ttindexbold{bind_thms} and \ttindexbold{store_thms}] are similar to
   189 \item[\ttindexbold{bind_thms} \textrm{and} \ttindexbold{store_thms}] are similar to
   190   \texttt{bind_thm} and \texttt{store_thm}, but store lists of theorems.
   190   \texttt{bind_thm} and \texttt{store_thm}, but store lists of theorems.
   191 
   191 
   192 \end{ttdescription}
   192 \end{ttdescription}
   193 
   193 
   194 The name argument of \texttt{qed}, \texttt{bind_thm} etc.\ may be empty
   194 The name argument of \texttt{qed}, \texttt{bind_thm} etc.\ may be the empty
   195 (\texttt{""}) as well; in that case the result is \emph{not} stored, but
   195 string as well; in that case the result is \emph{not} stored, but proper
   196 proper checks and presentation of the result still apply.
   196 checks and presentation of the result still apply.
   197 
   197 
   198 
   198 
   199 \subsection{Extracting axioms and stored theorems}
   199 \subsection{Extracting axioms and stored theorems}
   200 \index{theories!axioms of}\index{axioms!extracting}
   200 \index{theories!axioms of}\index{axioms!extracting}
   201 \index{theories!theorems of}\index{theorems!extracting}
   201 \index{theories!theorems of}\index{theorems!extracting}