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

Finite integral networks, feasible flows, values, cuts and residual networks

Definition

A finite integral s-t network is a tuple N=(V,A,tail⁡,head⁡,s,t,c) where V and the labelled arc set A are finite, s,t∈V are distinct, tail⁡,head⁡:A⟶V, every arc a∈A has tail⁡(a)≠head⁡(a), c:A→N, no arc enters s, and no arc leaves t. Parallel and antiparallel arcs are allowed because distinct elements of A remain distinct.

A feasible integral flow is f:A→N with 0≤f(a)≤c(a) and ∑tail⁡(a)=vf(a)=∑head⁡(a)=vf(a)(v∈V∖{s,t}). Its value is ∣f∣:=∑tail⁡(a)=sf(a). An s-t cut is a set S⊆V with s∈S, t∉S; its capacity is c(S):=∑tail⁡(a)∈S,head⁡(a)∉Sc(a).

The residual network of f has the labelled copies Rf={(a,+):f(a)<c(a)}∪{(a,−):f(a)>0}. On these copies, put tail⁡f(a,+)=tail⁡(a),head⁡f(a,+)=head⁡(a),rf(a,+)=c(a)−f(a),tail⁡f(a,−)=head⁡(a),head⁡f(a,−)=tail⁡(a),rf(a,−)=f(a). For x,y∈V, an x-y residual path is a sequence ρ1,…,ρk of members of Rf, with k≥1, for which tail⁡f(ρ1)=x,head⁡f(ρk)=y,head⁡f(ρi)=tail⁡f(ρi+1)(1≤i<k), and the vertex list x,head⁡f(ρ1),…,head⁡f(ρk)=y has no repetitions. Thus the path records the selected labelled copies, so (a,−) never coincides with a forward copy of an antiparallel original arc.

Remarks

  • Capacities and flows are natural numbers here. No rational, real, or infinite-capacity termination assertion is part of this definition.

Depends on

Used by

Dependency tree · two levels

19 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