Skip to content
Snippets Groups Projects
Commit a91dc9e7 authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Clarification that R in the G&S notation represents a range, based on advice from @shahrr3

parent 5486efbf
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -303,8 +303,8 @@ $\rightarrow$, $\leftrightarrow$
\item Bound variables appear in the scope of the quantifier
\item Free variables are not bound to any quantifier
\item Free variables in an expression often mean that we cannot determine the truth value of the expression
\item Gries and Schneider use the following notation $(\forall x: t | R : P)$ where $R$ is a predicate and $P$ is a
predicate
\item Gries and Schneider use the following notation $(\forall x: t | R : P)$
where $R$ is a predicate (for the range) and $P$ is a predicate
\item $\forall$ is applied to the values $P$ for all $x$ in $t$ for which range $R$ is true
\end{itemize}
\end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment