pith. machine review for the scientific record. sign in
structure

CPMBridge

definition
show as:
view math explainer →
module
IndisputableMonolith.ClassicalBridge.Fluids.CPM
domain
ClassicalBridge
line
24 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.ClassicalBridge.Fluids.CPM on GitHub at line 24.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

used by

formal source

  21open IndisputableMonolith.CPM.LawOfExistence
  22
  23/-- A CPM instantiation for a particular state type. -/
  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 := ""
  29  energyMeaning  : String := ""
  30  testsMeaning   : String := ""
  31
  32end Fluids
  33end ClassicalBridge
  34end IndisputableMonolith