Reindexing the literal primary/corrector packet into its actual power coefficients.
Shift up as an element of ℕ → V | 0 => 0 | n+1 => truncate M u n.
Equations
- EulerFiniteGrades.shiftUp M u 0 = 0
- EulerFiniteGrades.shiftUp M u n.succ = EulerFiniteGrades.truncate M u n
Instances For
Assemble, given by truncate M u n + shiftUp M c n.
Equations
- EulerFiniteGrades.assemble M u c n = EulerFiniteGrades.truncate M u n + EulerFiniteGrades.shiftUp M c n
Instances For
theorem
EulerFiniteGrades.evaluate_assemble_from_one
{V : Type u_1}
[AddCommGroup V]
[Module ℝ V]
(M : ℕ)
(κ : ℝ)
(u c : ℕ → V)
(hu : u 0 = 0)
(hc : c 0 = 0)
:
Equation (13), with the extra final corrector retained rather than dropped.
theorem
EulerFiniteGrades.assemble_zero
{V : Type u_1}
[AddCommGroup V]
(M : ℕ)
(u c : ℕ → V)
(hu : u 0 = 0)
:
theorem
EulerFiniteGrades.assemble_above
{V : Type u_1}
[AddCommGroup V]
(M n : ℕ)
(hn : M + 1 < n)
(u c : ℕ → V)
: