theorem
proved
term proof
inflation_cert
show as:
view Lean formalization →
formal statement (Lean)
119theorem inflation_cert : InflationCert where
120 alpha_derived := alpha_attractor_eq_phi_plus_one
proof body
Term-mode proof.
121 alpha_positive := alpha_attractor_pos
122 spectral_ok := n_s_at_55
123 modulation_positive := Omega_0_pos
124 curvature_bounded := curvature_bounded_at_R0
125
126end
127
128end RSInflation
129end Gravity
130end IndisputableMonolith