Zulip Chat Archive

Stream: general

Topic: has_involutive_inv


Yury G. Kudryashov (Mar 23 2021 at 13:19):

What do you think about adding a typeclass has_involutive_inv [has_inv G] := (inv_inv : ∀ x : G, (x⁻¹)⁻¹ = x) with instances for group, group_with_zero, pi, and ennreal?

Eric Wieser (Mar 23 2021 at 13:29):

And has_involutive_neg I assume as well

Eric Wieser (Feb 11 2022 at 10:39):

Done in #11960, although as extends has_inv G rather than [has_inv G] to match has_involutive_star R.


Last updated: Dec 20 2023 at 11:08 UTC