Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 2026-08-28
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.

The (i,j) entry of A(G)k counts walks of length k

Statement

Let G be a finite simple graph with ordered vertex set V(G)={v1,,vn}, let A=A(G), and let k1 be an integer. Then for every 1i,jn, the entry (Ak)ij equals the number of walks of length k from vi to vj in G.

Facts & Assumptions

Given: A finite simple graph G with ordered vertices v1,,vn, its adjacency matrix A, and an integer k1.

[F1]

The entry Aij is 1 exactly when vi and vj are adjacent, and is 0 otherwise (The adjacency matrix of a finite simple graph).

[F2]

A walk of length k+1 from vi to vj is exactly a walk of length k from vi to some intermediate vertex vr, followed by the edge vrvj (Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).

Proof

technique · direct
1.1

We argue by induction on k. For k=1, the number of walks of length 1 from vi to vj is 1 when vi and vj are adjacent and 0 otherwise, so it is exactly Aij by [F1].

F1base
2.1

Assume the claim for some k1. Then (Ak+1)ij=r=1n(Ak)irArj. By the inductive hypothesis, (Ak)ir counts the walks of length k from vi to vr, while [F1] makes Arj the indicator that the final edge vrvj exists. Therefore the summand counts the length-(k+1) walks from vi to vj whose last intermediate vertex is vr, and summing over r counts all such walks exactly once by [F2].

step 1.1F1F2induction
3.1

The base case and inductive step prove the claim for every k1.

step 1.1step 2.1discharge-induction

Depends on

Used by

Dependency tree · two levels

10 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources