Theorems · Theorem · commutative algebra
isRegular_mul_and_mul_iff
∀ {R : Type u_1} [inst : Semigroup R] {a b : R}, IsRegular (a * b) ∧ IsRegular (b * a) ↔ IsRegular a ∧ IsRegular bTwo elements a and b are regular if and only if both products a * b and b * a
are regular.
- Defined in
- Mathlib.Algebra.Regular.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 9 from the axioms · uses propext, Quot.sound
- Assumes
- Semigroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semigroupstatement and proof · cited by 202
- IsRegularstatement and proof · cited by 116
- IsRegular.leftproof · cited by 39
- IsRegular.rightproof · cited by 19
- IsRightRegular.of_mulproof · cited by 7
- IsLeftRegular.of_mulproof · cited by 5
- IsRegular.mulproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- isRegular_mul_iffproof · cited by 2
- IsRegular.and_of_mul_of_mulproof · cited by 0