Skip to content

Commit 302e25d

Browse files
committed
typo; closes #420
1 parent 470cbab commit 302e25d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/sets-functions-relations/relations

content/sets-functions-relations/relations/trees.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
A \emph{tree} is a pair $T = \tuple{A, \le}$ such that $A$ is a set
5151
and $\le$ is a partial order on~$A$ with a unique minimal element
5252
$r \in A$ (called the \emph{root}) such that for all $x \in A$,
53-
the set $\Setabs{y}{y \le z}$ is well-ordered by~$\le$.
53+
the set $\Setabs{y}{y \le x}$ is well-ordered by~$\le$.
5454
\end{defn}
5555

5656
\begin{defn}[Successors]

0 commit comments

Comments
 (0)