Multiplicative and additive equivalence acting on units. #
An additive group is isomorphic to its group of additive units
Instances For
Left multiplication by a unit of a monoid is a permutation of the underlying type.
Instances For
Left addition of an additive unit is a permutation of the underlying type.
Instances For
Right multiplication by a unit of a monoid is a permutation of the underlying type.
Instances For
Right addition of an additive unit is a permutation of the underlying type.
Instances For
Left multiplication in a Group is a permutation of the underlying type.
Instances For
Left addition in an AddGroup is a permutation of the underlying type.
Instances For
Extra simp lemma that dsimp can use. simp will never use this.
Extra simp lemma that dsimp can use. simp will never use this.
Right multiplication in a Group is a permutation of the underlying type.
Instances For
Right addition in an AddGroup is a permutation of the underlying type.
Instances For
Extra simp lemma that dsimp can use. simp will never use this.
Extra simp lemma that dsimp can use. simp will never use this.
A version of Equiv.mulLeft a bโปยน that is defeq to a / b.
Instances For
A version of Equiv.addLeft a (-b) that is defeq to a - b.
Instances For
A version of Equiv.mulRight aโปยน b that is defeq to b / a.
Instances For
A version of Equiv.addRight (-a) b that is defeq to b - a.
Instances For
The ฮฑหฃ type is equivalent to a subtype of ฮฑ ร ฮฑ.
Instances For
In a DivisionCommMonoid, Equiv.inv is a MulEquiv. There is a variant of this
MulEquiv.inv' G : G โ* Gแตแตแต for the non-commutative case.