Mathlib Map

Theorems · Theorem · ring theory

isGroupLikeElem_iff_of_mul_eq_one

∀ {R : Type u_1} {A : Type u_2} [inst : CommSemiring R] [inst_1 : Semiring A] [inst_2 : Bialgebra R A] {a b : A},
  a * b = 1 → b * a = 1 → (IsGroupLikeElem R a ↔ IsGroupLikeElem R b)

Group-like elements in a bialgebra are stable under inverses, when they exist.

Defined in
Mathlib.RingTheory.Bialgebra.GroupLike
Cited by
1 results in Mathlib
Foundations
Depth 81 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringSemiringBialgebra

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.