Alphabeta Math
ExampleConstruction: AI-generatedVerification: AI-generatedSession-authored (Fable 5 assisted)precheck passaudited 2026-07-31
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.

Connected components, finite within-component distances, undefined cross-component distance and girth are computed in a disconnected graph

Example

Let GG have vertices a,b,c,p,q,ra,b,c,p,q,r and edges ab,bc,ca,pq,qrab,bc,ca,pq,qr. Its components are the triangle on {a,b,c}\{a,b,c\} and the path on {p,q,r}\{p,q,r\}. Within them,

d(a,b)=1,d(p,q)=1,d(p,r)=2.d(a,b)=1,\qquad d(p,q)=1,\qquad d(p,r)=2.

The distance d(a,p)d(a,p) is undefined. The graph has girth 33; its path component is acyclic and has girth \infty.

abcfa;b;cggirth3pqr11fp;q;rgd(p;r)=2,girth1noedgecrosses

Facts & Assumptions

Given: The graph GG described in the Example.

[F2]

Distance is the minimum path length within one component and is not assigned across components; girth is the least cycle length, with value \infty for an acyclic graph (Graph distance within a component, eccentricity, diameter and girth, including the acyclic convention).

Verification

technique · direct
1.1

The vertices a,b,ca,b,c reach one another along triangle edges, and p,q,rp,q,r reach one another along pq,qrpq,qr. No edge joins these two sets, so [F1] gives exactly the two stated components.

givenF1
1.2

The edges abab and pqpq give the two distances 11. The path (p,q,r)(p,q,r) has length 22, while pp and rr are not adjacent, so d(p,r)=2d(p,r)=2.

givenF2
2.1

Since aa and pp lie in different components, d(a,p)d(a,p) is undefined by [F2]. The triangle is a cycle of length 33, no cycle can have smaller length, and the path component has no cycle; the girth assertions follow.

step 1.1F2

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: 19 results over 13 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