Skip to content
Snippets Groups Projects
Commit 27d7424a authored by Hans-Jörg's avatar Hans-Jörg
Browse files

Remark that subst can be interprated as lambdas

parent 2ccc4517
No related branches found
No related tags found
No related merge requests found
Pipeline #7308 passed
......@@ -605,6 +605,9 @@ substitution for $x_n$. The following example illustrates this idea:
\operatorname{subst}([x\mapsto 7, x, x \mapsto g(x)]) &= \{x\mapsto g(x)\}\\
\end{align*}
Formally, the context can be translated to $\lambda$-abstraction and
application. This is discussed in the next section.
\paragraph{Implicit Reordering of Equalities.}
In addition to the explicit steps, solvers might reorder equalities, i.e.,
apply symmetry of the equality predicate, without generating steps.
......
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