Quantum Field Theory in a Nutshell
These notes are an original study guide to the scope of A. Zee's Quantum Field Theory in a Nutshell. The organizing idea is that quantum field theory is the common language of relativistic particles, gauge forces, collective phenomena, and low-energy approximations to deeper physics. The pages follow Zee's broad arc: motivation and foundations, path integrals, diagrams, spinors, gauge theory, renormalization, symmetry breaking, anomalies, condensed matter, unification, and gravity.
The goal is not to replace the book. It is to provide a structured wiki path through the main concepts with formulas, derivation sketches, visual anchors, worked examples, code snippets, and cross-links. The table of contents extracted from the first pages of the PDF shows Zee's sequence: Part I introduces motivation, path integrals, fields, particles, diagrams, canonical quantization, symmetry, and curved spacetime; Part II develops Dirac spinors and QED scattering; Part III covers renormalization and gauge invariance; Part IV covers symmetry breaking, nonabelian gauge theory, Higgs physics, and anomalies; Parts V and VI connect field theory with collective and condensed-matter phenomena; Part VII treats Yang-Mills, electroweak theory, QCD, large , and grand unification; Part VIII and Part N look toward gravity, cosmology, EFT, supersymmetry, string theory, gravitational waves, and modern gauge-gravity connections.
Use the pages as a map rather than a linear substitute for a course. A first pass can follow the sidebar order and focus on definitions and worked examples. A second pass should connect recurring structures: Gaussian integrals reappear as propagators, symmetries reappear as Ward identities, and scale dependence reappears as both renormalization and effective field theory.
Definitions
The central object of QFT is a field on spacetime. A scalar example is
The dynamics are encoded by an action
Quantization can be approached canonically through commutators, or through the path integral
Correlation functions are vacuum expectation values of time-ordered products:
Particles appear as excitations of fields. A free real scalar field has the mode expansion
where creates a quantum of momentum .
The notes use natural units , metric signature where needed, and absolute wiki links under /physics/quantum-field-theory/....
Key results
QFT is built from a few recurring results:
- Locality and Lorentz symmetry constrain Lagrangians.
- Quadratic terms define propagators.
- Interaction terms define vertices.
- Functional derivatives of generate correlation functions.
- Loop integrals require regularization and renormalization.
- Gauge invariance removes redundant degrees of freedom and enforces Ward identities.
- Spontaneous symmetry breaking reorganizes the spectrum.
- The renormalization group explains scale dependence and universality.
- Effective field theory makes finite-domain theories predictive.
The generated chapter list is:
| Position | Page | Main Zee-aligned scope |
|---|---|---|
| 2 | Motivation, Fields, and Quanta | why fields, particles as excitations, locality |
| 3 | Path Integral Formulation | sum over histories, generating functionals |
| 4 | Perturbation Theory and Feynman Diagrams | propagators, vertices, graph counting |
| 5 | Scalar Phi-Four Theory | scalar model, loops, counterterm targets |
| 6 | Dirac Fields and Spinors | Dirac equation, fermion quantization |
| 7 | Gauge Invariance and QED | local , Ward identities, QED rules |
| 8 | Renormalization and Counterterms | regulators, counterterms, physical parameters |
| 9 | Renormalization Group | beta functions, fixed points, universality |
| 10 | Symmetry Breaking, Goldstone Bosons, and Higgs Physics | Goldstone theorem and Higgs mechanism |
| 11 | Yang-Mills Theory and QCD | nonabelian gauge theory, ghosts, QCD |
| 12 | Chiral Anomalies | axial anomaly, topology, consistency |
| 13 | Effective Field Theory | matching, power counting, low-energy expansion |
| 14 | Electroweak Theory and Grand Unification | electroweak breaking, GUT scaling ideas |
| 15 | Collective and Condensed Matter Field Theory | superfluids, criticality, superconductors, Hall fluids |
| 16 | Gravity, Cosmology, and Beyond | curved spacetime, gravitational EFT, cosmological constant |
Visual
| Theme | Pages to read first | Minimal mathematical tool |
|---|---|---|
| Scattering | diagrams, , QED | Gaussian integrals and Fourier transforms |
| Symmetry | spinors, gauge theory, symmetry breaking | groups, currents, Noether reasoning |
| Scale | renormalization, RG, EFT | dimensional analysis and logarithms |
| Matter systems | condensed matter, symmetry breaking, RG | Euclidean path integrals and order parameters |
| Beyond the Standard Model | Yang-Mills, electroweak/GUT, gravity | gauge groups and EFT power counting |
Worked example 1: From action to propagator
Problem: Explain how a quadratic scalar action determines the propagator.
Step 1: Start with the free action in a compact quadratic notation:
where
Step 2: Add a source:
Step 3: Complete the square in functional form:
Step 4: The shifted Gaussian integral gives
up to sign conventions absorbed into the definition of the Feynman Green function.
Step 5: The propagator is the inverse kernel:
Step 6: Fourier transform. Since ,
The checked answer is that the propagator is the inverse of the quadratic operator in the action, with the prescription specifying the vacuum boundary condition.
Worked example 2: Choosing a reading path for a calculation
Problem: A student wants to compute the first loop correction to scalar scattering and understand why the answer depends on a scale. Which pages should they read and what are the intermediate checkpoints?
Step 1: Begin with Motivation, Fields, and Quanta to identify the scalar field, the action, and why particles are excitations.
Step 2: Read Path Integral Formulation. The checkpoint is being able to write
and obtain correlators by differentiating with respect to .
Step 3: Read Perturbation Theory and Feynman Diagrams. The checkpoint is knowing that an internal line gives
and a vertex gives .
Step 4: Read Scalar Phi-Four Theory. The checkpoint is deriving the graph relation
For , the one-loop correction is logarithmically divergent.
Step 5: Read Renormalization and Counterterms. The checkpoint is understanding that the divergent part is absorbed into while a finite renormalization condition defines the measured .
Step 6: Read Renormalization Group. The checkpoint is interpreting the residual scale dependence as a beta function:
The checked reading path turns a single loop diagram into the linked ideas of propagators, vertices, divergence, counterterm, renormalization condition, and running coupling.
Code
pages = [
("motivation-fields-and-quanta", "fields and particles"),
("path-integral-formulation", "generating functional"),
("perturbation-and-feynman-diagrams", "diagram rules"),
("scalar-phi-four-theory", "scalar test model"),
("renormalization-and-counterterms", "remove cutoff dependence"),
("renormalization-group", "scale flow"),
]
for index, (slug, purpose) in enumerate(pages, start=1):
url = f"/physics/quantum-field-theory/{slug}"
print(f"{index}. {purpose}: {url}")
Common pitfalls
- Reading QFT as a list of unrelated tricks. The same few ideas repeat: locality, symmetry, Gaussian integrals, perturbative expansion, and scale dependence.
- Skipping the scalar model too quickly. theory is where most of the machinery can be learned without spin or gauge redundancy.
- Treating gauge invariance as a force law rather than a redundancy that constrains force laws.
- Thinking renormalization only removes infinities. Its deeper content is how measured parameters change with scale.
- Treating condensed matter and gravity pages as side topics. They show why QFT is a general framework, not merely a particle-physics technique.
Connections
- Motivation, Fields, and Quanta
- Path Integral Formulation
- Perturbation Theory and Feynman Diagrams
- Scalar Phi-Four Theory
- Dirac Fields and Spinors
- Gauge Invariance and QED
- Renormalization and Counterterms
- Renormalization Group
- Symmetry Breaking, Goldstone Bosons, and Higgs Physics
- Yang-Mills Theory and QCD
- Chiral Anomalies
- Effective Field Theory
- Electroweak Theory and Grand Unification
- Collective and Condensed Matter Field Theory
- Gravity, Cosmology, and Beyond