Difference between revisions of "2021 USAJMO Problems/Problem 1"

(Problem)
m (Problem)
Line 1: Line 1:
 
==Problem==
 
==Problem==
Define a function <math>f : \mathbb{N} \rightarrow \mathbb{N}</math> such that for positive integers <math>x_1</math> and <math>x_2,</math>
+
Let <math>\mathbb{N}</math> denote the set of positive integers. Find all functions <math>f : \mathbb{N} \rightarrow \mathbb{N}</math> such that for positive integers <math>a</math> and <math>b,</math><cmath>f(a^2 + b^2) = f(a)f(b) \text{ and } f(a^2) = f(a)^2.</cmath>
<cmath>f(x_1^2 + x_2^2) = f(x_1)f(x_2) \text{ and } f(x_1^2) = f(x_1)^2.</cmath>
 
Define a function <math>g: \mathbb{N}^{14} \rightarrow \mathbb{N}</math> such that for positive integers <math>x_1, x_2,...,x_{14},</math>
 
<cmath>g(x_1,x_2,...,x_{14})=f(x_1+1)+f(x_2+1)+...+f(x_{14}+1).</cmath>
 
We say a positive integer <math>n</math> is shit at problem writing if it satisfies the equation
 
<cmath>\int_0^n \frac{\cos(\pi x)}{n}dx=\int_0^n n\cdot\sin(\pi x)dx.</cmath>
 
For any positive integers <math>a</math>, <math>h</math>, <math>m</math>, <math>s</math>, <math>t</math>, <math>y</math>, show that <math>g(t,a,s,t,y,m,a,t,h,7,5,0,2,5)</math> is shit at problem writing.
 
  
 
==Solution==
 
==Solution==

Revision as of 20:31, 1 May 2021

Problem

Let $\mathbb{N}$ denote the set of positive integers. Find all functions $f : \mathbb{N} \rightarrow \mathbb{N}$ such that for positive integers $a$ and $b,$\[f(a^2 + b^2) = f(a)f(b) \text{ and } f(a^2) = f(a)^2.\]

Solution

I claim that the only function $f$ that satisfies the constraints outlined within the problem is the function $f(n) = 1$ for all positive integers $n$.

We will proceed with strong induction. The base case is simple, as plugging $a=1$ into the second equation given within the problem gives $f(1)=f(1)^2$. Since $f(n)$ can only return a positive integer value, we have that $f(1)=1$.

Now we proceed with the inductive step. If the next number $n$ is either a perfect square or can be represented as a sum of two perfect squares, then obviously $f(n)=1$, as it is either the product of two $f$-values that are both equal to $1$ from the inductive assumption or is the square of an $f$-value that is equal to $1$, again due to the inductive assumption. Otherwise, we can use the Sum of Two Squares Theorem, which tells us that $n$ has at least one prime in its prime factorization that is $3(mod 4)$ and is raised to an odd power.

Lemma 1: Given that $a^2+b^2=c^2$ and $f(b)=f(c)=1$, we then have $f(a)=1$.

Proof: Note that the first condition in the problem tells us that $f(a^2+b^2)=f(a)f(b)$, or $f(c^2)=f(a)f(b)$. Using the second condition gives us $f(c)^2=f(a)f(b)$. Plugging in the values of $f(b)$ and $f(c)$ gives us that $f(a)=1$.

Now we will attempt to repeatedly remove prime factors that are $3(mod 4)$ and taken to an odd power, and we will move from the largest prime down to the smallest prime that satisfies above conditions. The prime factors will be removed by constructing a Pythagorean Triple with the prime being the smallest leg in the form of $p,\frac{p^2-1}{2},\frac{p^2+1}{2}$(this will always work as $p\neq 2$(not 3 mod 4), and this method works via Lemma 1). We will then prove the ending numbers that we achieve via removing all the $(\text{mod } 4)$ primes(which I will refer to as "tips") are equal to 1 b/c they can be expressed as the sum of two squares or is a perfect square(Sum of Two Squares Theorem). For example, if we took the number $21$, we would first aim to remove the $7$ by splitting it into $24$ and $25$, so $21$ would become $72$ and $75$. $75$ is divisible by $3$ to an odd power, so we transform it into $100$ and $125$. These two don't have any divisors that are $3 (\text{mod } 4)$ raised to an odd power so we leave it alone, as sum of two squares will work on them or they are perfect squares. $72$ does have a prime factor that is $3(\text{mod } 4)$, but it is an even power so we leave it alone. In this case, the tips are $72$, $100$, and $125$. However, now we need to prove two key facts: using this Pythagorean Triple Method will never generate another $3(\text{mod } 4)$ prime that is bigger than the current one we are working on or create more primes or keep the same number of primes in the tips' prime factorizations., as otherwise it could cause an infinite cycle, and also we must prove when we use Sum of Two Squares/Perfect Square given in the second condition on the tips the square root of the square(s) used will never be greater than or equal to $n$.

The first claim can be proved rather simply. Note that $\frac{p^2-1}{2}$ can have no prime factors greater than or equal to $p$, as it can be factored as $(p-1)(\frac{p+1}{2})$, which are both less than $p$ and are integers($p+1$ must be an integer due to $p$ must being odd(not equal to $2$)). For $\frac{p^2+1}{2}$, we can prove something a bit more general.

Lemma 2: For any positive integer $n$, all prime factors of $n^2+1$ must be $1(\text{mod } 4)$.

Proof: Note that if $n^2+1\equiv 0(\text{mod } p)$, then we also must have $(n^2+1)(n^2-1)=(n^4-1)\equiv 0(\text{mod } p)$, or $n^4 \equiv 1(\text{mod } p)$. Now we can apply Fermat's Little Theorem to obtain $n^{p-1}\equiv 1(\text{mod } p)$. Note that since $n$ and $n^2$ are obviously not $1(\text{mod } p)$, as $n^2\equiv -1 (\text{mod } p)$, we have that $p-1$ is a multiple of $4$, or $p \equiv 1(\text{mod } 4)$.

We can simply apply Lemma 2 to $p^2+1$ as $2$ is obviously not $3(\text{mod } 4)$, and this means that a prime factor $3(\text{mod } 4)$ will never be generated from this term. This completes the first of our two claims.

Now we proceed to the second of our two claims. Note that every time we use the method on $n$ based on prime $p$, we will multiply by around $\frac{p}{2}$, clearly less than $p$(if we multiply by $p$ we would get $p^2$ which is clearly greater than $\frac{p^2+1}{2}$). We will never have to use the same prime twice in our method, so at max in the end we will multiply $n$ by the product of a little less than all $3(mod 4)$ primes that divide it, which is less than $n$ itself for $n$ greater than or equal to $3$(the smallest 3 mod 4 prime), meaning that the largest number that we must use two squares on that is generated by out method is less than $n^2$. We need to prove that the two squares that sum to this are both less than $n$, which is quite trivial, as they are less than $\sqrt{n^2}$, which obviously means it must be less than $n$. This proves the second of our claims.

This completes the second case of the inductive step, and therefore completes both the induction and the problem. ~Solution by hyxue

Solution 2 (Taken from Twitch Solves ISL)

The Answer is $\boxed{f\equiv 1}$ which works but we want to prove that it's the only one. Claim: If $f(a)=f(b)=1$ and a>b, then $f(a^2-b^2)= f(2ab)= 1$. Proof: We can write $1=f(a)=f(b)= f(a^2+b^2)= \sqrt{f((a^2+b^2)^2)} = \sqrt{f((a^2-b^2)^2+ (2ab)^2} = \sqrt{f(a^2-b^2)f(2ab)}$. We set it to $a=b=1$ and we get that $f(1)=f(2)=1$. Easily by Induction it shows f(n)=1. We take if $n=2k$ take $(u,v)=(k,1)$ which $2uv=n$. If $n=2k+1$, just take $(u,v)= (k+1,k)$ which $u^2-v^2=n$. Thus the only answer is $\boxed{f\equiv 1}$ and we are done.

Solution 3 (clear Solution 2)

The answer is $\boxed{f\equiv 1}$, which works. To show it is necessary, we first get $f(1)=f(1)^2$, so $f(1)=1$. Then, we get $f(2)=f(1^2 + 1^2)=f(1)^2 =1$.

The following claim finishes the problem via induction:

Claim: If $f(n)=f(n-1)=1$ for $n \ge 2$, we have $f(2n)=f(2n-1)=1$.

Proof: Note that $f(n^2+1)=f(n)f(1)=1$, so \[1=f(n^2+1)^2 = f((n^2+1)^2)=f(2n)f(n^2 -1)\] implies $f(2n)=1$.

Note that $f(2n^2 -2n+1)=f(n)f(n-1)=1$, so \[1=f(2n^2 - 2n+1)^2 = f((2n^2-2n+1)^2)=f(2n-1)f(2n^2 -2n)\] implies $f(2n-1)=1$. $\square$

Thus, the only solution is $\boxed{f\equiv 1}$.

See Also

2021 USAJMO (ProblemsResources)
Preceded by
First Question
Followed by
Problem 2
1 2 3 4 5 6
All USAJMO Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png