Assignments: Mar 31st, 2026
Problem 1.
Given
nirrationalnumbersx1,…,xn,determinethemaximumnumberofpairs(xi,xj)suchthatxi+xjisrational.∗∗Solution.∗∗Themaximumis∗∗⌊n/2⌋∗∗.Partition{x1,…,xn}bytheequivalencerelationxi∼xjifxi−xj∈Q.EachclassChastheformC={rC+q:q∈QC}forsomeirrationalrCandQC⊂Q.Fixarationalq.Thepairswithsumqformamatching:ifxi+xj=qandxi+xk=q,thenxj=xk.Soatmost⌊n/2⌋pairssumtoanyfixedrational.Supposexi+xj=q1andxi+xk=q2withq1=q2.Thenxj−xk=q1−q2∈Q,soxj∼xk.Ifalsoxj+xk=q3∈Q,then2xj=q3+q1−q2∈Q,contradiction.Thuswithineachequivalenceclass,allpairswithrationalsumhavethesamesumvalue.Henceallsuchpairsformasinglematching,givingatmost⌊n/2⌋pairs.Thisboundisachievedbytaking⌊n/2⌋distinctirrationalsa1,…,a⌊n/2⌋andsettingxi=ai,x⌊n/2⌋+i=1−ai(plusoneextrairrationalifnisodd).Thenxi+x⌊n/2⌋+i=1foreachi.∎∗∗Problem2.∗∗Prove:Intheinductionproof,ex(n,Kr+1)isachieveduniquelybytheTuraˊngraphTn,r.∗∗Proof.∗∗∗∗Inductiononn∗∗.Forn≤r,wehaveex(n,Kr+1)=(2n)achievedonlybyKn=Tn,r.Letn>randletGbeKr+1−freewithnverticesande(G)=ex(n,Kr+1)=e(Tn,r).WeshowG≅Tn,r.SinceGisextremal,itcontainsaKr(otherwisewecouldaddanedge).LetA=V(Kr)andB=V(G)∖A.SinceGisKr+1−free,eachvertexinBhasatmostr−1neighborsinA.Thus
e(G) = \binom{r}{2} + e(G[B]) + e(A,B) \leq \binom{r}{2} + ex(n-r, K_{r+1}) + (r-1)(n-r).
Byinduction,e(G[B])≤e(Tn−r,r)withequalityiffG[B]≅Tn−r,r.Sincee(Tn,r)=(2r)+e(Tn−r,r)+(r−1)(n−r),equalitye(G)=e(Tn,r)requiresG[B]≅Tn−r,randeachvertexinBhasexactlyr−1neighborsinA.Moreover,thenon−neighborsinAmustpartitionBsothatGiscompleter−partitewithpartsasequalaspossible.ThisforcesG≅Tn,r.∎∗∗Problem3.∗∗Prove:Everyn−vertexgraphwithatleastknedgescontainsapathoflengthk.∗∗Proof.∗∗∗∗Inductiononn∗∗.Forn≤k,theconditione(G)≥knisimpossiblesincee(G)≤(2n)<kn.Letn>kandletGhavenverticeswithe(G)≥kn.IfGisdisconnected,somecomponentCwithn′verticeshasatleastkn′⋅(n′/n)>kn′edges,andweapplyinductiontoC.SoassumeGisconnected.IfGhasavertexvwithdeg(v)≤k,thenG−vhasn−1verticesande(G−v)≥kn−k=k(n−1)edges.Byinduction,G−vcontainsapathoflengthk,hencesodoesG.Soδ(G)≥k+1.LetP=v0v1⋯vmbealongestpath.Ifm<k,thenallneighborsofv0lieonP.Sincedeg(v0)≥k+1,vertexv0hasatleastk+1neighborsin{v1,…,vm}.Letvjbetheneighborwithmaximumindex.Thenj≥k+1>m≥j,contradiction.Thusm≥k.∎
Download the original write-up here.