W24 · Mastery gates26–30 hrs

Week 24 of 28 · Mastery · due 2026-11-07 · 26–30 hrs

Nightmare Ramp II

Nightmare Ramp II gate complete

Train this week in the trainer →

This week's lesson · 9 min read

not started · read first, then train the gates

Nightmare ramp II: hard combinatorics, hard linear algebra, full write-ups

Ramp two turns to the discrete nightmare: A6/B6 combinatorics, where the object is exotic and no formula applies, and the linear algebra endgame, where matrices encode processes and spectra decide everything. The week's third thread is full write-ups — because from here to December, a solution you cannot write to survive a hostile grader is treated as unsolved, and the writing itself gets trained like a technique.

At the top of the paper, solving and proving fuse: the argument IS the object you construct, and constructing it cleanly is not presentation — it is the mathematics.

Key ideas — the week on one card

  1. Process problems: ask 'what number goes down' — a monovariant must be integer-valued (or discretely stepped), bounded, and strictly monotone under EVERY legal move.
  2. Matrix equations are attacked by applying invariants — trace, rank, determinant, spectrum — to both sides; entries and indices are usually the trap.
  3. $\operatorname{tr}(AB) = \operatorname{tr}(BA)$ kills every commutator; an annihilating polynomial confines the spectrum to its roots.
  4. Submission-grade write-ups: plan sentence, named lemmas with full algebra, loud case boundaries, and a final line answering the literal question.

1Hard combinatorics: invariants, extremal cases, and the right object

Nightmare combinatorics problems rarely yield to counting formulas; they yield to finding the RIGHT OBJECT to reason about. The menu, roughly in the order worth trying: an INVARIANT or monovariant (something processes preserve or push one way — parities, sums mod $k$, potential functions); the EXTREMAL configuration (Week 7's method, now applied to exotic structures: consider the largest antichain, the minimal counterexample, the last time something happens); a clever ENCODING (bijection to lattice paths, sequences, or matrices where structure is visible); and the two Week 20 methods when existence-flavored.

Monovariants deserve their own drill: to prove a process terminates or reaches a state, exhibit an integer-valued quantity, bounded below, that strictly decreases with each step (or bounded above and strictly increasing — the value set must be discrete, or the decrease bounded away from zero, for the argument to close). The craft is DESIGNING the quantity — weighted sums with weights chosen to make every legal move decrease it. When a process problem stalls, the productive question is never 'what happens next' but 'what number goes down'.

The write-up trap specific to combinatorics: arguments that are secretly pictures. A proof that says 'clearly we can pair them up' owes the pairing rule; 'continuing this way' owes the induction. The full-write-up gate this week exists because combinatorial hand-waves feel most convincing to their author — write the bijection as a function with a domain, prove it is well-defined and invertible, and the hand-wave either becomes a proof or reveals its gap.

Worked example

(IMO 1986/3, the pentagon game) Five INTEGERS with positive sum stand on a circle. Legal move: pick a negative entry $x$ with neighbors $a, b$, and replace the triple $(a, x, b)$ by $(a{+}x, -x, b{+}x)$. Show that the process always terminates, whatever moves are chosen.

  1. Nudge 1

    Run small instances, watch nothing obvious be conserved — then hunt a quantity every move strictly decreases.

    Reveal step 1

    Data first (Week 22 protocol): run small instances — the process wanders, entries oscillate, nothing obvious is conserved. So hunt a monovariant: a quantity every legal move strictly decreases.

  2. Nudge 2

    Test quadratic candidates against the move algebra until one produces a sign-definite change.

    Reveal step 2

    Try quadratic-flavored candidates and test against the move algebra. The classic winner for the pentagon game is $\Phi = \sum_i (y_i - y_{i+2})^2$ (indices mod 5, partial sums flavor): computing $\Delta\Phi$ under the move $(a, x, b) \to (a{+}x, -x, b{+}x)$ gives $\Delta\Phi = 2 s x < 0$, where $s > 0$ is the total sum and $x < 0$ the flipped entry — strictly decreasing, integer-valued (the entries are integers), bounded below.

  3. Nudge 3

    A bounded-below integer quantity cannot decrease forever — conclude termination.

    Reveal step 3

    Conclude: $\Phi$ is a nonnegative-integer monovariant, so only finitely many moves can occur; the process terminates regardless of choices. The DESIGN process is the lesson: candidates were tested against the move's algebra until one produced a sign-definite $\Delta$ — that search, not the final formula, is the trainable skill.

  4. Answer

    Terminates: a quadratic potential $\Phi$ drops by $2s|x| > 0$ per move and cannot fall forever. Monovariant design = candidate + move algebra + sign check, iterated.

Pitfall. Proposing a monovariant and verifying it on one example instead of against the general move. The quantity must decrease for EVERY legal move from EVERY position — check the algebra, not an instance.

2The linear algebra endgame: spectra, traces, and matrices as processes

The nightmare-tier linear algebra repertoire, distilled to four moves. TRACE PAIRING: $\operatorname{tr}(AB) = \operatorname{tr}(BA)$ — cyclic invariance kills more hard problems than any other one-line fact (commutator traces vanish, so $AB - BA = I$ is impossible in finite dimensions: take traces). RANK BOOKKEEPING: $\operatorname{rank}(AB) \le \min(\operatorname{rank} A, \operatorname{rank} B)$ and rank-nullity as counting. SPECTRAL SHIFTING: $p(A)$ has eigenvalues $p(\lambda_i)$; if a polynomial annihilates $A$, every eigenvalue is a root — so equations like $A^2 = A - I$ instantly locate the spectrum. POSITIVITY: $\operatorname{tr}(A^T A) = \sum a_{ij}^2 \ge 0$ with equality iff $A = 0$ — the inner-product structure that turns matrix identities into inequalities.

Matrices ENCODE: adjacency matrices make walk-counting spectral ($(A^k)_{ij}$ counts length-$k$ walks — so trace of $A^k$ counts closed walks, and eigenvalue bounds become combinatorial bounds); circulant matrices diagonalize in the roots-of-unity basis (Week 19's filter, now as a change of basis); Vandermonde determinants prove polynomial independence. When a combinatorics nightmare mentions a process on states, writing its transition matrix is phase-one data gathering in matrix form.

Determinant evaluation at this tier is never cofactor grinding: it is recognizing structure — row operations to triangularity, factoring out Vandermonde, rank-one update formulas ($\det(I + uv^T) = 1 + v^T u$), or evaluating the determinant as a polynomial in a parameter and finding its roots. If a determinant problem seems to require expansion, you have not found its structure yet.

Worked example

Show there are no $n \times n$ real matrices with $AB - BA = I$.

  1. Nudge 1

    Apply a linear functional to both sides of the equation — pick the one that is cyclic.

    Reveal step 1

    Apply the trace functional to both sides — trace is linear, so $\operatorname{tr}(AB) - \operatorname{tr}(BA) = \operatorname{tr}(I) = n$.

  2. Nudge 2

    What does cyclic invariance do to the commutator's trace?

    Reveal step 2

    Cyclic invariance: $\operatorname{tr}(AB) = \operatorname{tr}(BA)$, so the left side is 0.

  3. Nudge 3

    Compare the two sides' traces and read off the contradiction.

    Reveal step 3

    $0 = n$ is absurd for $n \ge 1$. One functional, chosen because it kills the left side's structure and not the right's. The meta-lesson generalizes: hard matrix equations are attacked by applying invariants (trace, determinant, rank, eigenvalue counts) to both sides until one produces a contradiction or a constraint — the equation itself is rarely solved directly.

  4. Answer

    Take traces: $0 = n$. Invariants applied to both sides of a matrix equation are the standard opening, and often the whole game.

Pitfall. Reaching for entries and indices when an invariant would do. Index computations on nightmare LA problems are almost always a trap; the intended solutions apply trace/rank/spectrum to the STATEMENT, not to the coordinates.

3Full write-ups: training the second half of solving

The full-write-up protocol: solved problems from this phase get complete, submission-grade write-ups — stated lemmas, proved claims, closed cases, equality conditions — then sit for a day and get re-read as a hostile grader armed with the Week 17 checklist. Two per week is the dose; the point is calibrating your sense of 'this write-up is a 10' against reality, because miscalibration there is invisible until a real grader shows you, and December has no appeals process.

Structure that graders reward: state the plan in one sentence up front ('We show $f$ is injective, then that injectivity forces linearity'); promote reusable steps to named lemmas with their own proofs; mark case boundaries loudly; end by CONNECTING the last computation to the problem's literal question. Structure that graders punish: proofs that read as a transcript of the discovery process, with dead ends left in and the actual argument assembled implicitly across the page.

The miss-autopsy-plus-repair gate closes the loop: for each mock or archive miss this phase, classify (knowledge gap / recognition gap / execution slip / write-up leak), then DO the repair — the five-problem drill, the technique-card update, the re-solve — within the week. An autopsy without a scheduled repair is a diary entry; the repair is the training.

Worked example

Write-up skeleton, worked: present the pentagon-game termination proof from section one at submission grade.

  1. Nudge 1

    Open with the one-sentence plan before any algebra.

    Reveal step 1

    Plan sentence and setup: 'We exhibit a quantity that strictly decreases with every legal move; since it is a nonnegative integer, the process terminates.' Define the state, the move, and $\Phi$ precisely — with indices mod 5 stated, because a hostile grader tests your definitions at the wrap-around.

  2. Nudge 2

    Promote the engine computation to a named lemma and prove it fully.

    Reveal step 2

    Lemma with full algebra: 'For any legal move flipping $x < 0$, $\Delta\Phi = 2sx$.' Prove by direct expansion, showing the cancellation — this is the proof's engine and gets the most careful writing. Corollary: $\Delta\Phi < 0$ strictly, citing $s > 0$ (given) and $x < 0$ (move legality).

  3. Nudge 3

    Close by handling the boundedness hypotheses honestly and answering the exact question asked.

    Reveal step 3

    Termination and closure: $\Phi$ takes nonnegative-integer values (if entries are integers — SAY why, or handle rationals by scaling, and reals by noting $\Phi$ decreases by at least... handle the actual hypothesis given), decreases strictly, so the move count is finite. Final sentence answers the literal question: 'Hence the process terminates after finitely many moves, regardless of the choices made.' Every clause of the skeleton is checkable; nothing relies on the reader's goodwill.

  4. Answer

    Plan → precise definitions → engine lemma with full algebra → boundedness with hypotheses honestly handled → literal-question closure. The skeleton transfers to every process proof.

Pitfall. Leaving the discovery narrative in the write-up. The grader wants the theorem's proof, not the story of finding it — reorder ruthlessly: definitions, lemma, proof, conclusion, even though you discovered them in the opposite order.

Before you open the gates

  • Process problems: ask 'what number goes down', design monovariants against the move algebra, and verify on the general move, not an instance.
  • Matrix equations: apply invariants (trace, rank, det, spectrum) to both sides before touching entries.
  • Annihilating polynomial → spectrum located; adjacency matrix → walks counted by powers; visible structure → determinant without expansion.
  • Two submission-grade write-ups weekly, re-read cold as a hostile grader: plan sentence, named lemmas, loud cases, literal-question closure.
  • Autopsy → scheduled repair within the week, or it was a diary entry.

Check yourself

1. To prove a process terminates, exhibit a quantity that is:

2. $AB - BA = I$ is impossible over $\mathbb{R}$ because:

3. If $A^2 = A - I$, the eigenvalues of $A$ satisfy:

Practice ladder — three rungs, rising

Each rung: attempt cold, one hint if stuck, worked resolution only after a real try.

Rung 1 (spectrum from an annihilating polynomial). Let $A$ be a real $n \times n$ matrix with $A^2 = A - I$. Prove that $A$ is invertible with $A^{-1} = I - A$, that $A^6 = I$, and that $n$ is even.

One hint

Rewrite as $A^2 - A + I = 0$. For the inverse, factor $I$ out of the relation. For $A^6 = I$, show $x^2 - x + 1$ divides $x^6 - 1$. For parity, note the real matrix's eigenvalues are the non-real roots of $x^2 - x + 1$.

Worked resolution

From $A^2 - A + I = 0$ we get $A(I - A) = A - A^2 = I$ and likewise $(I - A)A = I$, so $A$ is invertible with $A^{-1} = I - A$. Next, $x^6 - 1 = (x^2 - x + 1)(x^2 + x + 1)(x^2 - 1)$, hence $A^6 - I = (A^2 + A + I)(A^2 - I)(A^2 - A + I) = (A^2 + A + I)(A^2 - I)\cdot 0 = 0$ (all powers of $A$ commute, so the factorization is valid), giving $A^6 = I$. Finally, the eigenvalues of $A$ are roots of $x^2 - x + 1$, namely the non-real conjugate pair $e^{\pm i\pi/3}$; since $A$ is real, these occur with equal multiplicity, so $n = 2 m_{+}$ is even. [Source: this week's linear-algebra-endgame section — spectral shifting: an annihilating polynomial confines the spectrum to its roots.]

Rung 2 (a conserved invariant). Three numbers $(3, 4, 12)$ are written on a board. A legal move selects two of them, $a$ and $b$, and replaces them by $\dfrac{3a - 4b}{5}$ and $\dfrac{4a + 3b}{5}$ (leaving the third alone). Prove that $(4, 6, 12)$ can never be reached.

One hint

Look for a quantity every move preserves. The map $(a,b) \mapsto \bigl(\tfrac{3a-4b}{5}, \tfrac{4a+3b}{5}\bigr)$ is a rotation — what does a rotation preserve?

Worked resolution

The sum of squares of the three numbers is invariant. A move touches only $a, b$, and $\left(\dfrac{3a - 4b}{5}\right)^2 + \left(\dfrac{4a + 3b}{5}\right)^2 = \dfrac{(9 + 16)a^2 + (16 + 9)b^2 + (-24 + 24)ab}{25} = a^2 + b^2$, so the total $x^2 + y^2 + z^2$ is unchanged by every legal move. The start has $3^2 + 4^2 + 12^2 = 169$; the target has $4^2 + 6^2 + 12^2 = 196$. Since the sum of squares can never change and $169 \ne 196$, the state $(4, 6, 12)$ is unreachable. [Source: this week's hard-combinatorics section — the invariant/monovariant menu: find the quantity a process preserves (here a rotation preserving the sum of squares).]

Rung 3 (matrices encode: transfer matrix and walk counting). Let $a_n$ be the number of binary strings of length $n$ with no two consecutive $1$s. Build the transfer matrix whose powers count these strings, prove $a_n = a_{n-1} + a_{n-2}$, and compute $a_{10}$.

One hint

Track the last bit as a state. Allowed transitions are $0 \to 0$, $0 \to 1$, $1 \to 0$; forbid $1 \to 1$. The transfer matrix is $T = \begin{pmatrix} 1 & 1 \\ 1 & 0 \end{pmatrix}$; valid strings are walks, and the entries of $T^k$ are Fibonacci numbers.

Worked resolution

Encode a string by its bits as a walk on states $\{0, 1\}$: a valid length-$n$ string is a walk of length $n - 1$ using only $0\to0,\ 0\to1,\ 1\to0$, whose transfer (adjacency) matrix is $T = \begin{pmatrix} 1 & 1 \\ 1 & 0 \end{pmatrix}$. The number of length-$(n-1)$ walks over all start/end states is $a_n = \mathbf{1}^\top T^{\,n-1}\mathbf{1}$ with $\mathbf{1} = (1,1)^\top$. Conditioning on the last bit gives the recurrence directly (last bit $0$ leaves any valid $(n{-}1)$-string; last bit $1$ forces a $0$ before it and leaves any valid $(n{-}2)$-string), so $a_n = a_{n-1} + a_{n-2}$ — equivalently $T^{\,n-1} = T\,T^{\,n-2}$. Since $T^k = \begin{pmatrix} F_{k+1} & F_k \\ F_k & F_{k-1} \end{pmatrix}$ (Fibonacci, $F_1 = F_2 = 1$), summing the entries of $T^{\,n-1}$ gives $a_n = F_{n+1} + F_n = F_{n+2}$. With $a_1 = 2,\ a_2 = 3$, this yields $a_{10} = F_{12} = 144$. [Source: this week's linear-algebra-endgame section (adjacency matrices count walks: $(A^k)_{ij}$ counts length-$k$ walks) and the assigned two-tool Synthesis gate — no-two-consecutive-$1$s strings via transfer matrix, $144$ at $n = 10$.]

Prove it — constructed response

Prove that there do not exist real $n \times n$ matrices $A, B$ with $AB - BA = I_n$ (for any $n \ge 1$). Name the invariant you apply, justify its key property in one line, and say explicitly where finite dimension is used.

The gates

Technique Resources — nightmare ramp II — combinatorics + linear algebra (study before the reinforcing problems)

Learning support for this week's reinforcing IMO/Putnam problems. Read/watch these before (and after) attempting the nightmare ramp II — combinatorics + linear algebra problems so each attempt has a source to learn the method and to check your write-up against.

why this gate: the lesson's §1 Hard combinatorics: invariants, extremal cases, and the right object is what it trains

sources & assignments (6)
  • Problems Recognition ledger — Ramsey + TuránWritten, 20 minutes (funded by trimming the SPIRAL rep 25 → 20 min): (1) prove R(3,3) = 6 both directions — the two-colored K₆ pigeonhole argument for ≤, and the 5-cycle coloring of K₅ for >; (2) state Turán's theorem (max edges in a Kᵣ₊₁-free graph) and describe the extremal Turán graph; (3) one recognition sentence each: when a Putnam problem smells like Ramsey (forced monochromatic structure in any coloring) vs Turán (edge-count threshold forces a clique).Standard

Nightmare Archive

Nightmare Archive accelerated only

- Archive: 6 Nightmare · A5/B5 Putnam + harder USAMO · 45 min each

sources & assignments (5)
  • Source Engel — Problem-Solving Strategies — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Michael Penn — Putnam Exam Solutions (playlist) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Supplemental — Lupu TTU MATH 4000, Lecture 11 (direct) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source MIT 18.100A — Writeup companion for “Nightmare Archive” — attend to how each claim is justified aloud; steal one justification phrase for this gate's written artifact.
  • Problems Archive BrowserPutnam 2022 A5 · Combinatorics · 45 min eachNightmare

archive pull: 1 problems · Combinatorics · A5/B5 · Nightmare · 45 min

A1/A2/B1/B2 Maintenance

A1/A2/B1/B2 Maintenance

- Archive: 6 mixed A1/A2/B1/B2 · all topics · 20 min each

sources & assignments (5)
  • Source Engel — Problem-Solving Strategies — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Michael Penn — Putnam Exam Solutions (playlist) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Supplemental — Lupu TTU MATH 4000, Lecture 11 (direct) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source MIT 18.100A — Writeup companion for “A1/A2/B1/B2 Maintenance” — attend to how each claim is justified aloud; steal one justification phrase for this gate's written artifact.
  • Problems Archive BrowserPutnam 1999 B1 · Combinatorics · 20 min eachPutnam

archive pull: 1 problems · Combinatorics · A1/A2/B1/B2 · Challenge · 20 min

Synthesis

Synthesis

- Do: 2 problems intentionally combining two tools (GF + pigeonhole; eigenvalue + counting)

sources & assignments (5)
  • Source Engel — Problem-Solving Strategies — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Michael Penn — Putnam Exam Solutions (playlist) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Supplemental — Lupu TTU MATH 4000, Lecture 11 (direct) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source MIT 18.100A — Writeup companion for “Synthesis” — attend to how each claim is justified aloud; steal one justification phrase for this gate's written artifact.
  • Problems Two-tool synthesis set (self-contained)(1) Count binary strings of length n with no two consecutive 1s in TWO ways: transfer-matrix (2x2 adjacency, eigenvalues) AND generating function 1/(1-x-x^2); verify both give 144 at n=10. (2) Prove the n=3 case of Erdos-Ginzburg-Ziv (any 5 integers contain 3 whose sum is divisible by 3) by pigeonhole on residue classes; then re-derive it by expanding the cube-of-roots-of-unity filter.Putnam

Full Write-Ups

Full Write-Ups

- Do: 2 best partial solves → rewrite to 8–10 quality in clean prose

why this gate: the lesson's §3 Full write-ups: training the second half of solving is what it trains

sources & assignments (5)
  • Source Engel — Problem-Solving Strategies — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Michael Penn — Putnam Exam Solutions (playlist) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Supplemental — Lupu TTU MATH 4000, Lecture 11 (direct) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source MIT 18.100A — Writeup companion for “Full Write-Ups” — attend to how each claim is justified aloud; steal one justification phrase for this gate's written artifact.
  • Problems Assigned work2 best partial solves → rewrite to 8–10 quality in clean prosePutnam

Miss Autopsy + Repair

Miss Autopsy + Repair

- Classify + repair 2 gaps from routing table ---

Ritual: - Classify + repair 2 gaps from routing table ---

sources & assignments (4)
  • Source Engel — Problem-Solving Strategies — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Michael Penn — Putnam Exam Solutions (playlist) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Supplemental — Lupu TTU MATH 4000, Lecture 11 (direct) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source MIT 18.100A — Writeup companion for “Miss Autopsy + Repair” — attend to how each claim is justified aloud; steal one justification phrase for this gate's written artifact.

SPIRAL

SPIRAL: mixed A1/A2/B1/B2 maintenance

Added from AGENTS.md Phase 3 SPIRAL rule: Weeks 22–24 keep mixed prior-topic reinforcement while nightmare work runs.

sources & assignments (5)
  • Source Engel — Problem-Solving Strategies — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Michael Penn — Putnam Exam Solutions (playlist) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source Supplemental — Lupu TTU MATH 4000, Lecture 11 (direct) — Week reference — this gate applies this week's lead material (“Deep Study — Sharpen your two best weapons (chosen from data)”). If an attempt stalls, the repair source is here.
  • Source MIT 18.100A — Writeup companion for “SPIRAL: mixed A1/A2/B1/B2 maintenance” — attend to how each claim is justified aloud; steal one justification phrase for this gate's written artifact.
  • Problems Archive BrowserPutnam 1987 B1 · Analysis · 20 min each (5 min displaced to the Ramsey/Turán recognition ledger)Putnam

archive pull: 1 problems · Analysis · A1/A2/B1/B2 · Challenge · 20 min

Deep Study — Sharpen your two best weapons

Deep Study — Sharpen your two best weapons (chosen from data)

Mastery-phase learning gate: the last depth block before mocks — invest in your strengths, not your gaps (gaps go through the repair queue instead).

Ritual: Output: a one-page 'my two weapons' sheet — trigger, first move, and one worked example each.

sources & assignments (5)

USAMO/IMO Bridge — USAMO 2005/6

USAMO/IMO Bridge — USAMO 2005/6 (stretch) accelerated only

Ritual: Self-grade 0–7 against the AoPS/official solution: 7 = complete and rigorous · 5–6 = right idea, rigor gaps · 3–4 = key lemma proven · 1–2 = nontrivial progress · 0 = none. Log the score and the single biggest missing idea in the verify box.

sources & assignments (5)
  • Source USAMO 2005/6 — AoPS wiki (statement + solutions + discussion link) — USAMO 2005 Problem 6 — digit-sum invariant over all subset sums: find minimal k = f(n). Legend tier. Partial credit is the realistic outcome — a certified lemma at 3–4/7 is a win. Optional replacement only if logged: re-attempt your weakest earlier bridge problem. Time cap 75 min — do not scroll to the Solutions section until the attempt is over.
  • Source MIT 18.100A — Strategy companion for “USAMO/IMO Bridge — USAMO 2005/6 (stretch)” — a live problem-solving session: watch how the solver chooses a first move under uncertainty, then apply the same selection discipline to this gate.
  • Source MIT 18.01SC — Single Variable Calculus (OCW) — Pacing companion for “USAMO/IMO Bridge — USAMO 2005/6 (stretch)” — note when the presenter abandons a line; compare with your own bail rule before starting this gate's timed work.
  • Source Cezar Lupu — TTU MATH 4000, Lecture 12 — Writeup companion for “USAMO/IMO Bridge — USAMO 2005/6 (stretch)” — attend to how each claim is justified aloud; steal one justification phrase for this gate's written artifact.
  • Problems USAMO 2005/6Digit-sum invariant over all subset sums: find minimal k = f(n) — full writeup to the Evan Chen standard, 75 min cap. Self-grade 0–7 against the AoPS/official solution: 7 = complete and rigorous · 5–6 = right idea, rigor gaps · 3–4 = key lemma proven · 1–2 = nontrivial progress · 0 = none. Log the score and the single biggest missing idea in the verify box.USAMO bridge

Continuation — Abstract Algebra

Continuation — Abstract Algebra: finite fields + final reconstruction set (≈2 hrs)

Ritual: Thread: Abstract Algebra. Required ~2-hr continuation swapped from the generic reconstruction set — now the AbA capstone (finite fields) plus an algebra-wide reconstruction sweep.

why this gate: the lesson's §2 The linear algebra endgame: spectra, traces, and matrices as processes is what it trains

sources & assignments (6)
  • Source MIT 18.A34 — linalg.pdf (Yufei Zhao) — Continuation-lane companion for: cold theorem reconstructions (≈2 hrs). Reused from the verified pool — watch/read with this week's lens.
  • Source Supplemental — Lupu course playlist (all 53 videos) — Continuation-lane companion for: cold theorem reconstructions (≈2 hrs). Reused from the verified pool — watch/read with this week's lens.
  • Source MIT 18.100A — Pacing companion for “Continuation — cold theorem reconstructions (≈2 hrs)” — note when the presenter abandons a line; compare with your own bail rule before starting this gate's timed work.
  • Source MIT 18.01SC — Single Variable Calculus (OCW) — Writeup companion for “Continuation — cold theorem reconstructions (≈2 hrs)” — attend to how each claim is justified aloud; steal one justification phrase for this gate's written artifact.
  • Source Michael Penn — Abstract Algebra (playlist) — Companion lecture series for this week's abstract-algebra rep — watch the relevant 1–2 videos, then do the written rep below. Watch-for: this playlist opens with set-theory / proof-writing videos — skip to the 'Abstract Algebra |' entries for the group/ring/field content this gate needs.
  • Problems Continuation lane — Abstract Algebra(1) Construct the finite field 𝔽₄ = 𝔽₂[x]/(x² + x + 1) in the polynomial ring 𝔽₂[x]: list its 4 elements, build the multiplication table, and find the inverse of x (you should get x⁻¹ = x + 1, since x(x+1) = x² + x = 1 in this quotient). (2) Explain why x² + x + 1 must be irreducible over 𝔽₂ for the quotient to be a field. (3) Closed-book final reconstruction set, ~10 min each: subgroup test · Lagrange's theorem · orbit-stabilizer · Burnside's lemma · the field test for ℤ/nℤ · the Gaussian-integer / UFD recognition trigger. Anything shaky goes on the W25 mock-week repair list. Displaces the generic cold-theorem-reconstruction continuation — its Cauchy–Schwarz / AM-GM / FLT reps live on in the keep-warm rotations.Standard

Keep-Warm Rotation — functional equations · modular / CRT · quadratic residues

Keep-Warm Rotation — functional equations · modular / CRT · quadratic residues (30 min)

Ritual: If any micro-rep took over 10 minutes or failed, that family goes on this week's repair list — it was rusting.

sources & assignments (2)
  • Problems Keep-warm rotationThree 10-minute micro-reps, no notes: (1) functional equations — one FE rep at A1/B1 band: substitutions first, injectivity/surjectivity check second; (2) modular / CRT — one congruence rep, or a 2-line CRT system solved by hand; (3) quadratic residues — decide one solvability question x² ≡ a (mod p) via Euler's criterion. The dormancy rule: no tool family sleeps longer than 2 weeks — these are the three most overdue right now.Standard

archive pull: 1 problems · Functional Equations/Number Theory · A1/B1 · Putnam · 10 min

Track A∗ — Analysis

Track A∗ — Analysis (parallel mastery track): Mixed hard analysis — synthesis

Runs EVERY mastery week so Analysis never goes cold — the Toolkit parallel-track model carried into Mastery. One depth problem + one A3–A6 reach problem each week.

sources & assignments (4)
  • Problems Analysis (depth)Putnam 1997 B2 — work it with the reading open; one clean write-up.Putnam
  • Problems Analysis (reach)Putnam 1989 A6 — 45 min; extract one rigorous lemma / reach-point (2–4 of 10), do not force a full solve.Nightmare

Track D∗ — Linear Algebra

Track D∗ — Linear Algebra (parallel mastery track): Mixed hard linear algebra — synthesis

Runs EVERY mastery week so Linear Algebra never goes cold — the Toolkit parallel-track model carried into Mastery. One depth problem + one A3–A6 reach problem each week.

why this gate: the lesson's §2 The linear algebra endgame: spectra, traces, and matrices as processes is what it trains

sources & assignments (4)
  • Problems Linear Algebra (depth)Putnam 1994 B4 — work it with the reading open; one clean write-up.Putnam
  • Problems Linear Algebra (reach)Putnam 1995 A5 — 45 min; extract one rigorous lemma / reach-point (2–4 of 10), do not force a full solve.Nightmare

Track E∗ — Number Theory

Track E∗ — Number Theory (parallel mastery track): Mixed hard number theory — synthesis

Runs EVERY mastery week so Number Theory never goes cold — the Toolkit parallel-track model carried into Mastery. One depth problem + one A3–A6 reach problem each week.

sources & assignments (4)
  • Problems Number Theory (depth)Putnam 2024 A2 — work it with the reading open; one clean write-up.Putnam
  • Problems Number Theory (reach)Putnam 1993 A4 — 45 min; extract one rigorous lemma / reach-point (2–4 of 10), do not force a full solve.Nightmare

Track C∗ — Combinatorics

Track C∗ — Combinatorics (parallel mastery track): Mixed hard combinatorics — synthesis

Continuous Combinatorics mastery spine (Track C∗). Combinatorics is the #1 Putnam genre (~20%); A1–B2 combinatorics is already drilled hard in the slots, so this spine adds the continuous theory ladder plus a weekly A3–A6 reach problem (the real gap). One depth re-solve + one fresh reach each week.

why this gate: the lesson's §1 Hard combinatorics: invariants, extremal cases, and the right object is what it trains

sources & assignments (4)
  • Source Combinatorics spine — Combinatorics text — This week: Mixed hard combinatorics — synthesis. Pick the lens (count / bijection / GF / extremal / method) under pressure. Read the matching section, then do the two problems below.
  • Source Combinatorics continuous spine — Runs every Mastery week (parallel-track model) so Combinatorics — the single most frequent Putnam genre (~20%) — never goes cold. 1 depth re-solve + 1 fresh reach problem.
  • Problems Combinatorics (depth)Putnam 2006 B2 — cold re-solve with the reading open; one clean write-up.Putnam
  • Problems Combinatorics (reach)Putnam 2002 A3 — 45 min; extract one rigorous lemma / reach-point (2–4 of 10), do not force a full solve.Nightmare

Track F∗ — Geometry · Combinatorics · Probability

Track F∗ — Geometry · Combinatorics · Probability (parallel maintenance): Combinatorics — Probabilistic & algebraic method

Bundled parallel maintenance track so Geometry, Combinatorics, and Probability each get a fixed weekly cadence in Mastery (probability previously had multi-week gaps). Rotates focus; ~1.5 hrs.

why this gate: the lesson's §1 Hard combinatorics: invariants, extremal cases, and the right object is what it trains

sources & assignments (3)
  • Source Matousek — Thirty-three Miniatures (free) — This week’s focus: Probabilistic & algebraic method. Probabilistic existence (expectation/union bound); rank/independence over 𝔽₂.
  • Source Combinatorics keep-warm — Lower-cadence topic on a guaranteed weekly rotation (Toolkit Track F model). 1 problem this week; Combinatorics comes round again every 3rd week.
  • Problems Combinatorics (F∗)Putnam 1989 B4 — probabilistic & algebraic method; full attempt + one clean write-up.Putnam

FE Micro-Spine — final nightmare keep-warm

FE Micro-Spine — final nightmare keep-warm

Added because FE cannot be a one-week topic; pattern exposure must recur after the W6 load.

Ritual: Write the substitution table before any solution check. Every FE rep must name the first move and the trap it avoided.

sources & assignments (2)
  • Source 100 Functional Equations / Putnam FE repair spine — Micro-rep source for repeated FE pattern exposure: special values, symmetry, injective/surjective forcing, Cauchy/Jensen, iteration, and polynomial-degree comparison.
  • Problems Functional equations micro-repPutnam 1993 A5 — 25-minute attempt; goal is a clean first page: definitions, substitutions, and one valid reduction.Putnam

Problem-Solving Reps — weekly homework

Problem-Solving Reps — weekly homework

Standing weekly homework — the problem-solving book stack, every week. Solve ALL listed; write ONE full clean solution (the rest may stay scratch). Up to 2 due re-solves from your review queue surface first. Slot reinforcement supplement: A2/B2 are deliberately overtrained so they become bankable, not occasional exposure. Slot reinforcement supplement: A3/B3 now get repeated lemma-hunt reps so slot 3 is trained as a strong reach tier. Slot reinforcement supplement: A4-B6 remain a good reach tier without displacing A1-B3 scoring practice.

why this gate: the lesson's §3 Full write-ups: training the second half of solving is what it trains

sources & assignments (23)
  • Problems Engel/PnBEngel Ch. 5 probs 13–14 · PnB Ch. 6 probs 15–16Putnam
  • Problems 102 Comb102 Combinatorial Problems — Advanced probs 9–10 (old-school hard; USSR Problem Book as supplement)Nightmare
  • Problems Putnam ArchivePutnam 1989 A2 - 18 min clean-solve; write the final proof and fatal-slip check.Putnam
  • Problems Putnam ArchivePutnam 1990 A2 - 18 min clean-solve; write the final proof and fatal-slip check.Putnam
  • Problems Putnam ArchivePutnam 1987 A3 - 35 min lemma hunt; record one rigorous lemma even if the full proof does not close.Nightmare
  • Problems Putnam ArchivePutnam 2016 B3 - 35 min lemma hunt; compare to official solution after the attempt.Nightmare
  • Problems Putnam ArchivePutnam 2002 A5 - 50 min reach; official-solution autopsy required after the attempt.Nightmare
  • Problems Putnam ArchivePutnam 2002 B5 - 50 min reach; official-solution autopsy required after the attempt.Nightmare
  • Problems Putnam ArchivePutnam 2001 A6 - 60 min reach; goal is a certified lemma, not forced completion.Nightmare
  • Problems Putnam ArchivePutnam 2001 B6 - 60 min reach; goal is a certified lemma, not forced completion.Nightmare
  • Problems Putnam ArchivePutnam 2002 A6 - 60 min reach; goal is a certified lemma, not forced completion.Nightmare
  • Problems Putnam ArchivePutnam 2002 B6 - 60 min reach; goal is a certified lemma, not forced completion.Nightmare
  • Problems Putnam ArchivePutnam 2004 B6 - 60 min reach; goal is a certified lemma, not forced completion.Nightmare
  • Problems Putnam ArchivePutnam 2006 B6 - 60 min reach; goal is a certified lemma, not forced completion.Nightmare
  • Problems Putnam Slot 2 EqualizerSlot-2 Equalizer Set 11: Putnam 2013 B2, Putnam 2016 B2, Putnam 2017 B2 - clean-solve focus; write final proofs and fatal-slip checks.Putnam
  • Problems AMC/AIME Fluency OpenerOptional 5-minute opener: solve the three linked AMC/AIME reps before Putnam work; stop at 15 minutes total.AMC/AIME · archive: AMC algebraAMC rate algebraAMC integer algebra
  • Problems Putnam Slot 1/2 Pair BalancerSlot-1 Pair Balancer: Putnam 1994 A1 - 12 min clean-solve; keep slot 1 and slot 2 practice paired.Putnam
  • Problems Putnam Slot 1/2 Pair BalancerSlot-2 Pair Balancer: Putnam 2004 B2, Putnam 1993 B2 - 22 min each; keep B1 and B2 practice paired.Putnam
  • Problems Legacy Older-Paper ReservePutnam 1985 A6, Putnam 1985 B1, Putnam 1986 A5, Putnam 1986 A6, Putnam 1986 B5, Putnam 1987 A5, Putnam 1988 A3, Putnam 1988 B6, Putnam 1989 A3, Putnam 1989 B3, Putnam 1989 B5, Putnam 1989 B6, Putnam 1990 A1, Putnam 1990 A3, Putnam 1990 A4, Putnam 1990 B5, Putnam 1990 B6, Putnam 1991 A1, Putnam 1991 A3, Putnam 1991 A4, Putnam 1991 A5, Putnam 1991 B6, Putnam 1992 A1, Putnam 1992 A3, Putnam 1992 A6, Putnam 1993 A1, Putnam 1993 B5, Putnam 1993 B6, Putnam 1994 A3, Putnam 1994 A5, Putnam 1994 B1, Putnam 1994 B6 - reserve old-style hard-paper reps preserved after modernizing the 30 full-exam pool; use as post-mock autopsy or optional reach backlog, not a replacement for recent full exams.Nightmare
  • Problems Legacy Slot 2 Pair BalancerPutnam 1985 A2, Putnam 1985 B2, Putnam 1986 A2, Putnam 1986 B2, Putnam 1987 A2, Putnam 1987 B2 - old-paper A2/B2 reps added only to keep slot1/slot2 pair totals matched after preserving the legacy reserve.Putnam
  • Problems Legacy Slot 4 Pair BalancerPutnam 1985 A4, Putnam 1985 B4, Putnam 1986 A4, Putnam 1986 B4, Putnam 1987 A4 - old-paper A4/B4 reach reps added only to keep slot3/slot4 pair totals matched after preserving the legacy reserve.Nightmare
  • Problems Putnam Full Past ExamFull Past Exam 25: Putnam 2019 A1, Putnam 2019 A2, Putnam 2019 A3, Putnam 2019 A4, Putnam 2019 A5, Putnam 2019 A6, Putnam 2019 B1, Putnam 2019 B2, Putnam 2019 B3, Putnam 2019 B4, Putnam 2019 B5, Putnam 2019 B6 - Primary paper protocol: A-session A1-A6 in one 180-minute block; B-session B1-B6 in one 180-minute block within 48 hours; next day score all 12 slots, tag every miss, and choose three repair pulls.Putnam
  • Problems Putnam Full Past ExamFull Past Exam 26: Putnam 2020 A1, Putnam 2020 A2, Putnam 2020 A3, Putnam 2020 A4, Putnam 2020 A5, Putnam 2020 A6, Putnam 2020 B1, Putnam 2020 B2, Putnam 2020 B3, Putnam 2020 B4, Putnam 2020 B5, Putnam 2020 B6 - Secondary paper protocol: Day 1 bankable sweep A1-A2-B1-B2 in 100 minutes; Day 2 medium/hard sweep A3-A4-B3-B4 in 100 minutes with certified-lemma goal; Day 3 reach scan A5-A6-B5-B6 in 50 minutes; Day 4 score all 12 slots and re-solve one same-family miss.Putnam

archive pull: 2 problems · Combinatorics/Linear Algebra · Nightmare · 60 min

Reflect

Reflect: reconstruct and log the pattern

Mandatory Reflect gate from AGENTS.md for every week 3–28.

Ritual: Pick your hardest combinatorics or linear-algebra solve this week. Close all notes and the solution. Rewrite the full solution from memory. Then name the one structural insight that cracked it: When I see [counting / rank structure], do [bijection / dimension / invariant argument].

sources & assignments (4)

Verify: fatal-slip audit before closing

unlocks after: Reflect: reconstruct and log the pattern

Mandatory Verify gate from AGENTS.md for every week 3–28.

Ritual: Pick one solution. Re-check for: (1) false claim, (2) missing case, (3) wrong bound. Write claim, hypotheses, edge cases, score estimate, and remaining risk.

sources & assignments (4)

Complex numbers keep-warm

Complex numbers keep-warm (20 min)

Retention keep-warm (2026-07-02 audit): complex numbers went silent for 3-6 week stretches. ~20 minutes: two Lerma problems + one memory recall. Source: Lerma Training 2023 §5 (local PDF, hints/solutions in later parts).

Ritual: Recall (closed book): One-line summary of when to convert a trig sum to complex exponentials.

sources & assignments (2)
  • Problems Lerma Training 2023 §5 Complex NumbersProblems re-solve your two weakest from §5 (cold, blank page) (~15 min at conversion speed). Then the recall prompt below — closed book.Putnam

Exit contract — Week 24

Verification remaining

  • reading progress…

Carry-forward repairs

  • reading queue…

Next week opens with

W25 · Full Mock #1
the exam follows the final taper week

Train Week 24 in the trainer →