--- layout: default ---
Toggle background color

{{ site.data.perturbationTheory.title }}

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


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 == "warning" %} {% endif %} {% if entry.type == "name" %}
{% if entry.isDef %}Definition{% else %}Theorem{% endif %} {{ entry.declNo }} ({{ entry.name }}): {% if entry.status == "incomplete" %}🚧{% endif %}
{{ entry.docString | markdownify}}
Show Lean code:
{{ entry.declString }}
{% endif %} {% if entry.type == "remark" %}
Remark: {{ entry.name}} {{ entry.content|markdownify }}

{% endif %} {% endfor %}