How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Regular multigraph and normalized adjacency
Definition
A finite -regular adjacency-slot multigraph on , with and integer , is a symmetric matrix with every row sum . counts slots from to ; diagonal entries count loop slots. Its normalized adjacency is . We use unless an unnormalized inner product is explicitly specified.
An adjacency list records the destinations per vertex, including repetitions. An ordinary undirected edge has two incidence slots paired by reversal; an ordinary loop has two slots at the same vertex. Such a representation requires even diagonal entries. Any symmetric integer matrix can be converted to it by doubling every slot. Uniform directed-slot sampling chooses one of the slots; for a reverse-paired graph it induces the uniform distribution on its ordinary edges. Connectivity uses positive off-diagonal entries. When , the mean-zero subspace is .
Used by
- Constraint graph and labeling value Definition
- Margulis gabber galil graph Definition
- Constant vector is a top eigenvector Lemma
Dependency tree · 0 levels
Nothing. This result depends on no other item in the library.
Sources
- Hoory–Linial–Wigderson, Expander Graphs and Their Applications, May 2006 draft; §§2.1–2.3, pp19–21; Dinur §2.1, p8. (standard reference, not scraped)