Skip to content

feat(phd-ch35): include ch_35_mesh_node in main.tex + main_ru.tex (P0 \u2014 Theorem 35.13 was silently dropped from PDF)#756

Merged
gHashTag merged 3 commits into
mainfrom
feat/phd-ch35-include
May 12, 2026
Merged

feat(phd-ch35): include ch_35_mesh_node in main.tex + main_ru.tex (P0 \u2014 Theorem 35.13 was silently dropped from PDF)#756
gHashTag merged 3 commits into
mainfrom
feat/phd-ch35-include

Conversation

@gHashTag
Copy link
Copy Markdown
Owner

@gHashTag gHashTag commented May 12, 2026

🎯 P0 Fix: Include Ch.35 in PDF

Problem (discovered in PHD-STATUS-RVR-004 audit):

docs/phd/chapters/ch_35_mesh_node.tex (585 lines, 12 theorems incl. just-merged Theorem 35.13 from #750) exists in the repo but is not referenced from main.tex or main_ru.tex β†’ silently dropped from final PDF.

Fix: add one \include{chapters/ch_35_mesh_node} line right after ch_34 in both:

  • main.tex:408 (English)
  • main_ru.tex:440 (Russian)

βœ… R5-honest preservation

  • Theorem 35.13 (thm:mru-kart) stays \admittedbox{} β€” no Qed-flip.
  • Anchor \(\varphi^2 + \varphi^{-2} = 3\) already present in Ch.35 chapter-anchor tcolorbox.
  • Begin/end balance verified: 25/25, no LaTeX structural breakage.

πŸ“‹ Constitutional compliance

Law Status Evidence
R1 CROWN βœ… pure LaTeX \include edit; no Python in PhD pipeline
R5 HONEST βœ… \admittedbox{} preserved on Thm 35.13
R7 ANCHOR βœ… phi^2 + phi^-2 = 3 in Ch.35 header tcolorbox (line 14)
NEVER push main βœ… submitted via PR
diff size minimal +2 lines, -0 lines

πŸ”­ Follow-up (separate PR, deferred)

Rename ch_35_mesh_node.tex β†’ ch_35.tex to unify with ch_NN.tex / fa_NN.tex canon. Requires:

  • Update 7 \label{ch_35_mesh_node:...} keys
  • Re-emit docs/phd/rag/rag_chunks.jsonl chunks 411-415 (5 RAG rows)
  • Regenerate docs/phd/cross-ref-audit.md (7 rows) + chapter-headers-audit.md (3 rows)

Splitting keeps this P0 minimal/reviewable.

Refs

Closes #577 β€” L-KAT-CH35: ch_35_mesh_node.tex + Theorem 35.13 are now actually compiled into the PDF (the file existed since #750, but was orphaned from main.tex / main_ru.tex until this PR).

Defense: 2026-06-15 (T-33 days).
Author: Dmitrii Vasilev Β· ORCID 0009-0008-4294-6159 Β· DOI 10.5281/zenodo.19227877

Dmitrii Vasilev added 3 commits May 12, 2026 18:14
P0 fix: Ch.35 (Trinity GF16 ASIC dePIN Mesh Node) existed in
docs/phd/chapters/ch_35_mesh_node.tex but was NOT referenced from
either main.tex or main_ru.tex β€” its Theorem 35.13 (L-KAT-35,
Admitted, MRU as KART forward-pass, just merged via #750) and
its 11 other theorems silently dropped from the final PDF.

Adds:
  main.tex:408      \include{chapters/ch_35_mesh_node}
  main_ru.tex:440   \include{chapters/ch_35_mesh_node}

Both inserted right after ch_34 and before \appendix, preserving
the Trinity S3AI strand order (ch_00..ch_35).

Anchor preserved: phi^2 + phi^-2 = 3 (Ch.35 chapter-anchor tcolorbox)
R5-honest: Theorem 35.13 stays Admitted via \admittedbox{}; no Qed-flip
R1 CROWN ok: pure LaTeX edit; no Python in PhD pipeline
R7 ok: anchor 'phi^2 + phi^-2 = 3' in ch_35 header

Follow-up (separate PR): rename ch_35_mesh_node.tex -> ch_35.tex
(unify with ch_NN.tex / fa_NN.tex canon) once 7 \label keys,
rag_chunks.jsonl, cross-ref-audit.md, chapter-headers-audit.md
are updated consistently.

Closes: #109 (subtask: ensure all 35 trinity-strand chapters compiled)
Refs: #750 (Theorem 35.13 surgical re-apply), #743 (Appendix F audit)
@gHashTag gHashTag merged commit bc706ef into main May 12, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

L-KAT-CH35: NEW 35-mesh-routing-kat.tex + Theorem 35.13 (parent #572)

1 participant