m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-12-13 16:29:41 +0100
committerMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-12-13 16:39:51 +0100
commitd2b6d18e95a54e9da42bd4be8891bfbc52d168c1 (patch)
tree3c6a0e630950d5bf62a763cfddfdfdef9c7176f3
parent422f732e62b027039d5820f42b8d10bd9da8afef (diff)
Fix subtree with hole partition
-rw-r--r--mgr.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/mgr.tex b/mgr.tex
index 4b4d025..f7c66fd 100644
--- a/mgr.tex
+++ b/mgr.tex
@@ -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}