feat: Wick's theorem for normal order
This commit is contained in:
parent
12d36dc1d9
commit
006e29fd08
11 changed files with 1055 additions and 2 deletions
|
@ -70,6 +70,12 @@ lemma timeConract_insertAndContract_some
|
|||
ext a
|
||||
simp
|
||||
|
||||
@[simp]
|
||||
lemma timeContract_empty (φs : List 𝓕.States) :
|
||||
(@empty φs.length).timeContract = 1 := by
|
||||
rw [timeContract, empty]
|
||||
simp
|
||||
|
||||
open FieldStatistic
|
||||
|
||||
lemma timeConract_insertAndContract_some_eq_mul_contractStateAtIndex_lt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue