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

schlaefliCert

proved
show as:
view math explainer →
module
IndisputableMonolith.Geometry.Schlaefli
domain
Geometry
line
184 · github
papers citing
none yet

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

A cached Ask Recognition explainer exists for this declaration.

open explainer

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