Coupled State Feasible

Documentation

Lean 4 Proof

def CoupledState.feasible (s : CoupledState) : Prop :=
  s.ρ < 10 ≤ s.T ∧ 1 < s.J_real

Dependency Graph

Module Section

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