feat: LorentzAction_on_isEmpty

This commit is contained in:
jstoobysmith 2024-07-16 11:59:29 -04:00
parent 86e7ea6c0f
commit d385f72087
2 changed files with 15 additions and 7 deletions

View file

@ -270,13 +270,8 @@ open Matrix
/-- The action of the Lorentz group on `ofReal v` is trivial. -/
@[simp]
lemma lorentzAction_ofReal (r : ) : Λ • ofReal d r = ofReal d r := by
refine ext' rfl ?_
funext i
erw [lorentzAction_smul_coord]
simp only [Finset.univ_unique, Finset.univ_eq_empty, Finset.prod_empty, one_mul,
Finset.sum_singleton, IndexValue]
rfl
lemma lorentzAction_ofReal (r : ) : Λ • ofReal d r = ofReal d r :=
lorentzAction_on_isEmpty Λ (ofReal d r)
/-- The action of the Lorentz group on `ofVecUp v` is by vector multiplication. -/
@[simp]