Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)audited 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)G=(V,E) be a graph. For vVv\in V, vertex deletion gives Gv:=G[V{v}]G-v:=G[V\setminus\{v\}]. For eEe\in E, edge deletion gives Ge:=(V,E{e})G-e:=(V,E\setminus\{e\}). The same notation is used for deleting a set of vertices or edges.

For an edge e={u,v}e=\{u,v\}, contracting ee identifies uu and vv. More precisely, take a new vertex xex_e, put V=(V{u,v}){xe}V'=(V\setminus\{u,v\})\cup\{x_e\}, and let q:VVq:V\to V' send u,vu,v to xex_e and fix every other vertex. Then

G/e:=(V, {q[f]:fE{e}, q[f]=2}).G/e:=\bigl(V',\ \{\,q[f]:f\in E\setminus\{e\},\ |q[f]|=2\,\}\bigr).

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

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

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 10 results over 8 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources