pith. machine review for the scientific record. sign in
inductive definition def or abbrev

ConstraintReason

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 160inductive ConstraintReason where
 161  | zConservation       -- Z is conserved; cannot duplicate patterns
 162  | jUniqueness         -- J is uniquely forced; cannot override cost structure
 163  | costOfNothing       -- J(0⁺) → ∞; cannot create from nothing
 164  | boundaryDissolution -- Dissolution always thermodynamically available
 165  deriving DecidableEq, Repr
 166
 167/-- Each constrained power has a specific conservation-law reason. -/

used by (1)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (11)

Lean names referenced from this declaration's body.