Search

AMM problem 12449

This is AMM problem 12449 that I solved with my friends Satvik Saha and Sohom Gupta.


Problem Statement -

Let n be a positive integer with n2. The squares of an (n2+n1)-by-(n2+n1) grid are colored with up to n colors. Prove that there exist two rows and two columns whose four squares of intersection have the same color.


Solution -

Define a monochromatic i-pair as an unordered pair of row indices of squares in the same column with the same color i.

Note that if the same i-pair appears in two distinct columns, we have found a monochromatic rectangle. If not, each column must contribute distinct i-pairs, making the maximum number of possible i-pairs (n2+n12), hence the maximum number of monochromatic pairs n(n2+n12).

But if the k-th column contains ki squares of color i, then it contributes

i=1n(ki2)

monochromatic pairs, which is minimized when one ki is n and the remaining n1 many ki are n+1.

Thus, the k-th column contributes at least

(n2)+(n1)(n+12)=n(n2+n2)2

monochromatic pairs, giving a total of at least

(n2+n1)n(n2+n2)2=n(n2+n12)

monochromatic pairs.

Since we have equality, each color i must contribute the same number (i.e. (n2+n12)) of i-pairs, while simultaneously all ki{n,n+1}. The latter means that each color i must contribute a multiple of n many i-pairs, whereas

n(n2+n12)

which is a contradiction.

AMM problem 12448

This is AMM problem 12448 that I solved with my friends Satvik Saha and Sohom Gupta.


Problem Statement -

Given real numbers a1,,an. Prove

S1nS2S12+12n24(maxiaiminiai)2

where S1=i=1nai and S2=i=1nai2.


Solution -

Without loss of generality, let a1an and S1>0.

Setting μ=S1/n, we need to prove 

μσ2+μ2μ2+12n24(ana1)2n2

where σ2=1ni=1n(aiμ)2=S2nμ2.

Squaring both sides, this is equivalent to

()σ2n24(ana1)2n2+14μ2(n24(ana1)2n2)2

since μ>0.

Let μx=1nixi and σx2=1ni(xiμx)2 for real numbers x1,,xn.

Since σx2 is a smooth convex function of x, it attains its maximum on [a,b]n at an extreme point, i.e. when all xi{a,b}.

If exactly k many xi are equal to a and nk many are equal to b, we have

σx2=k(nk)n2(ba)2.

Now, (n2k)20 gives k(nk)n2/4, forcing k(nk)n2/4.

Thus, 

maxx[a,b]nσx2n24(ba)2n2

and σ2n2/4(ana1)2/n2, from which () follows directly.

Another Needlessly Sophisticated Proof of a Simple Result

This post belongs solely to a genre that should be called "joke proofs". The only thing a joke proof provides (except an awfully sophisticated argument for a very simple result) is intellectual stimulation. Some very well known contributions to this field are a proof of irrationality of 21/n using Fermat's Last Theorem or a proof of infinitude of primes using irrationality of ζ(3) (although infinitude of primes have received some more suspicious entries as well).

The following theorem (if you can call it a theorem) follows directly from looking at the integers {(k+1)!+}=2k+1. But our proof instead uses two other well known results, namely the fact that the sum of reciprocals of primes diverges (proof) and something slightly stronger than the fact that the sum of reciprocals of twin primes converges (proof). It is well known that an exact same proof technique runs through to show that if Sk={pP:p+kP} where P is the set of primes, then sSk1s converges. This is what we will use in the proof.

As far as my knowledge goes (which is not too far), this proof is completely original, although that's not something to be very proud of!


Theorem : For any given k, there exists k consecutive composite numbers.

Proof : If possible, let

supp1,p2 are consecutive primes|p1p2|=B

for some integer B.

Then

i=1Bp,p+iP1ppP1p

where P is the set of primes.

The LHS converges by Brun sieve and the RHS diverges, hence giving a contradiction!

AMM problem 12435

This is AMM problem 12435 that I solved with my friends Satvik Saha and Sohom Gupta.


Problem Statement -

For a positive integer n, let d(n) be the number of positive divisors of n, let ϕ(n) be Euler's totient function, and let q(n)=d(ϕ(n))/d(n). Find infnq(n) and supnq(n).


Solution -

We claim that infnq(n)=0 and supnq(n)=.

To show that supnq(n)=, note that q(p)=d(p1)/2 for primes p, which can be made arbitrarily large. Indeed, for any N, the arithmetic progression {!k+1}kN must contain a prime p (due to Dirichlet) whence p1=!k has at least M divisors so that d(p1).

Next, we show that infnq(n)=0. To do so, we choose arbitrary mN and find N such that q(N)1/2m1. Pick a sequence Qm of m primes q1qm such that qm<2q1; we will show later that this is always possible via the Prime Number Theorem. Let P={p1,,pn}  be all the primes less than q1. Note that each qi1 and each pj1 can be factored solely in terms of the primes from P.

For k1,,knN, consider

N=N(k1,,kn)=p1k1pnkn×q1qm,

With this, we have 

d(N)=(k1+1)(kn+1)×2m

and

ϕ(N)=p1k11pnkn1×(p11)(pn1)×(q11)(qm1)=p1k1+α11pnkn+αn1

where the integers αj0 depend only on Qm. Thus,

d(ϕ(N))=(k1+α1)(kn+αn)

and

q(N(k1,,kn))=(k1+α1k1+1)(kn+αnkn+1)×12m.

Taking min{k1,,kn}, we can make q(N(k1,,kn)) arbitrarily close to 1/2m, in particular less than 1/2m1.

To prove the existence of Qm for each mN, it is enough to show that there is nN such that [n,2n] contains at least m primes. By the Prime Number Theorem, the number of primes in [n,2n] is of the order

2nlog(2n)nlog(n)nlog(n)

which grows arbitrarily large as n.



Note : Here's an easier proof of infnq(n)=0 assuming that there are infinitely many Fermat primes. Consider the sequence

N=2kF1Fn

where F1,,Fn are the first n Fermat primes. This gives

q(N)=k+α1++αnk+1×12n

where Fi=2αi+1. Taking k and n to infinity, we complete the proof.


Thanks to this argument, if infnq(n)0, then that implies that there are only finitely many Fermat primes, which resolves a long standing conjecture about Fermat primes. Since that is highly unlikely, the inf has to be 0 - this is a classic case of proof by existence of proof!

AMM problem 12377

This is my first post (or second, depending on how you look at the world). For this, I decide to post the first AMM problem I solved with my friends Satvik Saha and Sohom Gupta.


Problem Statement -

We define a one-drop number as in problem 12377 from Problems and Solutions, The American Mathematical Monthly, Volume 130, 2023, Issue 3.

An integer is a one-drop number if its decimal digits d1,,dn satisfy

1d1d2di>di+1dn

for some i, with 1i<n.

For example, the numbers 13802 and 49557 are one-drop numbers, while the numbers 12345 and 352712 are not.

We answer the following question: for n2, how many n-digit one-drop numbers are there?


Solution -

There are

(n+1818)(n+99)n(n+88)

one-drop numbers of length n2.

The digits of every n-digit one-drop number d1,,dn can be uniquely split into two zero-drop blocks A and B, with digits 1d1di and 0di+1dn. Here, is a zero-drop block consists of a sequence of non-decreasing decimal digits; we allow the leading digit to be 0.

Consider all 19-tuples (a1,,a9,b0,b1,,b9) of non-negative integers such that

a1++a9+b0+b1++b9=n.

Each tuple represents an n-digit number obtained by concatenating two zero-drop blocks A and B, where ad and bd denote the number of occurrences of the digit d in the respective blocks. Clearly, there are (n+1818) such tuples. Note that each tuple of this kind represents either a zero-drop or a one-drop number, and each n-digit one-drop number is uniquely represented by such a tuple.

Discard all tuples where the block A is empty, with all ad=0; the corresponding number is zero-drop. There are as many such tuples as there are non-negative integer solutions of 

b0+b1++b9=n,

that is, (n+99). This leaves (n+1818)(n+99) tuples; call this set of tuples S. Note that for any element in S, the block A is non-empty. Thus, it represents a proper n-digit number since the leftmost digit is non-zero.

Suppose that a tuple (a1,,a9,b0,b1,,b9)S represents a zero-drop number. Since some ad>0, the digit 0 cannot appear in block B, hence the number consists only of digits 1 through 9. There are (n+88) such n-digit zero drop numbers, via counting the non-negative integer solutions of

c1++c9=n.

Each of these numbers has been represented by precisely n tuples from S, because the first i digits of such a number can be placed in block A with the remaining digits in block B for all 1in.

For example, the 5-digit zero-drop number 11234 can be broken into blocks A,B as 1,1234 or 11,234 or 112,34 or 1123,4 or 11234,, each of which correspond to distinct tuples from S.

Thus, precisely n(n+88) tuples from S represent zero-drop numbers. The remaining (n+1818)(n+99)n(n+88) tuples uniquely represent all n-digit one-drop numbers.

Hello World

Hey there!

I am Sayan Dutta, a student of mathematics interested in Number Theory and Combinatorics. I completed my BS-MS from IISER Kolkata and I will be joining a PhD program in 2025 in University of Montreal under Prof. Dimitris Koukoulopoulos. Before that, I completed my Masters' thesis under the supervision of Prof. Ramachandran Balasubramanian and Prof. Soumya Bhattacharya. My thesis was on Sidon sets and can be found in my website.

A far less boring description of me was given by my dear friend Sohom Gupta

Sayan Dutta is an undergraduate student of mathematics, interested in discrete mathematics and vibrant patterns hidden in the simplest of structures. His appreciation of beauty stems from his cinephile present, while his chess moves are just nuances of perfection. He aspires to paint the world in the language of mathematics and the blossoms of the silver screen.


Inspired by What's new, Joni's Math Notes and others, I decided to keep a blog of my own. As of now, I don't have any particular plans and will post anything I have in mind (only related to mathematics). We will see where this goes!

Introduction to Sumsets II

This is a sequel to a previous post . However, one can technically read it without reading the previous post. Given A,BZ for a c...