theorem
proved
term proof
theta_RS_inside_experimental
show as:
view Lean formalization →
formal statement (Lean)
260theorem theta_RS_inside_experimental :
261 -theta_experimental_max < theta_RS_predicted ∧
262 theta_RS_predicted < theta_experimental_max := by
proof body
Term-mode proof.
263 unfold theta_RS_predicted theta_experimental_max
264 refine ⟨?_, ?_⟩ <;> norm_num
265
266/-- |θ_RS| < 10⁻¹⁰ — RS satisfies the experimental bound trivially. -/