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

coercive_projection_cert

proved
show as:
view math explainer →
module
IndisputableMonolith.Gravity.CoerciveProjection
domain
Gravity
line
149 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Gravity.CoerciveProjection on GitHub at line 149.

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

 146  operator_positive : ∀ w f : ℝ, 1 ≤ w → 0 ≤ w * f ^ 2
 147  prefactor_positive : 0 < C_ilg_prefactor
 148
 149theorem coercive_projection_cert : CoerciveProjectionCert where
 150  coercivity_positive := c_coercive_pos
 151  net_above_one := K_net_gt_one
 152  operator_positive := fun w f hw => energy_bounded_below w f hw (sq_nonneg f)
 153  prefactor_positive := C_ilg_prefactor_pos
 154
 155end
 156
 157end CoerciveProjection
 158end Gravity
 159end IndisputableMonolith