Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 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.

Ford-Fulkerson terminates for finite integer capacities and proves max-flow min-cut with an integral maximum flow

Statement

In a finite integral ss-tt network, begin with the zero flow and repeatedly augment along any residual ss-tt path by its integral bottleneck. This process terminates. Its final integral flow ff^* is maximum, and f=min{c(S):S is an s-t cut}.|f^*|=\min\{c(S):S\text{ is an }s\text{-}t\text{ cut}\}.

Facts & Assumptions

Given: A finite integral ss-tt network and the augmenting-path process from its zero flow.

[L1]

Residual bottleneck augmentation preserves feasibility and raises the value by its positive integral bottleneck (Augmenting by the residual bottleneck preserves feasibility and increases the flow value).

[L2]

A flow with no residual ss-tt path has a cut of capacity equal to its value (If the residual network has no source-sink path, its reachable set gives a cut whose capacity equals the flow value).

[L3]

Proof

technique · constructive
1.1

The zero flow is feasible and integral, and every feasible flow has value at most the finite integer sum of capacities of arcs leaving ss.

givenconstruct
1.2

Each augmentation increases the integral value by at least one by [L1], so no more than that finite source-capacity bound many augmentations occur.

L1
1.3

At termination the final flow has no residual path, so [L2] supplies a cut SS with c(S)=fc(S)=|f^*|.

L2
1.4

By [L3], every feasible flow has value at most c(S)=fc(S)=|f^*|, and every cut has capacity at least f|f^*|.

L3
2.1

Steps 1.1--1.4 prove termination, integrality, maximality of ff^*, and equality with the minimum cut capacity.

step 1.1step 1.2step 1.3step 1.4discharge-construct

Remarks

  • Integer bottlenecks are the termination mechanism. This theorem makes no assertion about arbitrary real capacities.

Depends on

Used by

Dependency tree · next 3 levels

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