Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.31 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.31 KB

Max-Flow Min-Cut Theorem in Lean

Introduction:

This project strives to contribute to and is dependent on mathlib, the library of the Lean theorem prover. The aim for the file is to implement the Max-Flow Min-Cut theorem, stating that if a maximum flow exists in a flow network, then its value is equal to the capacity of the minimum cut in the same network. Introduction to the field and formal proof of the theorem can be found in this file.

References: