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

CPMBridge

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)

  24structure CPMBridge (State : Type) where
  25  /-- The fully packaged CPM model (includes the A/B/C inequality proofs). -/
  26  model : Model State
  27  /-- Human-readable interpretation notes (kept here for traceability). -/
  28  defectMeaning : String := ""

proof body

Definition body.

  29  energyMeaning  : String := ""
  30  testsMeaning   : String := ""
  31
  32end Fluids
  33end ClassicalBridge
  34end IndisputableMonolith

used by (4)

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

depends on (8)

Lean names referenced from this declaration's body.