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

For every nontrivial connected graph, κ(G)≤λ(G)

Statement

For every connected finite simple graph G with at least two vertices, κ(G)≤λ(G).

Facts & Assumptions

Given: A connected graph G=(V,E) with n=∣V∣≥2.

[F1]

κ(G) is the least size of a vertex set whose deletion disconnects G or leaves at most one vertex, and λ(G) is the least size of an edge cut (Vertex cuts, edge cuts, vertex connectivity κ(G) and edge connectivity λ(G), with conventions for complete and one-vertex graphs).

Proof

technique · constructive
1.1

Choose an edge cut F of size λ(G). Let A be the vertex set of one component of G−F and put B=V∖A. Then A and B are nonempty, and every edge of G between A and B belongs to F.

givenF1F2chooseconstruct
2.1

If ∣F∣≥n−1, deleting all but one vertex gives a vertex cut of size n−1≤∣F∣, so κ(G)≤λ(G).

step 1.1F1
2.2

Suppose ∣F∣<n−1. The bipartite set of all pairs with one endpoint in A and one in B has ∣A∣∣B∣≥∣A∣+∣B∣−1=n−1 members. Hence not every such pair is an edge of G, for all cross edges lie in F. Choose nonadjacent a∈A and b∈B.

step 1.1algebrachoose
3.1

For each edge e∈F, choose one endpoint s(e) different from both a and b; this is possible because e≠{a,b}. Put S={s(e):e∈F}. Then a,b∉S, every edge of F meets S, and ∣S∣≤∣F∣.

step 2.2construct
4.1

Any path from a∈A to b∈B must use an edge between A and B, hence an edge of F by step 1.1, and therefore a vertex of S by step 3.1. Thus G−S has no a to b path and is disconnected, so S is a vertex cut.

step 1.1step 3.1F1F2
5.1

In the case ∣F∣<n−1, step 4.1 gives κ(G)≤∣S∣≤∣F∣=λ(G); step 2.1 gives the same inequality in the remaining case.

step 2.1step 3.1step 4.1F1discharge-construct∎

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