--- layout: default ---

{{ site.data.perturbationTheory.title }}

Note Curators: {{ site.data.perturbationTheory.curators }}


Note: These notes are created using an interactive theorem prover called Lean. Lean formally checks definitions, theorems and proofs for correctness. These notes are part of a much larger project called HepLean, which aims to digitalize high energy physics into Lean. Please consider contributing to this project.

Please provide feedback or suggestions for improvements by creating a GitHub issue here.


Table of content

{% for entry in site.data.perturbationTheory.parts %} {% if entry.type == "h1" %} {{ entry.sectionNo }}. {{ entry.content }}
{% endif %} {% if entry.type == "h2" %} - {{ entry.sectionNo }}. {{ entry.content }}
{% endif %} {% endfor %}



{% for entry in site.data.perturbationTheory.parts %} {% if entry.type == "h1" %}

{{ entry.sectionNo }}. {{ entry.content }}

{% endif %} {% if entry.type == "h2" %}

{{ entry.sectionNo }}. {{ entry.content }}

{% endif %} {% if entry.type == "p" %}

{{ entry.content }}

{% endif %} {% if entry.type == "name" %}

{{ entry.name }}: {{ entry.docString | markdownify}}

Show Lean code:
{{ entry.declString }}

{% endif %} {% if entry.type == "remark" %}
Remark: {{ entry.name}} {{ entry.content|markdownify }}

{% endif %} {% endfor %}