You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking the documentation restructuring. Recorded now so it isn't lost; it is a separate track from the R4 mathematics and should not block the two-sided transport work.
Stable purpose per surface
Surface
Purpose
README
Developer-facing overview, major result families, build
Homepage
Short research pitch and navigation
Architecture page
Conceptual dependency layers and entry points
Blueprint
Complete theorem narrative and dependencies
API docs / module headers
Exhaustive technical detail
Issues / milestones
Live frontier and implementation status
Verification page
CI policy only
The organizing principle: by audience and mathematical layer, not chronology, PR sequence, or exhaustive declaration lists.
Planned work
README — four theorem families, a 5–7 layer library map, verification policy, build/citation/license. At most one or two entry-point declarations per family; the blueprint and API docs carry the complete list. Drop the duplicated bibliography in favour of the blueprint bibliography.
Homepage — two-sentence hero, four program cards, three or four highlights in prose rather than Lean identifiers, "Explore" links, and one evergreen development pointer. Delete the status strip and the "Current frontier" section, which is stale relative to the coherent-basis, factor, coupling, and rank-latent work already merged.
Graphon.lean — the largest single opportunity. Measured: 245 lines carrying 113 module inventory bullets, duplicating module headers, issue numbers, historical decisions, and implementation gotchas. The imports already are the exhaustive inventory. The root docstring should carry what import Graphon exposes, a thematic map of ~8 clusters, and pointers to blueprint and API docs.
docs/verification.md — policy only: what CI builds, placeholder rejection, exact audit scope, documentation/site checks. Dated proof history moves to issues or an explicit archive.
Archive — docs/ currently holds five scoping/roadmap/planning documents (afkk-cut-guessing, overlay-scoping, post-r3-mainline-completion-plan, rokhlin-scoping, sampling-asymptotics-roadmap, sqmoment-cycle-krylov). Verified: nothing in .github/ or blueprint/ references them, so moving them under an archive directory is low risk.
ARCHITECTURE.md — organized on the stable flow: measure infrastructure → graphon analysis and sampling → exchangeable graph laws → generic relational exchangeability → functional representation machinery → graph/digraph specializations.
Two caveats on the drift check
A structural check rejecting volatile status prose from landing pages is a good idea, but two refinements:
"Zero sorry/admit" is not actually volatile, since CI enforces it; it cannot drift the way "21 sorries" could. The proposed phrasing — "CI rejects proof placeholders and audits designated headline declarations for their axiom dependencies" — is still better, because it survives a change in policy as well as in counts. Worth adopting for that reason rather than for staleness.
Note on Graphon.lean deletions
Some inventory entries carry cross-module reasoning (for instance why the rank layer is a Bool-cube rather than a dependent product, which spans RelRankSuccessor and everything downstream). Checked: that reasoning is already duplicated into the owning module's header, so deleting the Graphon.lean copy loses nothing. Any entry that turns out not to be duplicated should be moved into the owning module header rather than dropped.
Suggested as 3–4 small PRs rather than one sweep: Graphon.lean first (largest and most self-contained), then README/homepage, then verification + archive, then ARCHITECTURE.md and the drift check.
Tracking the documentation restructuring. Recorded now so it isn't lost; it is a separate track from the R4 mathematics and should not block the two-sided transport work.
Stable purpose per surface
The organizing principle: by audience and mathematical layer, not chronology, PR sequence, or exhaustive declaration lists.
Planned work
Graphon.lean— the largest single opportunity. Measured: 245 lines carrying 113 module inventory bullets, duplicating module headers, issue numbers, historical decisions, and implementation gotchas. The imports already are the exhaustive inventory. The root docstring should carry whatimport Graphonexposes, a thematic map of ~8 clusters, and pointers to blueprint and API docs.docs/verification.md— policy only: what CI builds, placeholder rejection, exact audit scope, documentation/site checks. Dated proof history moves to issues or an explicit archive.docs/currently holds five scoping/roadmap/planning documents (afkk-cut-guessing,overlay-scoping,post-r3-mainline-completion-plan,rokhlin-scoping,sampling-asymptotics-roadmap,sqmoment-cycle-krylov). Verified: nothing in.github/orblueprint/references them, so moving them under an archive directory is low risk.ARCHITECTURE.md— organized on the stable flow: measure infrastructure → graphon analysis and sampling → exchangeable graph laws → generic relational exchangeability → functional representation machinery → graph/digraph specializations.Two caveats on the drift check
A structural check rejecting volatile status prose from landing pages is a good idea, but two refinements:
sorry/admit" is not actually volatile, since CI enforces it; it cannot drift the way "21 sorries" could. The proposed phrasing — "CI rejects proof placeholders and audits designated headline declarations for their axiom dependencies" — is still better, because it survives a change in policy as well as in counts. Worth adopting for that reason rather than for staleness.Note on
Graphon.leandeletionsSome inventory entries carry cross-module reasoning (for instance why the rank layer is a Bool-cube rather than a dependent product, which spans
RelRankSuccessorand everything downstream). Checked: that reasoning is already duplicated into the owning module's header, so deleting theGraphon.leancopy loses nothing. Any entry that turns out not to be duplicated should be moved into the owning module header rather than dropped.Suggested as 3–4 small PRs rather than one sweep:
Graphon.leanfirst (largest and most self-contained), then README/homepage, then verification + archive, thenARCHITECTURE.mdand the drift check.