Theorems · Theorem · group theory
isUnit_iff_exists_and_exists
∀ {M : Type u_1} [inst : Monoid M] {a : M}, IsUnit a ↔ (∃ b, a * b = 1) ∧ ∃ c, c * a = 1See isUnit_iff_exists for a similar lemma with one existential.
- Defined in
- Mathlib.Algebra.Group.Units.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- Monoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Monoidstatement and proof · cited by 3,887
- IsUnitstatement · cited by 1,602
- left_inv_eq_right_invproof · cited by 19
- isUnit_iff_existsproof · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- Submodule.ker_unitsToPicproof · cited by 1