Alphabeta Math
DefinitionDefinition: AI-adaptedProof: Not applicableSession-authored (Fable 5 assisted)audited 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 ss-tt network is a tuple N=(V,A,tail,head,s,t,c)\mathcal N=(V,A,\operatorname{tail},\operatorname{head},s,t,c) where VV and the labelled arc set AA are finite, s,tVs,t\in V are distinct, tail,head:AV,\operatorname{tail},\operatorname{head}:A\longrightarrow V, every arc aAa\in A has tail(a)head(a)\operatorname{tail}(a)\ne\operatorname{head}(a), c:ANc:A\to\mathbb N, no arc enters ss, and no arc leaves tt. Parallel and antiparallel arcs are allowed because distinct elements of AA remain distinct.

A feasible integral flow is f:ANf:A\to\mathbb N with 0f(a)c(a)0\le f(a)\le c(a) and tail(a)=vf(a)=head(a)=vf(a)(vV{s,t}).\sum_{\operatorname{tail}(a)=v}f(a)=\sum_{\operatorname{head}(a)=v}f(a)\quad(v\in V\setminus\{s,t\}). Its value is f:=tail(a)=sf(a)|f|:=\sum_{\operatorname{tail}(a)=s}f(a). An ss-tt cut is a set SVS\subseteq V with sSs\in S, tSt\notin S; its capacity is c(S):=tail(a)S,head(a)Sc(a)c(S):=\sum_{\operatorname{tail}(a)\in S,\operatorname{head}(a)\notin S}c(a).

The residual network of ff has the labelled copies Rf={(a,+):f(a)<c(a)}{(a,):f(a)>0}.R_f=\{(a,+):f(a)<c(a)\}\cup\{(a,-):f(a)>0\}. On these copies, put tailf(a,+)=tail(a),headf(a,+)=head(a),rf(a,+)=c(a)f(a),tailf(a,)=head(a),headf(a,)=tail(a),rf(a,)=f(a).\begin{aligned}\operatorname{tail}_f(a,+)&=\operatorname{tail}(a),&\operatorname{head}_f(a,+)&=\operatorname{head}(a),&r_f(a,+)&=c(a)-f(a),\\\operatorname{tail}_f(a,-)&=\operatorname{head}(a),&\operatorname{head}_f(a,-)&=\operatorname{tail}(a),&r_f(a,-)&=f(a).\end{aligned} For x,yVx,y\in V, an xx-yy residual path is a sequence ρ1,,ρk\rho_1,\ldots,\rho_k of members of RfR_f, with k1k\ge1, for which tailf(ρ1)=x,headf(ρk)=y,headf(ρi)=tailf(ρi+1)(1i<k),\operatorname{tail}_f(\rho_1)=x,\qquad \operatorname{head}_f(\rho_k)=y,\qquad \operatorname{head}_f(\rho_i)=\operatorname{tail}_f(\rho_{i+1})\quad(1\le i<k), and the vertex list x,headf(ρ1),,headf(ρk)=yx,\operatorname{head}_f(\rho_1),\ldots,\operatorname{head}_f(\rho_k)=y has no repetitions. Thus the path records the selected labelled copies, so (a,)(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 · next 3 levels

Direct dependencies and their dependencies through the next three levels: 52 results over 20 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