def
definition
inflatonPotentialCert
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Cosmology.InflatonPotentialFromJCost on GitHub at line 113.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
110 V phi_inf = phi_inf ^ 2 / (2 * (1 + phi_inf))
111
112/-- Inflaton-potential certificate. -/
113def inflatonPotentialCert : InflatonPotentialCert where
114 vacuum := V_vacuum
115 nonneg := V_nonneg
116 pos_off_vacuum := V_pos_off_vacuum
117 reciprocal_symm := V_reciprocal_symm
118 quadratic_form := V_eq_quadratic
119
120end
121end InflatonPotentialFromJCost
122end Cosmology
123end IndisputableMonolith