Alphabeta Math
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-08-11
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.

Euler's formula ∣V∣−∣E∣+∣F∣=2 for every connected plane graph

Facts & Assumptions

Given: A connected plane graph G.

[L1]

A finite graph is connected if and only if it has a spanning tree (A finite graph is connected if and only if it has a spanning tree).

[L2]

Proof

technique · induction
1.1

Choose a spanning tree T by [L1]. It has all ∣V∣ vertices and ∣V∣−1 edges, and its plane drawing has one face by the forest proposition. Hence ∣V∣−∣E(T)∣+∣F(T)∣=∣V∣−(∣V∣−1)+1=2.

baseL1
1.2

Add the edges of G−E(T) in their fixed embedding. Each added edge joins vertices already connected in T, so it closes a cycle. By [L2] it splits one old face into two: the edge count and face count each increase by one, while the vertex count is unchanged. Thus the Euler expression remains invariant.

ihL2
2.1

Equivalently, deleting a cycle edge from a connected plane graph merges its two incident faces and decreases both ∣E∣ and ∣F∣ by one. Deleting a bridge would disconnect the graph and is not used in this connected induction.

step 1.2L2
3.1

Starting from T and adding all remaining edges yields G, so the invariant value from step 1.1 is 2 for G.

step 1.1step 1.2step 2.1discharge-induction∎

Depends on

Used by

Dependency tree · two levels

24 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