English
The variant genWeightSpaceChain' uses Finset.Ioo instead of Ioo, i.e., the chain is defined over a finite subset.
Русский
Вариант цепи весов' использует Finset.Ioo вместо Ioo; цепь определяется над конечным подмножеством.
LaTeX
$$$\text{genWeightSpaceChain}'(M, χ_1, χ_2, p, q) = \displaystyle \bigl\langle k \in Finset.Ioo(p,q) \mapsto genWeightSpace(M, k \cdot χ_1 + χ_2) \bigr\rangle$$$
Lean4
/-- This is the largest `n : ℕ` such that `-i • α + β` is a weight for all `0 ≤ i ≤ n`. -/
noncomputable def chainBotCoeff : ℕ :=
chainTopCoeff (-α) β