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

bridgeNormSq

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.ClassicalBridge.Fluids.CPM2D on GitHub at line 110.

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

formal source

 107      simp [constantsOne, functionalsNormSq] }
 108
 109/-- The corresponding concrete CPM bridge instance (still minimal/placeholder). -/
 110noncomputable def bridgeNormSq (N : ℕ) : ClassicalBridge.Fluids.CPMBridge (State N) :=
 111  bridge (hypothesisNormSq N)
 112
 113end CPM2D
 114
 115end IndisputableMonolith.ClassicalBridge.Fluids