theorem
proved
deficitLinearizationCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Geometry.DeficitLinearization on GitHub at line 188.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
185 linearizedDeficit W.coeffs η h) = 0
186
187/-- The certificate is inhabited by the proved `linear_regge_vanishes`. -/
188theorem deficitLinearizationCert : DeficitLinearizationCert where
189 linear_vanishes := fun W η => linear_regge_vanishes W η
190
191end
192
193end DeficitLinearization
194end Geometry
195end IndisputableMonolith