pith. machine review for the scientific record. sign in
def

inflatonPotentialCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Cosmology.InflatonPotentialFromJCost
domain
Cosmology
line
113 · github
papers citing
none yet

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

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

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