Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)audited 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 graphs and connected components defined by the existence of vertex paths

Definition

Vertices uu and vv of a graph GG are connected, or reachable from one another, when a path in GG has endpoints uu and vv. Equivalently, a walk joins them, because Every walk between two vertices contains a path between the same endpoints turns such a walk into a path.

For vV(G)v\in V(G), its connected component is the induced subgraph on

CG(v):={uV(G):u is reachable from v}.C_G(v):=\{\,u\in V(G):u\text{ is reachable from }v\,\}.

A graph is connected when its vertex set is nonempty and every two vertices are reachable from one another. Thus the null graph is not connected. The one-vertex graph is connected, since its vertex is joined to itself by the path of length 00 from Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges.

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 14 results over 10 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