theorem
proved
term proof
cmb_temperature_positive
show as:
view Lean formalization →
formal statement (Lean)
71theorem cmb_temperature_positive (T_star z_star : ℝ)
72 (hT : 0 < T_star) (hz : -1 < z_star) :
73 0 < cmb_temperature T_star z_star := by
proof body
Term-mode proof.
74 unfold cmb_temperature
75 exact div_pos hT (by linarith)
76
77/-- **RS PREDICTION**: T₀ = 3000/(1101) ≈ 2.725 K. -/