structure
definition
def or abbrev
CoerciveProjectionCert
show as:
view Lean formalization →
formal statement (Lean)
143structure CoerciveProjectionCert where
144 coercivity_positive : (0 : ℚ) < c_coercive
145 net_above_one : (1 : ℚ) < K_net
146 operator_positive : ∀ w f : ℝ, 1 ≤ w → 0 ≤ w * f ^ 2
147 prefactor_positive : 0 < C_ilg_prefactor
148