Documentation

LeanPool.Zeta3Irrational.LinearForm

LeanPool.Zeta3Irrational.LinearForm #

theorem LeanPool.Zeta3Irrational.J_rr_linear (r : ) :
∃ (a : ), J r r = 2 * ∑' (n : ), 1 / (n + 1) ^ 3 - a / (d (Finset.Icc 1 r)) ^ 3
theorem LeanPool.Zeta3Irrational.Icc_diff_Icc {r s : } :
r > s¬s = 0Finset.Icc 1 r \ Finset.Icc 1 s = Finset.Icc (s + 1) r
theorem LeanPool.Zeta3Irrational.one_div_sum_eq {r s : } (h : r > s) :
mFinset.Icc 1 r, 1 / m ^ 2 - mFinset.Icc 1 s, 1 / m ^ 2 = mFinset.Icc 1 (r - s), 1 / (s + m) ^ 2
theorem LeanPool.Zeta3Irrational.J_rs_linear {r s : } (h : r > s) :
∃ (a : ), J r s = a / (d (Finset.Icc 1 r)) ^ 3
theorem LeanPool.Zeta3Irrational.multi_integral_sum_comm {n : } (c : ) :
(x : × ) in Set.Ioo 0 1 ×ˢ Set.Ioo 0 1, x_1Finset.range (n + 1), x_2Finset.range (n + 1), -Real.log (x.1 * x.2) / (1 - x.1 * x.2) * (c x_1) * x.1 ^ x_1 * (c x_2) * x.2 ^ x_2 = x_1Finset.range (n + 1), x_2Finset.range (n + 1), (x : × ) in Set.Ioo 0 1 ×ˢ Set.Ioo 0 1, -Real.log (x.1 * x.2) / (1 - x.1 * x.2) * (c x_1) * x.1 ^ x_1 * (c x_2) * x.2 ^ x_2
theorem LeanPool.Zeta3Irrational.multi_integral_mul_const (c d : ) (p q : ) :
(x : × ) in Set.Ioo 0 1 ×ˢ Set.Ioo 0 1, -Real.log (x.1 * x.2) / (1 - x.1 * x.2) * p * x.1 ^ c * q * x.2 ^ d = p * q * J c d
noncomputable def LeanPool.Zeta3Irrational.p (r s : ) :

The integer coefficient of the rational part of J r s.

Equations
Instances For
    noncomputable def LeanPool.Zeta3Irrational.q (r s : ) :

    The integer coefficient of the zeta part of J r s.

    Equations
    Instances For
      theorem LeanPool.Zeta3Irrational.J_symm (r s : ) :
      J r s = J s r
      theorem LeanPool.Zeta3Irrational.linear_int_aux :
      ∃ (a : ) (b : ), ∀ (r s : ), J r s = (b r s) * ∑' (n : ), 1 / (n + 1) ^ 3 + (a r s) / (d (Finset.Icc 1 (r.max s))) ^ 3