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

blocks_holds

proved
show as:
view math explainer →
module
IndisputableMonolith.Chemistry.PeriodicBlocks
domain
Chemistry
line
20 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Chemistry.PeriodicBlocks on GitHub at line 20.

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

  17noncomputable def shell (n : Nat) : ℝ := Constants.E_coh * block_capacity n
  18
  19/-- Identity: shell scale equals `E_coh` times capacity at each n. -/
  20@[simp] theorem blocks_holds (n : Nat) : shell n = Constants.E_coh * block_capacity n := by
  21  rfl
  22
  23end Chemistry
  24end IndisputableMonolith
  25
  26