theorem
proved
term proof
hack_exponent_eq_half
show as:
view Lean formalization →
formal statement (Lean)
129theorem hack_exponent_eq_half : hack_exponent = 1 / 2 := by
proof body
Term-mode proof.
130 unfold hack_exponent
131 rw [log_bifurcation_eq_two_log_length]
132 have hpos : 0 < Real.log horton_length_ratio := log_length_ratio_pos
133 field_simp
134