Skip to content
Snippets Groups Projects
Commit 34242eef authored by Daniel Plagge's avatar Daniel Plagge
Browse files

Fixed bug #636: Copy'n Paste-error in the definition of range restriction,

  S<->T is an abbreviation for POW(S**T), not POW(S<->T).


git-svn-id: svn://svn.code.sf.net/p/rodin-b-sharp/svn/trunk/Handbook@15847 1434b563-b632-4741-aa49-43a3a8374d2e
parent 2cadaed7
No related branches found
No related tags found
No related merge requests found
...@@ -707,7 +707,7 @@ The following reference subsections will have the form the form: \\[2em] ...@@ -707,7 +707,7 @@ The following reference subsections will have the form the form: \\[2em]
\rrdesc \rrdesc
$\exprs\rel \exprt$ is the set of relations between the two sets $\exprs$ and $\exprt$. $\exprs\rel \exprt$ is the set of relations between the two sets $\exprs$ and $\exprt$.
A relation consists of pairs where the first element is of $\exprs$ and the A relation consists of pairs where the first element is of $\exprs$ and the
second of $\exprt$. $\exprs\rel \exprt$ is just an abbreviation for $\pow(\exprs\rel \exprt)$. second of $\exprt$. $\exprs\rel \exprt$ is just an abbreviation for $\pow(\exprs\cprod\exprt)$.
A total relation is a relation which relates each element of $\exprs$ to at least one element of $\exprt$. A total relation is a relation which relates each element of $\exprs$ to at least one element of $\exprt$.
...@@ -768,8 +768,8 @@ The following reference subsections will have the form the form: \\[2em] ...@@ -768,8 +768,8 @@ The following reference subsections will have the form the form: \\[2em]
\begin{rrnames} \begin{rrnames}
$\domres$ & \texttt{<|} & Domain restriction\\ $\domres$ & \texttt{<|} & Domain restriction\\
$\domsub$ & \texttt{<}\texttt{<|} & Domain subtraction\\ $\domsub$ & \texttt{<}\texttt{<|} & Domain subtraction\\
$\domres$ & \texttt{|>} & Range restriction\\ $\ranres$ & \texttt{|>} & Range restriction\\
$\domsub$ & \texttt{|>>} & Range subtraction $\ransub$ & \texttt{|>>} & Range subtraction
\end{rrnames} \end{rrnames}
\begin{rodinrefentry} \begin{rodinrefentry}
\rrdesc \rrdesc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment