structure
definition
def or abbrev
StrongCPNumericalCert
show as:
view Lean formalization →
formal statement (Lean)
291structure StrongCPNumericalCert where
292 predicted : theta_RS_predicted = 0
293 inside_experimental :
294 -theta_experimental_max < theta_RS_predicted ∧
295 theta_RS_predicted < theta_experimental_max
296 abs_lt : |theta_RS_predicted| < theta_experimental_max
297 gap_to_next : 1 - Real.cos (Real.pi / 4) > 0.29
298 J_cost_min : ∀ θ, thetaJCost 0 ≤ thetaJCost θ
299