Skip to content

Commit 18addce

Browse files
feffemannenrzach
authored andcommitted
Update prim-rec.tex
1 parent 95e2e62 commit 18addce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/incompleteness/representability-in-q/prim-rec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
we have $f(\vec x)$ and $g(\vec x, y, z)$. Then the function~$h(x,\vec
1515
z)$ defined from $f$ and~$g$ by primitive recursion is
1616
\begin{align*}
17-
h(\vec x, 0) & = f(\vec z) \\
17+
h(\vec x, 0) & = f(\vec x) \\
1818
h(\vec x, y+1) & = g(\vec x, y, h(\vec x, y)).
1919
\end{align*}
2020
We need to show that $h$ can be defined from $f$ and~$g$ using just

0 commit comments

Comments
 (0)