theorem
proved
term proof
r_at_55_bounds
show as:
view Lean formalization →
formal statement (Lean)
55theorem r_at_55_bounds : tensor_to_scalar 55 > 0 := by
proof body
Term-mode proof.
56 unfold tensor_to_scalar
57 apply div_pos
58 · exact mul_pos (by norm_num) alpha_attractor_pos
59 · positivity
60
61/-- For N = 55: n_s ≈ 0.964. -/