Commit 2023-12-27 17:24 49d59e74

View on Github →

feat: define prodPrimeFactors as an ArithmeticFunction (#6662) Define the arithmetic function $n \mapsto \prod_{p \mid n} f(p)$. This PR further proves that it's multiplicative and relates it to Dirichlet convolution. Finally it proves two identities that can be applied in a context where you're not working exclusively with ArithmeticFunctions This construction was mentioned on zulip

Estimated changes