181structure DeficitLinearizationCert where 182 linear_vanishes : ∀ {nH nE : ℕ} 183 (W : WellShapedData nH nE) (η : EdgePerturbation nE), 184 (∑ h : Fin nH, (W.complex.hinges h).area * 185 linearizedDeficit W.coeffs η h) = 0 186 187/-- The certificate is inhabited by the proved `linear_regge_vanishes`. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.