Back the 2^(n-2) floor with validated diverse-disk search
The stacked-only search missed non-stacked disks, and cocircular boundary points gave degenerate Delaunay (invalid disks, spurious sub-floor |Phi|). Add floor_diverse_disks.py: 1700+ validated disks per n (convex non- cocircular boundary, face-count and boundary-edge checks) confirm min|Phi| = 2^(n-2). Note records that interior structure tends to ENLARGE Phi (wheel 5 vs fan 4) and that depth adds two faces per one constraint. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+7
-6
@@ -1,4 +1,4 @@
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex 2022.10.5) 17 JUN 2026 02:12
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex 2022.10.5) 17 JUN 2026 02:21
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
@@ -175,7 +175,7 @@ File: l3backend-pdftex.def 2022-02-07 L3 backend support: PDF output (pdfTeX)
|
||||
\l__color_backend_stack_int=\count278
|
||||
\l__pdf_internal_box=\box52
|
||||
)
|
||||
No file boundary_restriction_structure.aux.
|
||||
(./boundary_restriction_structure.aux)
|
||||
\openout1 = `boundary_restriction_structure.aux'.
|
||||
|
||||
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 18.
|
||||
@@ -192,6 +192,7 @@ LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 18.
|
||||
LaTeX Font Info: ... okay on input line 18.
|
||||
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 18.
|
||||
LaTeX Font Info: ... okay on input line 18.
|
||||
|
||||
(/usr/local/texlive/2022/texmf-dist/tex/context/base/mkii/supp-pdf.mkii
|
||||
[Loading MPS to PDF converter (version 2006.09.02).]
|
||||
\scratchcounter=\count279
|
||||
@@ -263,9 +264,9 @@ File: umsb.fd 2013/01/14 v3.01 AMS symbols B
|
||||
{/usr/local/texlive/2022/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] [2]
|
||||
(./boundary_restriction_structure.aux) )
|
||||
Here is how much of TeX's memory you used:
|
||||
3254 strings out of 478268
|
||||
48506 string characters out of 5846347
|
||||
347668 words of memory out of 5000000
|
||||
3256 strings out of 478268
|
||||
48576 string characters out of 5846347
|
||||
348659 words of memory out of 5000000
|
||||
21442 multiletter control sequences out of 15000+600000
|
||||
480359 words of font info for 70 fonts, out of 8000000 for 9000
|
||||
1141 hyphenation exceptions out of 8191
|
||||
@@ -287,7 +288,7 @@ fonts/cm/cmsy8.pfb></usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfo
|
||||
nts/cm/cmti10.pfb></usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfon
|
||||
ts/cm/cmtt10.pfb></usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfont
|
||||
s/symbols/msbm10.pfb>
|
||||
Output written on boundary_restriction_structure.pdf (2 pages, 184212 bytes).
|
||||
Output written on boundary_restriction_structure.pdf (2 pages, 185232 bytes).
|
||||
PDF statistics:
|
||||
91 PDF objects out of 1000 (max. 8388607)
|
||||
54 compressed objects within 1 object stream
|
||||
|
||||
BIN
Binary file not shown.
+12
-3
@@ -87,9 +87,18 @@ $2^{\,n-2}$ & $4$ & $8$ & $16$ & $32$\\
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
A search over random and deep-stacked disks (up to $8$ interior vertices)
|
||||
never beat $2^{n-2}$, and the interior-free triangulation already
|
||||
attains it. Thus:
|
||||
A search over $1700{+}$ \emph{validated} triangulated disks per $n$
|
||||
(boundary points in convex but non-cocircular position, random interior
|
||||
points, Delaunay; each checked to have $2k+n-2$ faces and all $n$
|
||||
boundary edges present), together with deep-stacked single-apex chains up
|
||||
to $8$ interior vertices, never beat $2^{n-2}$, and the interior-free
|
||||
triangulation already attains it. (Note: cocircular boundary points
|
||||
produce degenerate Delaunay outputs --- invalid disks missing a boundary
|
||||
edge --- which spuriously report sub-floor values; these are excluded by
|
||||
the validity check.) Counterintuitively, adding interior structure tends
|
||||
to \emph{enlarge} $\Phi$: e.g.\ on the $4$-cycle the central-apex wheel
|
||||
realises $5$ sequences against the fan's $4$, since each interior vertex
|
||||
contributes two faces but only one constraint. Thus:
|
||||
|
||||
\begin{obs}
|
||||
The outer $n$-cycle cannot be constrained below $2^{n-2}$ achievable
|
||||
|
||||
Reference in New Issue
Block a user