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

functionalsNormSq

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)

  89noncomputable def functionalsNormSq (N : ℕ) : Functionals N :=

proof body

Definition body.

  90  { defectMass := fun u => ‖u‖ ^ 2
  91    orthoMass  := fun u => ‖u‖ ^ 2
  92    energyGap  := fun u => ‖u‖ ^ 2
  93    tests      := fun u => ‖u‖ ^ 2 }
  94
  95/-- A no-assumption CPM hypothesis instance using `constantsOne` and `functionalsNormSq`. -/

used by (1)

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

depends on (10)

Lean names referenced from this declaration's body.