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

connection_cert

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

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Gravity.Connection on GitHub at line 133.

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

 130  flat_vanish : ∀ rho mu nu : Idx,
 131    (christoffel_from_metric minkowski_inverse (fun _ _ _ => 0)).gamma rho mu nu = 0
 132
 133theorem connection_cert : ConnectionCert where
 134  torsion_free := christoffel_symmetric
 135  flat_vanish := flat_christoffel_vanish
 136
 137end Connection
 138end Gravity
 139end IndisputableMonolith