Documentation

Lean 4 Proof

def netEntryFlow (lambda mu pi cost J : ℝ) : ℝ :=
  entryRate lambda pi cost - exitRate mu J

Dependency Graph

Module Section

## Entry-Exit Core Definitions (merged from EntryExitDefs.lean)