feat: Add informal lemmas cf wick contract

This commit is contained in:
jstoobysmith 2024-12-02 05:45:27 +00:00
parent 8899701072
commit 25ba30e169

View file

@ -640,6 +640,15 @@ informal_definition HasEqualTimeContractions where
which are of equal time, i.e. come from the same vertex."
deps :≈ [``WickContract]
informal_definition IsConnected where
math :≈ "The condition for a Wick contraction that for any two vertices
(including external vertices) are connected by contractions."
deps :≈ [``WickContract]
informal_definition HasVacuumContributions where
math :≈ "The condition for a Wick contraction to have a vacuum contribution."
deps :≈ [``WickContract]
end WickContract
end TwoComplexScalar