def
definition
def or abbrev
coeff
show as:
view Lean formalization →
formal statement (Lean)
16noncomputable def coeff (n : ℕ) : ℝ :=
proof body
Definition body.
17 let k := n.succ
18 ((-1 : ℝ) ^ k) / (k : ℝ) / (phi ^ k)
19
20/-- Finite partial sum (0..n-1) of the gap coefficients (evaluated at z=1).
21This stays purely algebraic here; convergence and identification with
22`log(1 + 1/φ)` can be proved in a companion module that imports analysis. -/
used by (21)
-
aggCoeff -
aggCoeff_rowMoves -
aggCoeff_rowMoves_aux -
aggCoeff_rowMoves_aux_axiom -
aggCoeff_rowMoves_aux_theorem -
mem_toMoves_of_coeff_ne_zero -
MicroMove -
NormalForm -
ofMicroMoves -
of_toMoves -
pair_mem_toMoves_map -
rowMoves -
rowMoves_mem_of_coeff_ne_zero -
rowMoves_pair -
sumCoeffs_toMoves -
binding_energy -
binding_per_nucleon -
volume_dominates_surface -
irreducible_natDegree_pos -
partialSum -
c_T_squared_derived