theorem
proved
schlaefliCert
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Geometry.Schlaefli on GitHub at line 184.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
formal source
181 ∀ e : Fin nE,
182 (∑ h : Fin nH, (hinges h).area * M.dThetadL h e) = 0
183
184theorem schlaefliCert : SchlaefliCert where
185 flat_total_zero := fun hinges hFlat => totalDeficit_flat hinges hFlat
186 schlaefli_kills_sum := fun hinges M hS e => schlaefli_kills_dtheta hinges M hS e
187
188end
189
190end Schlaefli
191end Geometry
192end IndisputableMonolith