mathlib3 documentation

algebra.group.with_one.units

Isomorphism between a group and the units of itself adjoined with 0 #

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

Notes #

This is here to keep algebra.group_with_zero.units.basic out of the import requirements of algebra.order.field.defs.

def with_zero.units_with_zero_equiv {α : Type u_1} [group α] :

Any group is isomorphic to the units of itself adjoined with 0.

Equations