dual_decomposition: reduced-dual definition, verification, and step figures
Add Definition 2.1 (reduced dual) and a remark on cubicity/planarity, plus an experiment verifying it on the icosahedron/dodecahedron and four figures, one per construction step. reduced_dual.py builds G' = dodecahedron (dual of the icosahedron), applies the construction, and confirms the result is a cubic, planar, simple graph whose dual is a simple triangulation. Finding: the construction is an n -> n-2 reduction (12 -> 10 here), not n-1, since the single apex v_n collapses one more vertex than a standard pentagon re-triangulation; the result also re-introduces degree-3 and degree-4 vertices (degree seq [7,5,5,5,5,5,5,4,4,3]). draw_reduced_dual_steps.py renders fig_reduced_dual_step1..4.png, embedded as a 2x2 grid after the definition. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -8,4 +8,8 @@
|
||||
\newlabel{tocindent1}{17.77782pt}
|
||||
\newlabel{tocindent2}{0pt}
|
||||
\newlabel{tocindent3}{0pt}
|
||||
\gdef \@abspage@last{2}
|
||||
\@writefile{toc}{\contentsline {section}{\tocsection {}{2}{The reduced dual}}{2}{}\protected@file@percent }
|
||||
\newlabel{def:reduced-dual}{{2.1}{2}}
|
||||
\@writefile{lof}{\contentsline {figure}{\numberline {1}{\ignorespaces The four steps of Definition\nonbreakingspace 2.1\hbox {}, illustrated on $G' = $ the dodecahedron (dual of the icosahedron) with $F_v$ the inner pentagon and $i = 0$. Top left: delete the five boundary vertices of $F_v$, leaving five degree-$2$ vertices on a new face $F$. Top right: order them clockwise as $A_0,\dots ,A_4$. Bottom left: add $v_n$ joined to $A_0, A_1, A_2$. Bottom right: add the chord $A_3 A_4$, giving the cubic plane graph $\setbox \z@ \hbox {\mathsurround \z@ $\textstyle G$}\mathaccent "0362{G}'_{v,0}$.}}{3}{}\protected@file@percent }
|
||||
\newlabel{fig:reduced-dual-steps}{{1}{3}}
|
||||
\gdef \@abspage@last{3}
|
||||
|
||||
Reference in New Issue
Block a user