refactor: Lint

This commit is contained in:
jstoobysmith 2025-02-07 10:34:48 +00:00
parent cb2f8a30bf
commit cecc75cf46
17 changed files with 36 additions and 43 deletions

View file

@ -33,7 +33,7 @@ The inductive step works as follows:
For the LHS:
1. The proof considers `φ₀…φₙ` as `φ₀(φ₁…φₙ)` and use the induction hypothesis on `φ₁…φₙ`.
2. This gives terms of the form `φ * φsΛ.staticWickTerm` on which
2. This gives terms of the form `φ * φsΛ.staticWickTerm` on which
`mul_staticWickTerm_eq_sum` is used where `φsΛ` is a Wick contraction of `φ₁…φₙ`,
to rewrite terms as a sum over optional uncontracted elements of `φsΛ`