Vaughan's identity in the Type I interface vocabulary
ProvedTaoFivePrimes.vaughan_identity_interfaceexponential-sumsfive-primesnumber-theoryvaughan-identity
Vaughan's identity in the interface vocabulary
For integers , the platform's restricted Möbius and von Mangoldt functions satisfy
This is Vaughan's identity in the form used by Tao's Lemma 4.11 in the arithmeticRestrictLE/arithmeticRestrictGT vocabulary of the Type I interface: the first three terms are exactly the Type I part vaughanTypeIPart with its third term written as instead of the centred half-logarithm , and the closing term is invisible against any test function supported above .
The proof is the standard one: and , so ; splitting and and rearranging the Dirichlet products gives the identity.
Preamble
import Mathlib import Theorems.Thm_TaoFivePrimes_typeIExpansion_three_bilinear_sums open scoped ArithmeticFunction.vonMangoldt ArithmeticFunction.Moebius BigOperators open ArithmeticFunction Finset
Formal statement
theorem TaoFivePrimes.vaughan_identity_interface (U V : ℕ) :
TaoFivePrimes.arithmeticRestrictLE U (μ : ArithmeticFunction ℝ) * ArithmeticFunction.log
- TaoFivePrimes.arithmeticRestrictLE U (μ : ArithmeticFunction ℝ) *
TaoFivePrimes.arithmeticRestrictLE V ArithmeticFunction.vonMangoldt *
(ArithmeticFunction.zeta : ArithmeticFunction ℝ)
+ TaoFivePrimes.arithmeticRestrictGT U (μ : ArithmeticFunction ℝ) *
TaoFivePrimes.arithmeticRestrictGT V ArithmeticFunction.vonMangoldt *
(ArithmeticFunction.zeta : ArithmeticFunction ℝ)
+ TaoFivePrimes.arithmeticRestrictLE V ArithmeticFunction.vonMangoldt
= ArithmeticFunction.vonMangoldt := by sorrySource
Terence Tao, arXiv:1201.6656v4, Lemma 4.11 (Vaughan's identity), in the restricted-arithmetic-function vocabulary of Definition TaoFivePrimes_TypeIEnvelopeInterfaces.