structure
definition
CPMBridge
show as:
view math explainer →
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
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