Skip to content
ChunboBlog
Go back

Number Theory: Problem and Concepts

Edit page

Table of Contents

Open Table of Contents

Problem Sets

Chapter 2

[Example 2.34]

Is there a polynomial f(x,y)f(x, y) in two variables, with integer coefficients and having the following properties:
a) The equation f(x,y)=0f(x, y) = 0 has no integral solutions.
b) For each positive integer n there are integers x, y such that nf(x,y)n | f(x, y)?

Solution:

Actually “a” is easy to achieve, what we emphasize on is the “integral”. The answer construct f=(2x1)(3y1)f=(2x-1)(3y-1).
And easy to prove that for any number, (2x1)(2x-1) decides the odd part, and (3y1)(3y-1) decides the even part.

Something Deeper:

To be finished

This part shows that somewhere, multi variable have a strong and more freedom than expected properties in divisibility.

[Example 2.35]

( Turkey TST 2016) Find all functions f:NNf : N \rightarrow N such that for all m,n1m,n \geq 1 we have f(mn)=f(m)f(n)f(mn) = f(m)f(n) and m+nf(m)+f(n)m+n | f(m) +f(n).

My Experiences

My mistake start from m+1f(m)mm+1|f(m)-m, and automatically think that f(m)=(k+1)m+kf(m)=(k+1)m+k, but however, k is somewhere not stable, so this is a useless trial.

But how to make my idea more grown?

And I also fell into the second hole as I consider f(p)f(p) which is confusing.

Solution

We know that if f(1)=0f(1)=0, then nN,f(n)=0\forall n\in\mathbf{N},f(n)=0. So we suppose f(1)=1f(1)=1 below.

If f(2)=(1+2r)2mf(2)=(1+2r)2^m, then we start by 1+2r1+f(2)f(r)1+2r11+2r|1+f(2)f(r)\Rightarrow 1+2r|1, then we get that f(2)=2mf(2)=2^m. Which indicates that f is the form of a power.

After 2, we need to expand to the whole nn. We deduce that m,r are odd, then 2r+n2rm+f(n)2r+nf(n)nm2^r+n|2^{rm}+f(n)\Rightarrow 2^r+n|f(n)-n^m, as we vary r, we get f(n)=nmf(n)=n^m. Note that here, we use the variable r is really important. We expect the result as which we want it have infinitely factors.

We need to establish that k is exactly odd by: 62k+4k6|2^k+4^k. If k is even, we have 2k+4k2(mod6)2^k+4^k\equiv 2\pmod 6 which indicates contradiction. So don’t lose any occasions here.

Generalizations:

  1. Theorem (INMO 2017): Find all functions f:NNf : \mathbb{N} \to \mathbb{N} such that f(mn)=f(m)f(n)f(mn) = f(m)f(n) and mnf(m)f(n)m - n \mid f(m) - f(n) for all distinct m,nNm, n \in \mathbb{N}.
  2. Weakening the multiplication to addition: change f(mn)=f(m)f(n)f(mn) = f(m)f(n) to f(m+n)=f(m)+f(n)f(m+n) = f(m) + f(n) (Cauchy’s additive equation on N\mathbb{N})
p+qf(p)+f(q)for all primes p,qp+q \mid f(p) + f(q) \quad \text{for all primes } p, q

‎Google Gemini

  1. (IMO 1988) Let a, b be positive integers such that ab+ 1 divides
    a2+b2a^2 + b^2. Prove that a2+b2ab+1\frac{a^2+b^2}{ab+1} is a perfect square.

    [Vieta Jump] Very Typical nothing to say.

  2. (IMO 2007) Let a,b be positive integers such that 4ab1(4a21)24ab - 1 | (4a^2- 1)^2. Prove that a = b.

    Where I got stucked: It is not easy to give ab automatically quadratic function, because normally, a will reserved as 3 or 4 times, and it’s hard. b is also unusable, because only 1 power.

    Solution

    While the solution use by some basic changing of the division line. As it is hard to directly use one, we need to use consequence: (mod4ab1)\pmod {4ab-1}. Then we get 4ab1(ab)24ab-1\mid (a-b)^2. Then finished.

Remark 2.38

Here are a few very similar problems, all of which can be solved by the same argument:

Let a,b,c,da, b, c, d be positive integers such that abcd=a2+b2+c2+1abcd=a^2+b^2+c^2+1. Prove that d=4.d = 4.

Example 2.39

(Kvant) Let p and q be integers greater than 1. Assume that pq31p|q^3—1 and qp1q|p—1.Prove that p=q3/2+1p=q^{3/2}+1 or p=q2+q+1p=q^2+q+1.

The main logic is to decrease the power.

suppose p=qn+1p=qn+1, we have qn+1q31qn+1|q^3-1, so actually we have qn+1qn2qn+1|q-n^2 and qn+1q2+nqn+1|q^2+n.

Example 2.40

(Bulgaria) Let a, b and c be positive integers such that abc(c2c+1)ab | c(c^2 - c + 1) and c2+1a+bc^2 + 1|a+b. Prove that the sets {a, b} and {c, c2c+1c^2 — c + 1} coincide.

mab=c(c2c+1)<c(c2+1)=cn(a+b)2cnab<2cmnmab=c(c^2—c+1)<c(c^2+1)=\frac{c}{n}(a+b)\le \frac{2c}{n}a\Rightarrow b<\frac{2c}{mn}

Because mabmb2c21(modc2+1)mab\equiv -mb^2\equiv -c^2\equiv 1 \pmod{c^2+1}

So mb2+1c2+1mb^2+1\ge c^2+1, which indicates that mb2c2mb^2\ge c^2

only need to try several situations then done.

Example 2.42

(Romania TST 2012) Let a1,...,ana_1, ..., a_n be positive integers and let
a>1a > 1 be a multiple of a1...ana_1 . . . a_n. Prove that an+1+a1a^{n+1}+ a — 1 is not divisible by
(a+a11)(a+a21)...(a+an1)(a+a_1 — 1)(a+a_2— 1)...(a+a_n—1).

Firstly, we can supposed that all of the ai2a_i\ge 2, if there exist 1, then the final proof can start with ignoring them.

Suppose that a=ma1...ana=ma_1...a_n and an+1+a1=k(a+a11)(a+a21)...(a+an1)a^{n+1}+a-1 = k(a+a_1 — 1)(a+a_2— 1)...(a+a_n—1), so we have that km(moda1)k\equiv m\pmod{a-1}.

Since an+1+a1k(a+1)na^{n+1}+a-1\ge k(a+1)^n, so k<ak<a, so k=mk=m, and so we have man+1a+1m|a^{n+1}-a+1, thus m=k=1m=k=1.

an+1>(a+a11)(a+a21)...(a+an1)a>(a+a11a)(a+a21a)...(a+an1a)>a1...an=aa^{n+1}>(a+a_1 — 1)(a+a_2— 1)...(a+a_n—1)\Rightarrow a>(\frac{a+a_1 — 1}{a})(\frac{a+a_2— 1}{a})...(\frac{a+a_n—1}{a})>a_1...a_n=a

Contradiction!

Example 2.43

(Schinzel) Prove that there exists a constant c>0c > 0 with the following property: if a positive integer aa is even and not a multiple of 10, then the sum of the digits of aka^k is greater than clogkc\log k for all k2k\ge 2.

The Idea of Partition: Quite impressive, that dividing the whole aka^k structure into different part so that every part have at least one number and sufficient to prove the lower bound.

Actually, I felt this really impress me, the combinatoric techniques and the constructing orders. I want to make more like this.

We will construct a geometric sequence bn{b_n} that bn=cbn1b_n=cb_{n-1}, so that bn=cnb_n=c^n(c which will be decided later). So n=logcbnn=\log_cb_n, what we do next is to prove that the sum of number is n level and bnb_n is k level.

Suppose bnk<bn+1b_n\le k<b_{n+1} and ak=n0+n1×10+a^k=n_0+n_1\times 10+\cdots . What we ant to show is that

Because 2bjak,2bjnbj×10bj+2^{b_{j}}|a^k ,2^{b_j}|n_{b_j}\times 10^{b_j}+\cdots, so 2bjn0+n1×10+nbj1×10bj12^{b_j}|n_0+n_1\times 10+\cdots n_{b_j-1}\times 10^{b_j-1}

If from bj1b_{j-1} to bj1b_j-1, all of nn is 0 and because n00n_0\not = 0, so we know that 2bj<10bj12^{b_j}<10^{b_{j-1}}. Because we don’t want that happen, we let 2bj10bj12^{b_j}\ge 10^{b_{j-1}} just let c=1+log2c=1+\log 2.

Then we know that sum of numbers is at least n1n-1.

Example 2.49

Define a sequence {an}\{a_n\} by setting a1=2a_1 = 2 and an+1=2an+2a_{n+1} = 2^{a_n} +2 for n1n\ge 1. Prove that ana_n divides an+1a_{n+1} for all n.

prove by induction that ana_n divides an+1a_{n+1} and that an1a_n — 1 divides an+11a_{n+1} — 1 for all n1n \ge 1.

Example 2.50

(China 2004) Prove that every positive integer n, except a finite number of them, can be represented as a sum of 2004 positive integers: n=a1+a2++a2004n = a_1+a_2+\cdots+a_{2004}, where 1a1<a2<<a20041 \le a_1 < a_2 <\cdots < a_{2004}, and aiai+1a_i|a_{i+1} for all 1i20031 \le i \le 2003.

First is to think the induction on “2004”. But I simply think that just add M to 2M+1 is enough, but it can’t describe an even number. So I need something more. But If I just use 2M+2, it contradicts with a1>a2a_1>a_2.

Use 2r(2m+1)2^r(2m+1) to describe a number. Just a little deeper: If m>M, then 2m+1 is possible. If 2r>2M22^r> 2M^2, then we know whether 2r=222q2^r=2\cdot2^{2q} or 2r=22q2^r=2^{2q}, we get 2q>M2^q>M. So 22q1=(2q1)(2q+1)2^{2q}-1=(2^q-1)(2^q+1), thus proved. Just let Mn+1=2M2(2M+1)M_{n+1}=2M^2(2M+1).

2.2.2 Arithmetic of binomial coefficients

Example 2.51 (Gaussian binomial coefficient)

Let q be an integer greater than 1. If n,k are nonnegative integers, define the Gaussian binomial coefficient (nk)q\binom{n}{k}_q by (nk)q=0\binom{n}{k}_q=0 for k > n and, if knk \le n

(nk)q=(qn1)(qn11)(qnk+11)(qk1)(qk11)(q1)\binom{n}{k}_q=\frac{(q^n — 1)(q^{n-1} - 1)\cdots(q^{n-k+1} - 1)}{(q^{k} - 1)(q^{k-1} - 1)\cdots(q — 1)}

where by convention the right-hand side equals 1 when k = 0. (We can see that the normal binomial is when q=1)
a) Prove that for all n,k1n, k \ge 1 we have

(nk)q=qk(n1k)q+(n1k1)q\binom{n}{k}_q=q^k\binom{n-1}{k}_q+\binom{n-1}{k-1}_q

b) Prove that (nk)q\binom{n}{k}_q is an integer for all n, k. Strong induction on n+k


Edit page
Share this post:

Previous Post
Gauss-Lucas' Theorem
Next Post
Introductory Combinatorics