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 and edge deletion, edge contraction, graph minors, subdivisions and topological minors

Definition

Let G=(V,E) be a graph. For v∈V, vertex deletion gives G−v:=G[V∖{v}]. For e∈E, edge deletion gives G−e:=(V,E∖{e}). The same notation is used for deleting a set of vertices or edges.

For an edge e={u,v}, contracting e identifies u and v. More precisely, take a new vertex xe, put V′=(V∖{u,v})∪{xe}, and let q:V→V′ send u,v to xe and fix every other vertex. Then

G/e:=(V′, { q[f]:f∈E∖{e}, ∣q[f]∣=2 }).

The condition ∣q[f]∣=2 deletes loops, while writing the edge family as a set merges parallel edges. Thus contraction returns a simple graph.

A graph H is a minor of G when it can be obtained by vertex deletions, edge deletions and edge contractions. Subdividing an edge {u,v} replaces it by {u,x} and {x,v} for a new vertex x. A subdivision repeats this operation zero or more times. The graph H is a topological minor of G when some subdivision of H is isomorphic to a subgraph of G (Subgraphs, induced subgraphs and spanning subgraphs).

Depends on

Used by

Dependency tree · two levels

3 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