Add contraction-lift proof-strategy sketch toward Conjecture 5.7
Section 5.6 sketches an inductive route to the simple-resolution md4 surjectivity conjecture: - Lemma 5.8 (good contraction): every md4 triangulation on n >= 7 vertices has a degree-4 vertex with an md4-preserving diagonal contraction. Empirically true at n=7..11; proof obligation called out. - Lemma 5.9 (lift): given a labelled preimage of the contracted triangulation, reinserting the contracted vertex at the diagonal-bounded quadrilateral yields a preimage of the original triangulation. Proof obligation called out. - Inductive scheme paragraph chains the two lemmas with the octahedron at n=6 as the base case, citing the n=7 hand-verification (already scripted in experiments/inductive_lift_check.py). Lemmas are stated without proof; the three remaining proof obligations are explicit. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex 2022.10.5) 20 MAY 2026 13:40
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex 2022.10.5) 20 MAY 2026 13:47
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
%&-line parsing enabled.
|
||||
@@ -363,27 +363,18 @@ Package hyperref Warning: Token not allowed in a PDF string (Unicode):
|
||||
Package hyperref Warning: Token not allowed in a PDF string (Unicode):
|
||||
(hyperref) removing `math shift' on input line 370.
|
||||
|
||||
[5] [6] [7] [8] (./paper.aux)
|
||||
|
||||
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.
|
||||
|
||||
|
||||
Package rerunfilecheck Warning: File `paper.out' has changed.
|
||||
(rerunfilecheck) Rerun to get outlines right
|
||||
(rerunfilecheck) or use package `bookmark'.
|
||||
|
||||
Package rerunfilecheck Info: Checksums for `paper.out':
|
||||
(rerunfilecheck) Before: 00D0EBD21A3E3804EF6FF0D2A45466A8;3956
|
||||
(rerunfilecheck) After: C580028718693FDA81B49B22CE461AD9;3956.
|
||||
[5] [6] [7] [8] [9] (./paper.aux)
|
||||
Package rerunfilecheck Info: File `paper.out' has not changed.
|
||||
(rerunfilecheck) Checksum: B89F5E80B6733BD762B0E7C56A5250F0;4280.
|
||||
)
|
||||
Here is how much of TeX's memory you used:
|
||||
8945 strings out of 478268
|
||||
138142 string characters out of 5846347
|
||||
440795 words of memory out of 5000000
|
||||
26856 multiletter control sequences out of 15000+600000
|
||||
8956 strings out of 478268
|
||||
138278 string characters out of 5846347
|
||||
440946 words of memory out of 5000000
|
||||
26860 multiletter control sequences out of 15000+600000
|
||||
475834 words of font info for 54 fonts, out of 8000000 for 9000
|
||||
1302 hyphenation exceptions out of 8191
|
||||
69i,9n,76p,396b,466s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
||||
69i,9n,76p,396b,533s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
||||
</usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb
|
||||
></usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmcsc10.pfb
|
||||
></usr/local/texlive/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmmi10.pfb>
|
||||
@@ -402,10 +393,10 @@ ve/2022/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy6.pfb></usr/local/texlive
|
||||
/texmf-dist/fonts/type1/public/amsfonts/cm/cmtt10.pfb></usr/local/texlive/2022/
|
||||
texmf-dist/fonts/type1/public/amsfonts/symbols/msam10.pfb></usr/local/texlive/2
|
||||
022/texmf-dist/fonts/type1/public/amsfonts/symbols/msbm10.pfb>
|
||||
Output written on paper.pdf (8 pages, 258447 bytes).
|
||||
Output written on paper.pdf (9 pages, 270602 bytes).
|
||||
PDF statistics:
|
||||
281 PDF objects out of 1000 (max. 8388607)
|
||||
232 compressed objects within 3 object streams
|
||||
60 named destinations out of 1000 (max. 500000)
|
||||
145 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
310 PDF objects out of 1000 (max. 8388607)
|
||||
260 compressed objects within 3 object streams
|
||||
67 named destinations out of 1000 (max. 500000)
|
||||
153 words of extra memory for PDF output out of 10000 (max. 10000000)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user