When you move the root from node to its child :
Nodes in 's subtree get closer (they're now below the root instead of edges away).
All other nodes get farther (they have to go through now). If 's subtree has nodes, then nodes get farther. So: .
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
Moving the root
When you move the root from node to its child :
Nodes in 's subtree get closer (they're now below the root instead of edges away).
All other nodes get farther (they have to go through now). If 's subtree has nodes, then nodes get farther. So: .