Prompt & Question
Prompt: Create a concise, self-contained brief of Proofs from THE BOOK (6e) with examples of topics and the aesthetic idea behind “The Book”.
Question: What is “The Book” idea attributed to Erdős, what’s new in the sixth edition, and what range of theorems does the book cover?
Program (Driver)
A tiny “check” harness ensures every data-claim has at least one footnote in Citations.
// Pseudocode
const claims=[...document.querySelectorAll('[data-claim]')];
for (const c of claims) assert(c.querySelector('sup a[href^="#fn-"]'));
Proof = Reason Why + Check. “Reason Why” summarizes evidence; “Check” verifies structure.