Alphabeta Math
TheoremStatement: Literature-sourcedProof: 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.

Handshake lemma: the sum of the vertex degrees is twice the number of edges

Statement

For every finite simple graph G=(V,E)G=(V,E),

vVdegG(v)=2E\sum_{v\in V}\deg_G(v)=2|E|

as an identity of natural numbers. It remains valid for the null graph, when both sides are 00.

Facts & Assumptions

Given: A finite simple graph G=(V,E)G=(V,E).

[L1]

For a relation RX×YR\subseteq X\times Y between finite sets, the sum of the row-fibre cardinalities and the sum of the column-fibre cardinalities both equal R|R| (Double counting: xXRx=R=yYRy\sum_{x \in X}\lvert R_x\rvert = \lvert R\rvert = \sum_{y \in Y}\lvert R^y\rvert for a relation between finite sets).

[F1]

The row and column fibres of a finite incidence relation are finite and are defined by fixing the first or second coordinate (A relation RX×YR \subseteq X \times Y between finite sets, its row fibres RxR_x and its column fibres RyR^y).

[F2]

degG(v)\deg_G(v) is the number of edges incident with vv (Adjacency, incidence, open and closed neighbourhoods, vertex degree, minimum degree and maximum degree).

Proof

technique · direct
1.1

Define the incidence relation R:={(v,e)V×E:ve}R:=\{\,(v,e)\in V\times E:v\in e\,\}. Its row fibre at vv is the set of edges incident with vv, so it has cardinality degG(v)\deg_G(v) by [F2].

givenF1F2
1.2

Every edge eEe\in E is a two-element subset of VV, so its column fibre has cardinality 22.

givenF1
2.1

Applying [L1] to RR and using steps 1.1 and 1.2 gives vVdegG(v)=R=eE2=2E\sum_{v\in V}\deg_G(v)=|R|=\sum_{e\in E}2=2|E|.

step 1.1step 1.2L1algebra

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 33 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