Questions tagged [multiplicative-function]

This tag is for questions relating to multiplicative functions which are arise most commonly in the field of number theory.

In number theory, a multiplicative function is an arithmetic function $f: \mathbb N \to \mathbb C$ fulfilling $f(1)=1$ and $f(ab)=f(a)f(b)$ for any coprime $a$ and $b$.

A completely multiplicative function satisfies $f(ab)=f(a)f(b)$ for all values of $a$ and $b$.

Multiplicative functions arise naturally in many contexts in number theory and algebra. The Dirichlet series associated with multiplicative functions have useful product formulas, such as the formula for the Riemann zeta function.

Well-known examples of multiplicative functions:

References

  1. https://en.wikipedia.org/wiki/Multiplicative_function
  2. https://encyclopediaofmath.org/wiki/Multiplicative_arithmetic_function
281 questions
97
votes
5 answers

Reversing an integer's digits is multiplicative for small digits

So my 7 year old son pointed out to me something neat about the number 12: if you multiply it by itself, the result is the same as if you took 12 backwards multiplied by itself, then flipped the result backwards. In other words: $$12 × 12 =…
58
votes
15 answers

What's the proof that the Euler totient function is multiplicative?

That is, why is $\varphi(AB)=\varphi(A)\varphi(B)$, if $A$ and $B$ are two coprime positive integers? It's not just a technical trouble—I can't see why this should be, intuitively: I bellyfeel that its multiplicativity should be an approximation…
22
votes
2 answers

Euler's Totient function $\forall n\ge3$, if $(\frac{\varphi(n)}{2}+1)\ \mid\ n\ $ then $\frac{\varphi(n)}{2}+1$ is prime

While I was studying Euler's Totient function, $\varphi(n)$, I stumbled upon the marvelous book "Index to Mathematical Problems, 1980-1984" By Stanley Rabinowitz. In this page of the book (link to Google books sample), the open problems and…
21
votes
5 answers

Very elementary proof of that Euler's totient function is multiplicative

Well, I know two or three proofs of this fact $$\gcd(m,n)=1\implies \varphi(mn)=\varphi(m)\varphi(n)$$ where $\varphi$ is the totient function. My problem is this: I'd like to explain this to some gifted children. The children are gifted enough to…
20
votes
7 answers

How to find the nearest multiple of 16 to my given number n

If I'm given any random $n$ number. What would the algorithm be to find the closest number (that is higher) and a multiple of 16. Example $55$ Closest number would be $64$ Because $16*4=64$ Not $16*3=48$ because its smaller than $55$.
Mrshll187
  • 303
15
votes
3 answers

On the mean value of a multiplicative function: Prove that $\sum\limits_{n\leq x} \frac{n}{\phi(n)} =O(x) $

There is a second part of the problem posted in Proving $ \frac{\sigma(n)}{n} < \frac{n}{\varphi(n)} < \frac{\pi^{2}}{6} \frac{\sigma(n)}{n}$, from Apostol's book, but I can't figure it out. It asks the reader to prove that if $x \geq 2$ then…
15
votes
3 answers

Series of the totient function

Good morning, I wonder if : $$\sum_{n} \frac{(-1)^n}{\varphi (n)}$$ converges or not. where $\varphi (n)$ is the Euler function. Do you have any idea ?
user279923
14
votes
1 answer

Mean Value of a Multiplicative Function close to $n$ in Terms of the Zeta Function

Let $f(n)$ be a multiplicative function defined by $f(p^a)=p^{a-1}(p+1)$, where $p$ is a prime number. How could I obtain a formula for $$\sum_{n\leq x} f(n)$$ with error term $O(x\log{x})$ and express the main term constant in terms of values of…
14
votes
2 answers

Counting ones in binary representation: When is the product multiplicative?

Question: For $n \in \mathbb{Z}^+$, define $Z(n)$ to be the number of ones in the binary expression of $n$. For fixed positive integer $a$, how does one describe the set of $b$ such that $Z(ab) = Z(a)Z(b)$? Bounty Added (Jun 6, 2024): So far…
14
votes
3 answers

Some convincing reasoning to show that to prove that Ramanujan tau function is multiplicative is very difficult

I am curious to know (some words or reasoning about how to justify) why to prove that the so-called Ramanujan $\tau$ is a multiplicative function is (was) very difficult. In this Wikipedia is showed the conjecture due to Ramanujan, and I see that…
user243301
12
votes
3 answers

The sigma function (sum of divisors) multiplicative proof

I am trying to prove that $\sigma(p_1^a\cdot p_2^b) =\sigma(p_1^a)\cdot\sigma(p_2^b)$ where $p_1$ and $p_2$ are prime numbers. We know that $\sigma(p_1^a) = \frac{p_1^{a+1}-1}{p_1-1}$ and $\sigma(p_2^b) = \frac{p_2^{b+1}-1}{p_2-1}$. Now I am trying…
11
votes
4 answers

Is there a recursive formula for Euler's Totient function

I have been looking for a recursive formula for Euler's totient function or Möbius' mu function to use these relations and try to create a generating function for these arithmetic functions.
11
votes
2 answers

Let $(a_n)$ be a strictly increasing sequence of positive integers such that: $a_2 = 2$, $a_{mn} = a_m a_n$ for $m, n$ relatively prime.

Let $(a_n)$ be a strictly increasing sequence of positive integers such that: $a_2 = 2$ and $a_{mn} = a_m a_n$ for $m, n$ relatively prime. Show that $a_n = n$, for every positive integer $n$. This is a result apparently due to Paul Erdős, and…
9
votes
1 answer

A unsolved puzzle from Number Theory/ Functional inequalities

The function $g:[0,1]\to[0,1]$ is continuously differentiable and increasing. Also, $g(0)=0$ and $g(1)=1$. Continuity and differentiability of higher orders can be assumed if necessary. The proposition on hand is the following: If for…
9
votes
1 answer

Counting which values of a polynomial in $\mathbb{Z}[X]$ are coprime to a given integer.

The following problem is from Ireland and Rosen's Intro to Modern Number Theory, Exercise 23 Chapter 2. Let $f(x)\in\mathbb{Z}[X]$ and let $\psi(n)$ be the number of $f(j)$, $j=1,2,\dots,n$ such that $(f(j),n)=1$. Show that $\psi(n)$ is…
yunone
  • 22,783
1
2 3
18 19