theorem
proved
blocks_holds
show as:
view math explainer →
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
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