Skip to main content

Trust Issues

Hi, I am Debayu and this is my second blogpost !! We start off with the following problem. 

Problem: Find the sum of all b such that 2n+1(2nb)1 for all n such that 2nb.

At first glance, this looks somewhat innocent and its probably some problem from some random computational contest, some may this can be what the IOQM 10 markers will look like this year. hmmm so what do we do here? Let's check what happens when b is 2. So we have that for all n, 2n+1(2n2) 2n+1n(2n1)1=2n2n1 2n+1|2n2n1n(2n+1)|=|2n1| which is true so yay 2 works. Now we might want to check b=3, this means 2n+1(2n3) 2n+1n(2n1)(2n2)3 6n+34n36n2+2n from here, it is easy to see that if n is even, the divisibility wont hold so 3 doesn't work. Similarly one can check that 4 doesn't work either and one might guess that the only possible b is 2 which is actually correct but proving this seems really hard. One idea probably is to try to prove that b should always be even or b is always a prime but it seems pretty counterintuitive to do that since 4 and 3 don't work and both the claims seem very weak, but there doesn't seem to be too much to do either. Anyways let's see what we can do, lets begin with expanding the thing we have,

(2nb)1=(2n)!b!(2nb)!1=(2n)(2n1)(2nb+1)b!1

Hmm, not too shaggy, lets see what happens when we take this modulo 2n+1,

(2n)(2n1)(2nb+1)b!1(1)(2)(b)b!1(1)b1(mod2n+1)

Woah so indeed b must be even, so we finally have some progress but what do we do now. There seems to be nothing to do since 2 gives us very less information and expanding binomial coefficients is not the best idea as they can turn ugly really quick. What do you do when nothing else makes sense? Magic? Yes, let's generalize the problem by replacing a with 2 since 2 is the most trashy number ever. Here we have our new problem,

Magically Generalized Problem: Find all b such that an+1(anb)1 for all n such that anb.

Wait wait, this doesn't trivialize the problem in any way so don't leave your seats, this just gives you more space to work with. Also notice that we don't have the sum thing in the problem now as it might be that there are infinitely many such b. Now recall Dirichlet's Theorem,

Dirichlet's Theorem: There are infinitely many primes dividing an AP (an+b)n0 with gcd(a,b)=1.

Obviously, we have gcd(a,1)=1 so we can probably pick big primes dividing an+1 to mess all the numbers that don't work. From here the key idea is to notice that if we have primes smaller than b then we can probably mess with the νp, to avoid that we might want to prove that all primes pb divide a.

Now suppose the above thing is not true, then pick phuge|an+1 which is possible since we are assuming gcd(a,p)=1. This means,

νp((anb))=νp((an)(an1)(anb+1))νp(b!)>0 but then an+1 wont divide (anb)1 so indeed what we wanted to prove is correct. IIRC these two conditions actually fully characterize all such numbers which is really cool. 

Now returning to the original problem, we had a=2, so the only possible b is 2 since all primes b must divide a so we are done!!

You probably know by now how bad you got scammed, this was nothing but 2019 N5, here's the problem statement of it if you are still having trust issues.

ISL 2019 N5: Let $a$ be a positive integer. We say that a positive integer b is $a$-good if $\tbinom{an}{b}-1$ is divisible by $an+1$ for all positive integers $n$ with $an \geq b$. Suppose $b$ is a positive integer such that $b$ is $a$-good, but $b+2$ is not $a$-good. Prove that $b+1$ is prime.

Here, notice that for b+2 to be bad, you need either b+1 or b+1 to be prime but b is even so b+1 has to be prime.

See dont be mad at me, I know I probably just gave you trust issues for the rest your life but firstly there exist things that will make you have even more of them like,


and secondly, you have more scam ammunition with you now to scam even more people.

Credits: Ameya

"Scams are like rickrolls, the first thing to do after getting scammed is to scam them back" - Me?

Now, I shall introduce you to a very cool theorem!!

Lucas' Theorem: Given natural numbers m and n expressed in base p,

m=mkpk+mk1pk1++m1p+m0,and

n=nkpk+nk1pk1++n1p+n0,

where p is a prime, we have 

(mn)(mknk)(mk1nk1)(m0n0)(modp)

It makes some sense why we might want to use it, I will just present the proof of our main claim which uses lucas', I first came to know about this after I saw Aryan's proof to it. The key idea is that if one of the binomials in the RHS is 0 then the whole thing just breaks down and that happens which its like (0non-zero).

Proof: Assume contradiction. Consider the base p representation of b=mipi+mi1pi1++m1p+m0. Since pb, it must have a non-zero mj other than m0. Now we pick n such that the base p representation of an has the coefficient associated with pk to be 0, this is possible since an+1 can span all residues (modpk+1) from our assumption. By lucas', (anb)0(modp) which is a contradiction.

If you want to read more about lucas', you can refer to this article. That was all for today!! I hope you have major trust issues now, I mean I hope you enjoyed!! :P




Comments

Post a Comment

Popular posts from this blog

LMAO Revenge

Continuing the tradition of past years, our seniors at the Indian IMO camp(an unofficial one happened this year) once again conducted LMAO, essentially ELMO but Indian. Sadly, only those who were in the unofficial IMOTC conducted by Pranav, Atul, Sunaina, Gunjan and others could participate in that. We all were super excited for the problems but I ended up not really trying the problems because of school things and stuff yet I solved problem 1 or so did I think. Problem 1:  There is a   grid of real numbers. In a move, you can pick any real number  ,  and any row or column and replace every entry   in it with  .  Is it possible to reach any grid from any other by a finite sequence of such moves? It turned out that I fakesolved and oh my god I was so disgusted, no way this proof could be false and then when I was asked Atul, it turns out that even my answer was wrong and he didn't even read the proof, this made me even more angry and guess wha...

Functional Equations 101

Let's get to the math:  Let there be two sets X and Y. A function  from X to Y denoted as f:XY is assigning a value in Y for every element in X. We say that X is the domain of the function f and Y is the range.  A function f:Xy is said to be injective if f(x)=f(x)x=x To put it in a more abstract way, if there is some aY then there is at most one bX such that f(b)=a holds true.  A function is said to be surjective when for any aY there is at least one bX such that f(b)=a holds true.  A function is bijective if for every aY there is exactly one bX such that f(b)=x. Bijective functions are basically functions which are both injective and surjective.  Bonus: A function f:XX is known as an involution if f(f(x))=xxX  As an exercise, the readers should try to prove that every function th...

Some Wandering Through Orthic Triangles

 Hi, I am Emon and I it's been long since I posted last. Today I will try to give you some ideas on how to work with a special type of triangle, known as " Orthic Triangles ". In this post, I will mainly focus on problem-solving, but still, let me first give you some ideas on what exactly it is and what properties does it have... Definition (Orthic Triangle). Let ABC be a triangle and let D,E,F be the foot of the perpendiculars from A,B,C to BC,CA and AB, respectively. Then, DEF is known as the orthic triangle of ABC. Lemma 1 (Orthic Triangle). If DEF is the orthic triangle of ABC with orthocenter H, then the following conditions are satisfied : (i) AEHF is a cyclic quadrilateral with circumdiameter AH. (ii) BCEF is a cyclic quadrilateral with circumdiameter BC. (iii) H is the incenter of DEF. Lemma 2. ABE=ADE and ACF=ADF. (We can prove this w...