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
Branches
No related tags found
No related merge requests found
......@@ -707,7 +707,7 @@ The following reference subsections will have the form the form: \\[2em]
\rrdesc
$\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
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$.
......@@ -768,8 +768,8 @@ The following reference subsections will have the form the form: \\[2em]
\begin{rrnames}
$\domres$ & \texttt{<|} & Domain restriction\\
$\domsub$ & \texttt{<}\texttt{<|} & Domain subtraction\\
$\domres$ & \texttt{|>} & Range restriction\\
$\domsub$ & \texttt{|>>} & Range subtraction
$\ranres$ & \texttt{|>} & Range restriction\\
$\ransub$ & \texttt{|>>} & Range subtraction
\end{rrnames}
\begin{rodinrefentry}
\rrdesc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment