def
definition
def or abbrev
constantsOne
show as:
view Lean formalization →
formal statement (Lean)
78noncomputable def constantsOne : Constants :=
proof body
Definition body.
79 { Knet := 1
80 Cproj := 1
81 Ceng := 1
82 Cdisp := 1
83 Knet_nonneg := by norm_num
84 Cproj_nonneg := by norm_num
85 Ceng_nonneg := by norm_num
86 Cdisp_nonneg := by norm_num }
87
88/-- Concrete functionals: everything is measured by `‖u‖^2` (a nonnegative scalar). -/