Alphabeta Math
ExampleConstruction: AI-adaptedVerification: 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.

K5 and K3,3 illustrate complete and complete bipartite graphs, degrees and edge counts

Example

The complete graph K5 has degree 4 at every vertex and has 10 edges. The complete bipartite graph K3,3 has degree 3 at every vertex and has 9 edges.

12345K5:degree4,10edgesu1u2u3v1v2v3K3;3:degree3,9edges

Facts & Assumptions

Given: The standard graphs K5 and K3,3.

[F1]

K5 contains every pair of its five vertices as an edge, while K3,3 has two three-element parts and every edge between the parts (Empty and complete graphs, complete bipartite graphs, and the convention that Pn and Cn have n vertices).

[L2]

The sum of degrees is twice the number of edges (Handshake lemma: the sum of the vertex degrees is twice the number of edges).

Verification

technique · direct
1.1

Each vertex of K5 is adjacent to the other four vertices, so its degree is 4; [L1] gives ∣E(K5)∣=(52)=10.

F1L1algebra
1.2

Each vertex of K3,3 is adjacent to all three vertices in the opposite part and none in its own part, so all six vertices have degree 3.

F1
2.1

By [L2], 2∣E(K3,3)∣=6⋅3=18, hence ∣E(K3,3)∣=9.

step 1.2L2algebra∎

Depends on

Used by

Nothing in the library uses this result yet.

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