Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-generatedprecheck 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),

∑v∈Vdeg⁡G(v)=2∣E∣

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

Facts & Assumptions

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

[L1]

For a relation R⊆X×Y between finite sets, the sum of the row-fibre cardinalities and the sum of the column-fibre cardinalities both equal ∣R∣ (Double counting: ∑x∈X∣Rx∣=∣R∣=∑y∈Y∣Ry∣ 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 R⊆X×Y between finite sets, its row fibres Rx and its column fibres Ry).

[F2]

Proof

technique · direct
1.1

Define the incidence relation R:={ (v,e)∈V×E:v∈e }. Its row fibre at v is the set of edges incident with v, so it has cardinality deg⁡G(v) by [F2].

givenF1F2
1.2

Every edge e∈E is a two-element subset of V, so its column fibre has cardinality 2.

givenF1
2.1

Applying [L1] to R and using steps 1.1 and 1.2 gives ∑v∈Vdeg⁡G(v)=∣R∣=∑e∈E2=2∣E∣.

step 1.1step 1.2L1algebra∎

Depends on

Used by

Dependency tree · two levels

11 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources