Alphabeta Math
LemmaStatement: AI-adaptedProof: 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.

Being joined by a walk or path is the same equivalence relation on the vertex set

Statement

On the vertex set of a graph, define uvu\sim v when a walk joins uu to vv. Then \sim is an equivalence relation (Equivalence relation, equivalence class, and the quotient set A/A/{\sim}), and uvu\sim v holds exactly when a path joins uu to vv.

Facts & Assumptions

Given: A graph G=(V,E)G=(V,E) and the relation uvu\sim v defined by the existence of a walk from uu to vv.

[F1]

An equivalence relation is reflexive, symmetric and transitive (Equivalence relation, equivalence class, and the quotient set A/A/{\sim}).

[L1]

Every walk between two vertices contains a path between the same endpoints (Every walk between two vertices contains a path between the same endpoints).

[F2]

A one-vertex list is a path of length 00, reversing a walk gives a walk with reversed endpoints, and concatenating a uu to vv walk with a vv to ww walk gives a uu to ww walk (Connected graphs and connected components defined by the existence of vertex paths, Walks, closed walks, trails, paths and cycles, with length equal to the number of traversed edges).

Proof

technique · direct
1.1

For every uVu\in V, the length-00 walk (u)(u) joins uu to itself, so uuu\sim u.

F2
1.2

If uvu\sim v, reversing a witnessing walk gives a walk from vv to uu, so vuv\sim u.

givenF2
1.3

If uvu\sim v and vwv\sim w, concatenating witnessing walks gives a walk from uu to ww, so uwu\sim w.

givenF2
2.1

Steps 1.1, 1.2 and 1.3 prove reflexivity, symmetry and transitivity, hence \sim is an equivalence relation by [F1].

step 1.1step 1.2step 1.3F1
3.1

Every path is a walk, while [L1] turns every witnessing walk into a path with the same endpoints; therefore walk-reachability and path-reachability coincide.

L1F2

Depends on

Used by

Dependency tree · next 3 levels

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