From d2b6d18e95a54e9da42bd4be8891bfbc52d168c1 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Mon, 13 Dec 2021 16:29:41 +0100 Subject: Fix subtree with hole partition --- mgr.tex | 3 +-- 1 file changed, 1 insertion(+), 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} -- cgit v1.2.3