Documentation

Lean 4 Proof

def entryRate (lambda pi cost : ℝ) : ℝ :=
  lambda * max 0 (pi - cost)

Dependency Graph

Module Section

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