Audit and standardize graph-theoretic definitions in Erdős 625 - #54
Draft
SamPetkov wants to merge 7 commits into
Draft
Conversation
SamPetkov
force-pushed
the
agent/625-standard-definitions-terminology-audit
branch
from
July 27, 2026 10:42
ff8bb50 to
6115ee1
Compare
SamPetkov
force-pushed
the
agent/625-attained-partial-weight-identification
branch
from
July 27, 2026 10:47
6115ee1 to
0badcf2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This PR makes the mathematical vocabulary of Erdős 625 conform explicitly to standard graph-theory and random-graph usage. It is stacked on PR #53 and does not alter the proof theorem chain.
The main conclusion is that the manuscript uses the standard cochromatic invariant, but it must distinguish standard notions from auxiliary bookkeeping more sharply.
Standard definitions confirmed
The audit confirms the usual definitions of:
The cochromatic number is also identified with the generalized (\mathcal P)-chromatic number for
The relevant foundational and modern references are already in
625/arxiv/references.bib, including Lesniak–Straight, Scheinerman, Bollobás–Thomason, Heckel, and Steiner.Terminology corrections
The proposed Version 2 wording:
(x)_0=1and(x)_r=0forr>x;H(r);c(H)and the empty-graph convention;beta(H)as the binary cycle-space dimension;demand,high cell,skeleton,endpoint table, andattachmentas manuscript-specific bookkeeping terms.The distinction between maximum and maximal is also recorded, and the audit warns against replacing the required vertex partition by an overlapping “cover.”
Definition-dependent proof checks
The audit verifies explicitly that:
2^ksigned factor uses classes of size at least two, so the independent/clique mark is unique on every realized class;r_ab >= 2is exactly where a shared internal edge forces sign compatibility;IsBipartiteMatching,IsBipartiteEven,UnlabelledTypedSkeleton,typeTable, andNat.descFactorialagree with the stated mathematics.Files
The TeX insert is intentionally not included by
main.tex; it is copy-ready for the final Version 2 rewrite after the theorem-status and line-number audits are synchronized.Exact finite regression
The standard-library Python regression passed under ordinary and optimized Python. It checked:
The regression verifies:
zeta(G)=zeta(complement G);zeta(G) <= min(chi(G), chi(complement G));P_co-chromatic number;|cycle space| = 2^(|E|-|V|+c)for small bipartite support graphs;These are definition regressions, not evidence for the asymptotic theorem.
Validation
The dedicated workflow is green on
with workflow run
Both jobs passed:
Scope boundary
This PR does not close the remaining global Section VIII summation, Proposition 9.2, or
Erdos625Statement. It prevents a separate class of errors: proving statements about bespoke proof objects while inadvertently changing the standard graph invariant or configuration-model convention.