diff options
-rw-r--r-- | mgr.tex | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1052,11 +1052,10 @@ Consider the subtree of $v$ with hole $w$. It can be divided into the following components: \begin{itemize} - \item $w$'s subtree \item A path from $w$ up to $v$, notate it as $u_0 = w, u_1, \ldots, u_p = v$. \item For each $i$ from 1 to $p$, the subtree of $u_i$'s child that doesn't - lie on the path from $y$ to $x$. Let $u_i'$ be the child of $u_i$ that + lie on the path from $w$ to $v$. Let $u_i'$ be the child of $u_i$ that doesn't lie on the $w$ to $v$ path. \end{itemize} |