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

ConstantsPredictionsCert

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)

 216structure ConstantsPredictionsCert where
 217  alpha_pos : alpha > 0
 218  alpha_lt : alpha < (0.1 : ℝ)
 219  c_eq_one : c = 1
 220  c_pos : c > 0
 221  k_R_pos : Real.log phi > 0
 222  k_R_lt : Real.log phi < (0.5 : ℝ)
 223  phi_inv : 1 / phi = phi - 1
 224  phi_sqrt5 : phi + 1/phi = Real.sqrt 5
 225  phi_sq_lower : phi^2 > (2.5 : ℝ)
 226  phi_sq_upper : phi^2 < (2.7 : ℝ)
 227

used by (1)

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

depends on (11)

Lean names referenced from this declaration's body.