doc-src/TutorialI/Sets/sets.tex
changeset 25341 ca3761e38a87
parent 25281 8d309beb66d6
child 30649 57753e0ec1d4
--- a/doc-src/TutorialI/Sets/sets.tex	Thu Nov 08 13:23:36 2007 +0100
+++ b/doc-src/TutorialI/Sets/sets.tex	Thu Nov 08 13:23:47 2007 +0100
@@ -322,17 +322,13 @@
 \rulenamedx{UN_E}
 \end{isabelle}
 %
-The following built-in syntax translation (see {\S}\ref{sec:syntax-translations})
+The following built-in abbreviation (see {\S}\ref{sec:abbreviations})
 lets us express the union over a \emph{type}:
 \begin{isabelle}
 \ \ \ \ \
-({\isasymUnion}x.\ B\ x)\ {\isasymrightleftharpoons}\
+({\isasymUnion}x.\ B\ x)\ {\isasymequiv}\
 ({\isasymUnion}x{\isasymin}UNIV. B\ x)
 \end{isabelle}
-%Abbreviations work as you might expect.  The term on the left-hand side of
-%the \isasymrightleftharpoons\ symbol is automatically translated to the right-hand side when the
-%term is parsed, the reverse translation being done when the term is
-%displayed.
 
 We may also express the union of a set of sets, written \isa{Union\ C} in
 \textsc{ascii}: