A tree shortcutting adds distance-preserving edges to reduce the number of hops between vertices. Classical constant-hop constructions are globally sparse but contain dense subgraphs. This paper initiates a systematic study of shortcuttings constrained by arboricity and treewidth, two measures of how tree-like a graph remains. It proves upper and lower bounds on the hop-diameter--treewidth tradeoff, including optimal bounds through hop diameter
- Formulated tree shortcutting under explicit tree-likeness constraints measured by treewidth and arboricity.
- Established optimal hop-diameter--treewidth tradeoffs up to
$O(\log\log n)$ hops. - Proved all-regime lower bounds, including the product bound
$\Omega((\log\log n)^2)$ even for paths. - Built constant-hop
$(1+\varepsilon)$ -spanners for doubling metrics with arboricity$O(\log^* n)$ . - Derived a three-hop compact routing scheme with
$O(\log^2 n/\log\log n)$ local memory.