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

galactic_status

definition
show as:
view math explainer →
module
IndisputableMonolith.Gravity.GalacticTimescale
domain
Gravity
line
95 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Gravity.GalacticTimescale on GitHub at line 95.

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

  92      linarith
  93    linarith
  94
  95def galactic_status : List (String × String) :=
  96  [ ("N_galactic approx", "PROVEN")
  97  , ("tau_star is phi rung", "PROVEN")
  98  ]
  99
 100#eval galactic_status
 101
 102end
 103end GalacticTimescale
 104end Gravity
 105end IndisputableMonolith