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 have vertices and edges . Its components are the triangle on and the path on . Within them,
The distance is undefined. The graph has girth ; its path component is acyclic and has girth .
Facts & Assumptions
Given: The graph described in the Example.
Components are induced by path-reachability, and the component vertex sets partition the graph (Connected graphs and connected components defined by the existence of vertex paths, The connected components of a graph partition its vertex set and are its maximal connected subgraphs).
Distance is the minimum path length within one component and is not assigned across components; girth is the least cycle length, with value for an acyclic graph (Graph distance within a component, eccentricity, diameter and girth, including the acyclic convention).
Verification
The vertices reach one another along triangle edges, and reach one another along . No edge joins these two sets, so [F1] gives exactly the two stated components.
The edges and give the two distances . The path has length , while and are not adjacent, so .
Since and lie in different components, is undefined by [F2]. The triangle is a cycle of length , no cycle can have smaller length, and the path component has no cycle; the girth assertions follow.
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
- University of Lethbridge, Combinatorics: A Guided Tour, Paths and Cycles (standard reference, not scraped)