Merge branch 'master' into Tensors

This commit is contained in:
Joseph Tooby-Smith 2024-07-19 16:27:19 -04:00 committed by GitHub
commit 850546783c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 52 additions and 56 deletions

View file

@ -166,7 +166,7 @@ lemma mul_markedLorentzAction (T : Marked d X 1) (S : Marked d Y 1)
T.coord (splitIndexValue.symm ((indexValueSumEquiv i).1, j))
* S.coord (splitIndexValue.symm ((indexValueSumEquiv i).2, k))
apply Finset.sum_congr rfl (fun x _ => ?_)
rw [Finset.sum_mul_sum ]
rw [Finset.sum_mul_sum]
apply Finset.sum_congr rfl (fun j _ => ?_)
apply Finset.sum_congr rfl (fun k _ => ?_)
ring