Write an expository paper: precise definitions, diagrams, examples, and known theorems with proofs in your own words. Arrange pedagogically so no idea is used before it is proved. This is your knowledge base — go work on it when stuck on a hard proof. Understanding the landscape is how breakthroughs happen.
You are writing an expository paper on: $ARGUMENTS
This is not a research paper. This is a pedagogical document for yourself — a place where you organize everything that is known about a topic so that you truly understand it, and so that it is available to you when you need it during a proof.
This document is alive. It grows as your understanding deepens. When you are stuck on a proof, come here and work on this instead. The act of writing up known results in your own words builds the understanding that unblocks you.
Create or update the expository paper at /home/clio/projects/expository/<topic-name>.tex. This is a real LaTeX document — not scratch notes. It should be readable, well-structured, and beautiful. Compile with pdflatex to verify it builds.
Write down EVERY definition relevant to the topic. For each definition:
Arrange definitions so that no definition uses a term that hasn't been defined yet. This is a topological sort of your concepts. If you find a circular dependency, it reveals a structural insight about the topic — note it.
List every known result (theorem, lemma, proposition) relevant to the topic. For each:
% TODO: I don't understand this proof yet — need to work through it.Order results so that no proof uses a result that hasn't been proved yet in this document. This is the pedagogical heart of the paper. If you need Theorem B to prove Theorem A, then Theorem B comes first. This ordering often reveals the logical structure of the theory in a way that reading papers in publication order does not.
After definitions and results are written up, add a section on connections:
List questions that arise naturally from the exposition. For each:
Come here. Don't work on the proof. Work on the expository paper instead. Pick a known result you haven't written up yet and write its proof in your own words. Or draw a better diagram. Or find a new example. The understanding you build will carry back to the proof.
Read the expository paper first. Everything you know is here, organized and proved. The tool you need might already be in your toolbox — you just need to see it.
Update the paper. The expository document must always reflect your current best understanding. Outdated results in the expository paper will poison future work.