Theorem and Proof Strategy (ecta-theory-model)
When to trigger
- The central result is stated informally or its conditions are scattered through the text
- The proof has gaps: "it is easy to see," "by a standard argument," or a missing step
- Regularity conditions are invoked mid-proof but never stated as assumptions
- You are unsure whether the result is as general as claimed, or whether the proof secretly uses more
This is the heart of an Econometrica paper. The product is a complete, correct proof of a
general, cleanly stated theorem. Econometrica is the field's theorem-proof journal: the
referee pool (routed by the handling co-editor) reads proofs line by line, and a single
genuine gap can sink an otherwise strong paper — this is the most common rejection cause
here, in contrast to applied siblings (AER / QJE / JPE / REStud) where a credible empirical
narrative can carry the day. Plan around the 45-page main-text limit (incl. references
and appendices): the body conveys the theorem, its interpretation, and the architecture of
the proof, while the complete, formal proofs live in the Supplemental Material (the
≤25-page Supplemental Appendix or the unrestricted online Supplemental Material), which does
not count against the body's page budget. "Proof omitted to save space" is not acceptable —
the proof must exist somewhere complete.
Structure: definitions → assumptions → theorems → proofs
Organize the formal content in this order, with consistent theorem numbering:
- Definitions — every object used in the theorem (spaces, operators, parameter set,
solution concept) defined before it appears.
- Assumptions — numbered, each stated once, each used. Group standing assumptions
separately from those invoked only for specific results.
- Theorems / Propositions / Lemmas — the headline result first or clearly flagged;
supporting lemmas factored out so the main proof reads cleanly.
- Proofs — in-text for short proofs; the full proof in the Supplemental Material
(Econometrica's term for the online appendix; ≤25-page Supplemental Appendix or
unrestricted online Supplemental Material) when length would break the exposition or
exceed the 45-page body cap. Either way the proof must be complete and self-contained.
Stating the theorem
- State the theorem so it is self-contained: a reader should be able to verify the
hypotheses and conclusion without hunting through the text.
- Reference assumptions by number in the hypothesis ("Under Assumptions 1–3, ...").
- Make the conclusion a precise mathematical statement (existence, the limiting law, the
representation, the bound), not a verbal summary.
- If the result is sharp (assumptions are necessary, the rate is optimal), say so and prove it
or cite the matching lower bound.
Proof strategy toolkit
Pick the architecture before writing line-by-line:
| Result type |
Typical machinery |
| Existence of equilibrium / solution |
Fixed-point (Brouwer / Kakutani / Banach / Schauder), Berge maximum theorem |
| Representation theorem |
Separation / Hahn–Banach, mixture-space, biseparable arguments |
| Consistency |
Uniform law of large numbers, argmax / M-estimation continuity, identification + compactness |
| Limiting distribution |
CLT (for arrays / dependent data), delta method, empirical-process / Donsker arguments, stochastic equicontinuity |
| Uniqueness / comparative statics |
Contraction, monotone-comparative-statics (lattice / single-crossing), index theory |
| Bounds / minimax |
Le Cam two-point / Fano, coupling |
Write the proof sketch first (the architecture and the one or two hard steps), then expand
every step. Flag the genuinely novel step — referees want to see where the work is.
Generality audit
- For each assumption: is it used? Locate the line of the proof that needs it. Unused
assumptions must go.
- Is each assumption as weak as the proof allows? If the proof only needs continuity, do
not assume differentiability.
- Does the result hold on the largest natural class, or is it tied to a parametric example?
If the latter, either generalize or reframe honestly as an example.
- Are there edge cases (boundary of the parameter space, degenerate distributions, ties,
non-uniqueness) the statement quietly excludes? State the exclusions.
Checklist
Anti-patterns
- "It is easy to see that ..." standing in for the load-bearing step
- "By standard arguments" where the argument is not standard in this setting
- A regularity condition that appears only inside the proof, never in the assumptions
- Differentiability / compactness assumed for convenience but never genuinely needed
- A theorem that holds only for one functional form, presented as general
- Existence proven, uniqueness silently assumed
- Citing a CLT / fixed-point theorem whose hypotheses your setting does not actually satisfy
Output format
【Central theorem】... (one-line statement + assumption numbers)
【Proof architecture】fixed-point / ULLN+M-estimation / empirical process / ...
【Hard step】...
【Assumptions audit】all used? [yes/no — list unused]; minimal? [...]
【Generality】largest class: ...; excluded edge cases: ...
【Full proof location】in-text / Supplemental Material §...
【Next step】ecta-robustness
Source: brycewang-stanford/Awesome-Journal-Skills → Econometrica-Skills/skills/ecta-theory-model/SKILL.md
1---2name: ecta-theory-model3description: Use when the central theorem of an Econometrica manuscript must be stated cleanly and proven completely — assumptions, generality, and proof strategy. Builds and audits the theorem-and-proof core; it does not derive the identification/asymptotic conditions (use ecta-identification) or run simulations (use ecta-robustness).4---5
6
7# Theorem and Proof Strategy (ecta-theory-model)
8
9## When to trigger
10
11- The central result is stated informally or its conditions are scattered through the text
12- The proof has gaps: "it is easy to see," "by a standard argument," or a missing step
13- Regularity conditions are invoked mid-proof but never stated as assumptions
14- You are unsure whether the result is as general as claimed, or whether the proof secretly uses more
15
16This is the heart of an Econometrica paper. The product is a **complete, correct proof** of a
17**general, cleanly stated** theorem. Econometrica is the field's theorem-proof journal: the
18referee pool (routed by the handling co-editor) reads proofs line by line, and a single
19genuine gap can sink an otherwise strong paper — this is the most common rejection cause
20here, in contrast to applied siblings (AER / QJE / JPE / REStud) where a credible empirical
21narrative can carry the day. Plan around the **45-page** main-text limit (incl. references
22and appendices): the body conveys the theorem, its interpretation, and the architecture of
23the proof, while the **complete, formal proofs live in the Supplemental Material** (the
24≤25-page Supplemental Appendix or the unrestricted online Supplemental Material), which does
25not count against the body's page budget. "Proof omitted to save space" is not acceptable —
26the proof must exist somewhere complete.
27
28## Structure: definitions → assumptions → theorems → proofs
29
30Organize the formal content in this order, with consistent theorem numbering:
31
321. **Definitions** — every object used in the theorem (spaces, operators, parameter set,
33 solution concept) defined before it appears.
342. **Assumptions** — numbered, each stated once, each used. Group standing assumptions
35 separately from those invoked only for specific results.
363. **Theorems / Propositions / Lemmas** — the headline result first or clearly flagged;
37 supporting lemmas factored out so the main proof reads cleanly.
384. **Proofs** — in-text for short proofs; the **full proof in the Supplemental Material**
39 (Econometrica's term for the online appendix; ≤25-page Supplemental Appendix or
40 unrestricted online Supplemental Material) when length would break the exposition or
41 exceed the 45-page body cap. Either way the proof must be complete and self-contained.
42
43## Stating the theorem
44
45- State the theorem so it is **self-contained**: a reader should be able to verify the
46 hypotheses and conclusion without hunting through the text.
47- Reference assumptions by number in the hypothesis ("Under Assumptions 1–3, ...").
48- Make the conclusion a precise mathematical statement (existence, the limiting law, the
49 representation, the bound), not a verbal summary.
50- If the result is sharp (assumptions are necessary, the rate is optimal), say so and prove it
51 or cite the matching lower bound.
52
53## Proof strategy toolkit
54
55Pick the architecture before writing line-by-line:
56
57| Result type | Typical machinery |
58|-------------|-------------------|
59| Existence of equilibrium / solution | Fixed-point (Brouwer / Kakutani / Banach / Schauder), Berge maximum theorem |
60| Representation theorem | Separation / Hahn–Banach, mixture-space, biseparable arguments |
61| Consistency | Uniform law of large numbers, argmax / M-estimation continuity, identification + compactness |
62| Limiting distribution | CLT (for arrays / dependent data), delta method, empirical-process / Donsker arguments, stochastic equicontinuity |
63| Uniqueness / comparative statics | Contraction, monotone-comparative-statics (lattice / single-crossing), index theory |
64| Bounds / minimax | Le Cam two-point / Fano, coupling |
65
66Write the **proof sketch first** (the architecture and the one or two hard steps), then expand
67every step. Flag the genuinely novel step — referees want to see where the work is.
68
69## Generality audit
70
71- For each assumption: is it **used**? Locate the line of the proof that needs it. Unused
72 assumptions must go.
73- Is each assumption **as weak as the proof allows**? If the proof only needs continuity, do
74 not assume differentiability.
75- Does the result hold on the **largest natural class**, or is it tied to a parametric example?
76 If the latter, either generalize or reframe honestly as an example.
77- Are there **edge cases** (boundary of the parameter space, degenerate distributions, ties,
78 non-uniqueness) the statement quietly excludes? State the exclusions.
79
80## Checklist
81
82- [ ] Every object in the theorem is defined before use
83- [ ] Assumptions numbered; each is used at an identifiable step; none redundant
84- [ ] Theorem statement is self-contained and precisely mathematical
85- [ ] Proof complete — no "easy to see," no skipped step; full version in Supplemental Material if long
86- [ ] The novel / hard step is flagged and given full detail
87- [ ] Regularity conditions invoked in the proof all appear as stated assumptions
88- [ ] Generality audited: assumptions minimal; result not secretly an example
89- [ ] Sharpness addressed (necessity / optimal rate) where claimed
90
91## Anti-patterns
92
93- "It is easy to see that ..." standing in for the load-bearing step
94- "By standard arguments" where the argument is not standard in this setting
95- A regularity condition that appears only inside the proof, never in the assumptions
96- Differentiability / compactness assumed for convenience but never genuinely needed
97- A theorem that holds only for one functional form, presented as general
98- Existence proven, uniqueness silently assumed
99- Citing a CLT / fixed-point theorem whose hypotheses your setting does not actually satisfy
100
101## Output format
102
103```
104【Central theorem】... (one-line statement + assumption numbers)
105【Proof architecture】fixed-point / ULLN+M-estimation / empirical process / ...
106【Hard step】...
107【Assumptions audit】all used? [yes/no — list unused]; minimal? [...]
108【Generality】largest class: ...; excluded edge cases: ...
109【Full proof location】in-text / Supplemental Material §...
110【Next step】ecta-robustness
111```
112
113---
114
115**Source:** [`brycewang-stanford/Awesome-Journal-Skills`](https://github.com/brycewang-stanford/Awesome-Journal-Skills) → `Econometrica-Skills/skills/ecta-theory-model/SKILL.md`