Documentation
Mathlib
.
Algebra
.
GroupWithZero
.
Conj
Search
Google site search
return to top
source
Imports
Init
Mathlib.Algebra.Group.Conj
Mathlib.Algebra.GroupWithZero.Units.Basic
Imported by
isConj_iff₀
Conjugacy in a group with zero
#
source
@[simp]
theorem
isConj_iff₀
{α :
Type
u_1}
[
GroupWithZero
α
]
{a :
α
}
{b :
α
}
:
IsConj
a
b
↔
∃ (
c
:
α
),
c
≠
0
∧
c
*
a
*
c
⁻¹
=
b