Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-08-04 (gpt-5.6-sol-codex-subscription)
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.

An n-vertex simple graph with more than (n−12) edges is connected

Statement

Let G be a finite simple graph with n≥1 vertices. If ∣E(G)∣>(n−12), then G is connected.

Facts & Assumptions

Proof

technique · contradiction
1.1

Suppose, for contradiction, that G is disconnected. Choose one component with vertex set A, put B=V∖A, and write k=∣A∣. Then 1≤k≤n−1, ∣B∣=n−k, and no edge joins A to B.

assume-contraF1choose
2.1

By [L1], the edges with both endpoints in A number at most (k2), and those with both endpoints in B number at most (n−k2). Step 1.1 accounts for every edge, so ∣E∣≤(k2)+(n−k2).

step 1.1L1
2.2

For 1≤k≤n−1, elementary binomial algebra gives (k2)+(n−k2)=(n−12)−(k−1)(n−k−1)≤(n−12).

step 1.1algebra
3.1

Steps 2.1 and 2.2 give ∣E∣≤(n−12), contradicting the hypothesis. Therefore G is connected.

step 2.1step 2.2givendischarge-contradiction∎

Depends on

Used by

Nothing in the library uses this result yet.

Dependency tree · two levels

36 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