Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
Biiiilly committed Oct 20, 2022
1 parent 4179e43 commit a9b386d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/linear_algebra/clifford_algebra/spin_group.lean
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,7 @@ instance : group (spin_group Q) :=
mul_left_inv := star_mul_self,
..submonoid.to_monoid _ }

instance : has_involutive_star (spin_group Q) :=
⟨λ _, by { ext, simp only [coe_star, star_star] }⟩
instance : has_involutive_star (spin_group Q) := ⟨λ _, by { ext, simp only [coe_star, star_star] }⟩

instance : star_semigroup (spin_group Q) :=
⟨λ _ _, by { ext, simp only [coe_star, submonoid.coe_mul, star_mul] }⟩
Expand Down

0 comments on commit a9b386d

Please sign in to comment.