Update TimeCond.lean
This commit is contained in:
parent
e3e8354be5
commit
7d91d4c2dd
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ lemma empty_mem {φs : List 𝓕.FieldOp} : empty (n := φs.length).EqTimeOnly :
|
|||
simp [empty]
|
||||
|
||||
/-- Let `φs` be a list of `𝓕.FieldOp` and `φsΛ` a `WickContraction` of `φs` within
|
||||
which every contraction involves two `𝓕FieldOp`s that have the same time, then
|
||||
which every contraction involves two `𝓕.FieldOp`s that have the same time, then
|
||||
`φsΛ.staticContract = φsΛ.timeContract`. -/
|
||||
lemma staticContract_eq_timeContract_of_eqTimeOnly (h : φsΛ.EqTimeOnly) :
|
||||
φsΛ.staticContract = φsΛ.timeContract := by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue