Alphabeta Math
ExampleConstruction: Literature-sourcedVerification: AI-adaptedSession-authored (Fable 5 assisted)precheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)audited 2026-08-16
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.

Closed walks of length n in Kp are counted by (p1)n+(p1)(1)n

Example

For integers p,n1, the number of rooted closed walks of length n in the complete graph Kp is

(p1)n+(p1)(1)n.

Here an undirected edge is represented by one directed edge in each direction, every edge has weight 1Q, and a starting vertex is part of a rooted closed walk.

Facts & Assumptions

Given: Integers p,n1 and the complete graph Kp with transfer matrix A=JI over Q.

[L1]

A finite unit-weighted directed graph has a transfer matrix whose rows are sources and columns are targets (Finite weighted directed multigraphs, weighted walks and their transfer matrices).

[L2]

The diagonal entry (An)uu counts length-n walks from u back to u, so their total number is tr(An) (The (u,v) entry of An is the total weight of length-n walks from u to v).

Verification

technique · explicit eigenbasis
1.1

By [L1], A=JI. The all-ones vector 1 satisfies A1=(p1)1, while A(eie0)=(eie0) for 1i<p.

givenL1algebra
1.2

The list 1,e1e0,,ep1e0 is linearly independent over Q: a relation has coordinates α+βi=0 for i1 and αiβi=0, hence pα=0. Since p0 in Q, every coefficient is zero. It is therefore a basis of Qp.

givenalgebra
2.1

In the basis of step 1.2, A is diagonal with entries p1,1,,1, so χA(t)=(t(p1))(t+1)p1 in Q[t].

step 1.1step 1.2algebra
3.1

Apply [L3] to step 2.1 and then [L2] to obtain the displayed closed-walk count. When p=1, the difference-vector list is empty and the formula gives 0 because n1.

step 2.1L2L3

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 47 results over 12 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources