Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 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.

Vertex cuts, edge cuts, vertex connectivity κ(G) and edge connectivity λ(G), with conventions for complete and one-vertex graphs

Definition

Let G=(V,E) be connected with n=∣V∣≥2. A vertex cut is a set S⊆V for which G−S is disconnected or has at most one vertex. An edge cut is a set F⊆E for which G−F is disconnected. The vertex connectivity and edge connectivity are

κ(G):=min⁡{ ∣S∣:S is a vertex cut },λ(G):=min⁡{ ∣F∣:F is an edge cut }.

The finite families being minimized are nonempty: deleting all but one vertex is a vertex cut, and deleting all edges is an edge cut. For the complete graph Kn, no deletion leaving at least two vertices disconnects it, so the first definition gives the standard exceptional convention κ(Kn)=n−1.

For the one-vertex graph K1, set κ(K1)=λ(K1)=0. The null graph and every disconnected graph are outside the domain of these two connectivity parameters under this convention. Thus the inequalities involving δ(G) are stated only for nontrivial connected graphs, where the vertex set is nonempty and δ(G) is defined.

Depends on

Used by

Dependency tree · two levels

17 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