olympiads / USAMO /md /en-USAMO-2008-notes.md
mavi88's picture
add data for IMO, USA_TST, USA_TSTST, USAJMO, USAMO
eebb93b
|
Raw
History Blame
22.1 kB

USAMO 2008 Solution Notes

Evan Chen《陳誼廷》

15 April 2024

This is a compilation of solutions for the 2008 USAMO. The ideas of the solution are a mix of my own work, the solutions provided by the competition organizers, and solutions found by the community. However, all the writing is maintained by me.

These notes will tend to be a bit more advanced and terse than the "official" solutions from the organizers. In particular, if a theorem or technique is not known to beginners but is still considered "standard", then I often prefer to use this theory anyways, rather than try to work around or conceal it. For example, in geometry problems I typically use directed angles without further comment, rather than awkwardly work around configuration issues. Similarly, sentences like "let $\mathbb{R}$ denote the set of real numbers" are typically omitted entirely.

Corrections and comments are welcome!

Contents

0 Problems ..... 2 1 Solutions to Day 1 ..... 3 1.1 USAMO 2008/1, proposed by Titu Andreescu ..... 3 1.2 USAMO 2008/2, proposed by Zuming Feng ..... 4 1.3 USAMO 2008/3, proposed by Gabriel Carroll ..... 6 2 Solutions to Day 2 ..... 9 2.1 USAMO 2008/4, proposed by Gregory Galperin ..... 9 2.2 USAMO 2008/5, proposed by Kiran Kedlaya ..... 10 2.3 USAMO 2008/6, proposed by Sam Vandervelde ..... 11

§0 Problems

  1. Prove that for each positive integer $n$, there are pairwise relatively prime integers $k_{0}, \ldots, k_{n}$, all strictly greater than 1 , such that $k_{0} k_{1} \ldots k_{n}-1$ is the product of two consecutive integers.
  2. Let $A B C$ be an acute, scalene triangle, and let $M, N$, and $P$ be the midpoints of $\overline{B C}, \overline{C A}$, and $\overline{A B}$, respectively. Let the perpendicular bisectors of $\overline{A B}$ and $\overline{A C}$ intersect ray $A M$ in points $D$ and $E$ respectively, and let lines $B D$ and $C E$ intersect in point $F$, inside triangle $A B C$. Prove that points $A, N, F$, and $P$ all lie on one circle.
  3. Let $n$ be a positive integer. Denote by $S_{n}$ the set of points $(x, y)$ with integer coordinates such that

x+y+12<n |x|+\left|y+\frac{1}{2}\right|<n

A path is a sequence of distinct points $\left(x_{1}, y_{1}\right),\left(x_{2}, y_{2}\right), \ldots,\left(x_{\ell}, y_{\ell}\right)$ in $S_{n}$ such that, for $i=2, \ldots, \ell$, the distance between $\left(x_{i}, y_{i}\right)$ and $\left(x_{i-1}, y_{i-1}\right)$ is 1 . Prove that the points in $S_{n}$ cannot be partitioned into fewer than $n$ paths. 4. For which integers $n \geq 3$ can one find a triangulation of regular $n$-gon consisting only of isosceles triangles? 5. Three nonnegative real numbers $r_{1}, r_{2}, r_{3}$ are written on a blackboard. These numbers have the property that there exist integers $a_{1}, a_{2}, a_{3}$, not all zero, satisfying $a_{1} r_{1}+a_{2} r_{2}+a_{3} r_{3}=0$. We are permitted to perform the following operation: find two numbers $x, y$ on the blackboard with $x \leq y$, then erase $y$ and write $y-x$ in its place. Prove that after a finite number of such operations, we can end up with at least one 0 on the blackboard. 6. At a certain mathematical conference, every pair of mathematicians are either friends or strangers. At mealtime, every participant eats in one of two large dining rooms. Each mathematician insists upon eating in a room which contains an even number of his or her friends. Prove that the number of ways that the mathematicians may be split between the two rooms is a power of two (i.e. is of the form $2^{k}$ for some positive integer $k$ ).

§1 Solutions to Day 1

§1.1 USAMO 2008/1, proposed by Titu Andreescu

Available online at https://aops.com/community/p1116186.

Problem statement

Prove that for each positive integer $n$, there are pairwise relatively prime integers $k_{0}, \ldots, k_{n}$, all strictly greater than 1 , such that $k_{0} k_{1} \ldots k_{n}-1$ is the product of two consecutive integers.

In other words, if we let

P(x)=x(x+1)+1 P(x)=x(x+1)+1

then we would like there to be infinitely many primes dividing some $P(t)$ for some integer $t$.

In fact, this result is true in much greater generality. We first state:

Theorem 1.1 (Schur's theorem)

If $P(x) \in \mathbb{Z}[x]$ is nonconstant and $P(0)=1$, then there are infinitely many primes which divide $P(t)$ for some integer $t$.

Proof. If $P(0)=0$, this is clear. So assume $P(0)=c \neq 0$. Let $S$ be any finite set of prime numbers. Consider then the value

P(kpSp) P\left(k \prod_{p \in S} p\right)

for some integer $k$. It is $1(\bmod p)$ for each prime $p$, and if $k$ is large enough it should not be equal to 1 (because $P$ is not constant). Therefore, it has a prime divisor not in $S$.

Remark. In fact the result holds without the assumption $P(0) \neq 1$. The proof requires only small modifications, and a good exercise would be to write down a similar proof that works first for $P(0)=20$, and then for any $P(0) \neq 0$. (The $P(0)=0$ case is vacuous, since then $P(x)$ is divisible by $x$.)

To finish the proof, let $p_{1}, \ldots, p_{n}$ be primes and $x_{i}$ be integers such that

P(x1)0(p1)P(x2)0(p2)P(xn)0(pn) \begin{aligned} P\left(x_{1}\right) & \equiv 0 \quad\left(\bmod p_{1}\right) \\ P\left(x_{2}\right) & \equiv 0 \quad\left(\bmod p_{2}\right) \\ \vdots & \\ P\left(x_{n}\right) & \equiv 0 \quad\left(\bmod p_{n}\right) \end{aligned}

as promised by Schur's theorem. Then, by Chinese remainder theorem, we can find $x$ such that $x \equiv x_{i}\left(\bmod p_{i}\right)$ for each $i$, whence $P(x)$ has at least $n$ prime factor.

§1.2 USAMO 2008/2, proposed by Zuming Feng

Available online at https://aops.com/community/p1116181.

Problem statement

Let $A B C$ be an acute, scalene triangle, and let $M, N$, and $P$ be the midpoints of $\overline{B C}, \overline{C A}$, and $\overline{A B}$, respectively. Let the perpendicular bisectors of $\overline{A B}$ and $\overline{A C}$ intersect ray $A M$ in points $D$ and $E$ respectively, and let lines $B D$ and $C E$ intersect in point $F$, inside triangle $A B C$. Prove that points $A, N, F$, and $P$ all lie on one circle.

We present four solutions. 【 Barycentric solution. First, we find the coordinates of $D$. As $D$ lies on $\overline{A M}$, we know $D=(t: 1: 1)$ for some $t$. Now by perpendicular bisector formula, we find

0=b2(t1)+(a2c2)t=c2+b2a2b2 0=b^{2}(t-1)+\left(a^{2}-c^{2}\right) \Longrightarrow t=\frac{c^{2}+b^{2}-a^{2}}{b^{2}}

Thus we obtain

D=(2SA:c2:c2). D=\left(2 S_{A}: c^{2}: c^{2}\right) .

Analogously $E=\left(2 S_{A}: b^{2}: b^{2}\right)$, and it follows that

F=(2SA:b2:c2) F=\left(2 S_{A}: b^{2}: c^{2}\right)

The sum of the coordinates of $F$ is

(b2+c2a2)+b2+c2=2b2+2c2a2 \left(b^{2}+c^{2}-a^{2}\right)+b^{2}+c^{2}=2 b^{2}+2 c^{2}-a^{2}

Hence the reflection of $A$ over $F$ is simply

2FA=(2(b2+c2a2)(2b2+2c2a2):2b2:2c2)=(a2:2b2:2c2). 2 F-A=\left(2\left(b^{2}+c^{2}-a^{2}\right)-\left(2 b^{2}+2 c^{2}-a^{2}\right): 2 b^{2}: 2 c^{2}\right)=\left(-a^{2}: 2 b^{2}: 2 c^{2}\right) .

It is evident that $F^{\prime}$ lies on $(A B C):-a^{2} y z-b^{2} z x-c^{2} x y=0$, and we are done. II Synthetic solution (harmonic). Here is a synthetic solution. Let $X$ be the point so that $A P X N$ is a cyclic harmonic quadrilateral. We contend that $X=F$. To see this it suffices to prove $B, X, D$ collinear (and hence $C, X, E$ collinear by symmetry).

Let $T$ be the midpoint of $\overline{P N}$, so $\triangle A P X \sim \triangle A T N$. So $\triangle A B X \sim \triangle A M N$, ergo

XBA=NMA=BAM=BAD=DBA \measuredangle X B A=\measuredangle N M A=\measuredangle B A M=\measuredangle B A D=\measuredangle D B A

as desired. 【 Angle chasing solution (Mason Fang). Obviously $A N O P$ is concyclic. Claim - Quadrilateral BFOC is cyclic.

Proof. Write

BFC=FBC+BCF=FBA+ABC+BCA+ACF=DBA+ABC+BCA+ACE=BAD+ABC+BCA+EAC=2BAC=BOC. \begin{aligned} \measuredangle B F C=\measuredangle F B C+\measuredangle B C F & =\measuredangle F B A+\measuredangle A B C+\measuredangle B C A+\measuredangle A C F \\ & =\measuredangle D B A+\measuredangle A B C+\measuredangle B C A+\measuredangle A C E \\ & =\measuredangle B A D+\measuredangle A B C+\measuredangle B C A+\measuredangle E A C \\ & =2 \angle B A C=\angle B O C . \end{aligned}

Define $Q=\overline{A A} \cap \overline{B C}$. Claim - Point $Q$ lies on $\overline{F O}$.

Proof. Write

BOQ=BOA+AOQ=2BCA+90+AQO=2BCA+90+AMO=2BCA+90+AMC+90=BCA+MAC=BCA+ACE=BCE=BOF. \begin{aligned} \measuredangle B O Q=\measuredangle B O A+\measuredangle A O Q & =2 \measuredangle B C A+90^{\circ}+\measuredangle A Q O \\ & =2 \measuredangle B C A+90^{\circ}+\measuredangle A M O \\ & =2 \measuredangle B C A+90^{\circ}+\measuredangle A M C+90^{\circ} \\ & =\measuredangle B C A+\measuredangle M A C=\measuredangle B C A+\measuredangle A C E \\ & =\measuredangle B C E=\measuredangle B O F . \end{aligned}

As $Q$ is the radical center of $(A N O P),(A B C)$ and $(B F O C)$, this implies the result. 【 Inversive solution (Kelin Zhu). Invert about $A$ with radius $\sqrt{b c}$ followed by a reflection over the angle bisector of $\angle A$, and denote the image of a point $X$ by $X^{\prime}$. The inverted problem now states the following:

In triangle $A P^{} N^{}$, let $B^{}, C^{}$ be the midpoints of $A P^{}, A N^{}$ and $D^{}, E^{}$ be the intersection of the $A$ symmedian with $\left(A P^{}\right),\left(A N^{}\right)$, respectively. $\left(A B^{} D^{}\right),\left(A C^{} E^{}\right)$ intersect at a point $F^{}$; prove that it lies on $P^{} N^{*}$.

I claim that, in fact, the midpoint of $P^{} N^{}$ is the desired intersection. Redefine that point as $F^{}$ and I will prove that $\left(A B^{} D^{}\right),\left(A C^{} E^{*}\right)$ pass through it.

Note that

ADB=DAB=FAN=AFB, \angle A D^{*} B^{*}=\angle D^{*} A B^{*}=\angle F^{*} A N^{*}=\angle A F^{*} B^{*},

where the first equality is due to $B^{}$ being the circumcircle of $A D^{} P^{}$, the second equality is due to the definition of the symmedian, and the third equality is due to the parallelogram $A B^{} F^{} C^{}$. A symmetric argument for $C$ finishes.

§1.3 USAMO 2008/3, proposed by Gabriel Carroll

Available online at https://aops.com/community/p1116367.

Problem statement

Let $n$ be a positive integer. Denote by $S_{n}$ the set of points $(x, y)$ with integer coordinates such that

x+y+12<n |x|+\left|y+\frac{1}{2}\right|<n

A path is a sequence of distinct points $\left(x_{1}, y_{1}\right),\left(x_{2}, y_{2}\right), \ldots,\left(x_{\ell}, y_{\ell}\right)$ in $S_{n}$ such that, for $i=2, \ldots, \ell$, the distance between $\left(x_{i}, y_{i}\right)$ and $\left(x_{i-1}, y_{i-1}\right)$ is 1 . Prove that the points in $S_{n}$ cannot be partitioned into fewer than $n$ paths.

【 First solution (local). We proceed by induction on $n$. The base case $n=1$ is clear, so suppose $n>1$. Let $S$ denote the set of points

S={(x,y):x+y+12n2} S=\left\{(x, y): x+\left|y+\frac{1}{2}\right| \geq n-2\right\}

An example when $n=4$ is displayed below.

For any minimal partition $\mathcal{P}$ of $S_{n}$, let $P$ denote the path passing through the point $a=(n-1,0)$. Then the intersection of $P$ with $S$ consists of several disconnected paths; let $N$ be the number of nodes in the component containing $a$, and pick $\mathcal{P}$ such that $N$ is maximal. We claim that in this case $P=S$. Assume not. First, note $a=(n-1,0)$ must be connected to $b=(n-1,-1)$ (otherwise join them to decrease the number of paths).

Now, starting from $a=(n-1,0)$ walk along $P$ away from $b$ until one of the following three conditions is met:

  • We reach a point $v$ not in $S$. Let $w$ be the point before $v$, and $x$ the point in $S$ adjacent to $w$. Then delete $v w$ and add $w x$. This increases $N$ while leaving the number of edges unchanged: so this case can't happen.
  • We reach an endpoint $v$ of $P$ (which may be $a$ ), lying inside the set $S$, which is not the topmost point $(0, n-1)$. Let $w$ be the next point of $S$. Delete any edge touching $w$ and add edge $v w$. This increases $N$ while leaving the number of edges unchanged: so this case can't happen.
  • We reach the topmost point $(0, n-1)$.

Thus we see that $P$ must follow $S$ until reaching the topmost point $(0, n-1)$. Similarly it must reach the bottom-most point $(0,-n)$. Hence $P=S$.

The remainder of $S_{n}$ is just $S_{n-1}$, and hence this requires at least $n-1$ paths to cover by the inductive hypothesis. So $S_{n}$ requires at least $n$ paths, as desired.

Remark (Motivational comments from Evan). Basically the idea is that I wanted to peel away the right path $S$ highlighted in red in the figure, so that one could induct. But the problem is that the red path might not actually exist, e.g. the set of paths might contain the mirror of $S$ instead.

Nonetheless, in those equality cases I found I could perturb some edges (e.g. change from $(-1, n-2)-(0, n-2)$ to $(0, n-2)-(1, n-2))$. So the idea then was to do little changes and try to convert the given partition into one where the red path $S$ exists, (and then peel it away for induction) without decreasing the total number of paths.

To make this work, you actually want the incisions to begin ear the points $a$ and $b$, because that's the point of $S$ that is most constrained (e.g. you get $a-b$ right away for free), and assemble the path from there. (If you try to do it from the top, it's much less clear what's happening.) That's why the algorithm starts the mutations from around a.

II Second solution (global). Here is a much shorter official solution, which is much trickier to find, and "global" in nature.

Color the upper half of the diagram with a blue/red checkerboard pattern such that the uppermost point $(n-1,0)$ is blue. Reflect it over to the bottom, as shown.

Assume there are $m$ paths. Cut in two any paths with two adjacent blue points; this occurs only along the horizontal symmetry axis. Thus:

  • After cutting there are at most $m+n$ paths, since at most $n$ cuts occur.
  • On the other hand, there are $2 n$ more blue points than red points. Hence after cutting there must be at least $2 n$ paths (since each path alternates colors, except possibly for double-red pairs).

So $m+n \geq 2 n$, hence $m \geq n$. Remark. This problem turned out to be known already. It appears in this reference: Nikolai Beluhov, Nyakolko Zadachi po Shahmatna Kombinatorika, Matematika Plyus, 2006, issue 4, pages 61-64. Section 1 of 2 was reprinted with revisions as Nikolai Beluhov, Dolgii Put Korolya, Kvant, 2010, issue 4, pages 39-41. The reprint is available at http://kvant.ras.ru/pdf/2010/ 2010-04.pdf.

Remark (Nikolai Beluhov). As pointed out in the reference above, this problem arises naturally when we try to estimate the greatest possible length of a closed king tour on the chessboard of size $n \times n$ with $n$ even, a question posed by Igor Akulich in Progulki Korolya, Kvant, 2000, issue 3, pages $47-48$. Each one of the two references above contains a proof that the answer is $n+\sqrt{2}\left(n^{2}-n\right)$.

§2 Solutions to Day 2

§2.1 USAMO 2008/4, proposed by Gregory Galperin

Available online at https://aops.com/community/p1116177.

Problem statement

For which integers $n \geq 3$ can one find a triangulation of regular $n$-gon consisting only of isosceles triangles?

The answer is $n$ of the form $2^{a}\left(2^{b}+1\right)$ where $a$ and $b$ are nonnegative integers not both zero.

Call the polygon $A_{1} \ldots A_{n}$ with indices taken modulo $n$. We refer to segments $A_{1} A_{2}$, $A_{2} A_{3}, \ldots, A_{n} A_{1}$ as short sides. Each of these must be in the triangulation. Note that

  • when $n$ is even, the isosceles triangles triangle using a short side $A_{1} A_{2}$ are $\triangle A_{n} A_{1} A_{2}$ and $\triangle A_{1} A_{2} A_{3}$ only, which we call small.
  • when $n$ is odd, in addition to the small triangles, we have $\triangle A_{\frac{1}{2}(n+3)} A_{1} A_{2}$, which we call big.

This leads to the following two claims. Claim - If $n>4$ is even, then $n$ works iff $n / 2$ does.

Proof. All short sides must be part of a small triangle; after drawing these in, we obtain an $n / 2$-gon.

Thus the sides of $\mathcal{P}$ must pair off, and when we finish drawing we have an $n / 2$-gon. Since $n=4$ works, this implies all powers of 2 work and it remains to study the case when $n$ is odd.

Claim - If $n>1$ is odd, then $n$ works if and only if $n=2^{b}+1$ for some positive integer $b$.

Proof. We cannot have all short sides part of small triangles for parity reasons, so some side, must be part of a big triangle. Since big triangles contain the center $O$, there can be at most one big triangle too.

Then we get $\frac{1}{2}(n-1)$ small triangles, pairing up the remaining sides. Now repeating the argument with the triangles on each half shows that the number $n-1$ must be a power of 2 , as needed.

§2.2 USAMO 2008/5, proposed by Kiran Kedlaya

Available online at https://aops.com/community/p1116189.

Problem statement

Three nonnegative real numbers $r_{1}, r_{2}, r_{3}$ are written on a blackboard. These numbers have the property that there exist integers $a_{1}, a_{2}, a_{3}$, not all zero, satisfying $a_{1} r_{1}+a_{2} r_{2}+a_{3} r_{3}=0$. We are permitted to perform the following operation: find two numbers $x, y$ on the blackboard with $x \leq y$, then erase $y$ and write $y-x$ in its place. Prove that after a finite number of such operations, we can end up with at least one 0 on the blackboard.

We first show we can decrease the quantity $\left|a_{1}\right|+\left|a_{2}\right|+\left|a_{3}\right|$ as long as $0 \notin\left{a_{1}, a_{2}, a_{3}\right}$. Assume $a_{1}>0$ and $r_{1}>r_{2}>r_{3}$ without loss of generality and consider two cases.

  • Suppose $a_{2}>0$ or $a_{3}>0$; these cases are identical. (One cannot have both $a_{2}>0$ and $a_{3}>0$.) If $a_{2}>0$ then $a_{3}<0$ and get

0=a1r1+a2r2+a3r3>a1r3+a3r3a1+a3<0 0=a_{1} r_{1}+a_{2} r_{2}+a_{3} r_{3}>a_{1} r_{3}+a_{3} r_{3} \Longrightarrow a_{1}+a_{3}<0

so $\left|a_{1}+a_{3}\right|<\left|a_{3}\right|$, and hence we perform $\left(r_{1}, r_{2}, r_{3}\right) \mapsto\left(r_{1}-r_{3}, r_{2}, r_{3}\right)$.

  • Both $a_{2}<0$ and $a_{3}<0$. Assume for contradiction that $\left|a_{1}+a_{2}\right| \geq-a_{2}$ and $\left|a_{1}+a_{3}\right| \geq-a_{3}$ both hold (if either fails then we use $\left(r_{1}, r_{2}, r_{3}\right) \mapsto\left(r_{1}-r_{2}, r_{2}, r_{3}\right)$ and $\left(r_{1}, r_{2}, r_{3}\right) \mapsto\left(r_{1}-r_{3}, r_{2}, r_{3}\right)$, respectively). Clearly $a_{1}+a_{2}$ and $a_{1}+a_{3}$ are both positive in this case, so we get $a_{1}+2 a_{2}$ and $a_{1}+2 a_{3} \geq 0$; adding gives $a_{1}+a_{2}+a_{3} \geq 0$. But

0=a1r1+a2r2+a3r3>a1r2+a2r2+a3r2=r2(a1+a2+a3)0<a1+a2+a3. \begin{aligned} 0 & =a_{1} r_{1}+a_{2} r_{2}+a_{3} r_{3} \\ & >a_{1} r_{2}+a_{2} r_{2}+a_{3} r_{2} \\ & =r_{2}\left(a_{1}+a_{2}+a_{3}\right) \\ \Longrightarrow 0 & <a_{1}+a_{2}+a_{3} . \end{aligned}

Since this covers all cases, we see that we can always decrease $\left|a_{1}\right|+\left|a_{2}\right|+\left|a_{3}\right|$ whenever $0 \notin\left{a_{1}, a_{2}, a_{3}\right}$. Because the $a_{i}$ are integers this cannot occur indefinitely, so eventually one of the $a_{i}$ 's is zero. At this point we can just apply the Euclidean Algorithm, so we're done.

§2.3 USAMO 2008/6, proposed by Sam Vandervelde

Available online at https://aops.com/community/p1116182.

Problem statement

At a certain mathematical conference, every pair of mathematicians are either friends or strangers. At mealtime, every participant eats in one of two large dining rooms. Each mathematician insists upon eating in a room which contains an even number of his or her friends. Prove that the number of ways that the mathematicians may be split between the two rooms is a power of two (i.e. is of the form $2^{k}$ for some positive integer $k$ ).

Take the obvious graph interpretation where we are trying to 2 -color a graph. Let $A$ be the adjacency matrix of the graph over $\mathbb{F}_{2}$, except the diagonal of $A$ has $\operatorname{deg} v(\bmod 2)$ instead of zero. Then let $\vec{d}$ be the main diagonal. Splittings then correspond to $A \vec{v}=\vec{d}$. It's then immediate that the number of ways is either zero or a power of two, since if it is nonempty it is a coset of $\operatorname{ker} A$.

Thus we only need to show that: Claim - At least one coloring exists.

Proof. If not, consider a minimal counterexample $G$. Clearly there is at least one odd vertex $v$. Consider the graph with vertex set $G-v$, where all pairs of neighbors of $v$ have their edges complemented. By minimality, we have a good coloring here. One can check that this extends to a good coloring on $G$ by simply coloring $v$ with the color matching an even number of its neighbors. This breaks minimality of $G$, and hence all graphs $G$ have a coloring.

It's also possible to use linear algebra. We prove the following lemma:

Lemma (grobber)

Let $V$ be a finite dimensional vector space, $T: V \rightarrow V$ and $w \in V$. Then $w$ is in the image of $T$ if and only if there are no $\xi \in V^{\vee}$ for which $\xi(w) \neq 0$ and yet $\xi \circ T=0$.

Proof. Clearly if $T(v)=w$, then no $\xi$ exists. Conversely, assume $w$ is not in the image of $T$. Then the image of $T$ is linearly independent from $w$. Take a basis $e_{1}, \ldots, e_{m}$ for the image of $T$, add $w$, and then extend it to a basis for all of $V$. Then have $\xi$ kill all $e_{i}$ but not $w$.

Corollary

In a symmetric matrix $A \bmod 2$, there exists a vector $v$ such that $A v$ is a copy of the diagonal of $A$.

Proof. Let $\xi$ be such that $\xi \circ T=0$. Look at $\xi$ as a column vector $w^{\top}$, and let $d$ be the diagonal. Then

0=wTw=ξ(d) 0=w^{\top} \cdot T \cdot w=\xi(d)

because this extracts the sum of coefficients submatrix of $T$, and all the symmetric entries cancel off. Thus no $\xi$ as in the previous lemma exists.

This corollary gives the desired proof.