Theorems · Theorem · group theory
SemiconjBy.mul_right
∀ {S : Type u_1} [inst : Semigroup S] {a x y x' y' : S},
SemiconjBy a x y → SemiconjBy a x' y' → SemiconjBy a (x * x') (y * y')If a semiconjugates x to y and x' to y',
then it semiconjugates x * x' to y * y'.
- Defined in
- Mathlib.Algebra.Group.Semiconj.Defs
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
- Assumes
- Semigroup
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.
- mul_assocproof · cited by 1,667
- Semigroupstatement and proof · cited by 202
- SemiconjBystatement and proof · cited by 99
- SemiconjBy.eqproof · cited by 18
Cited by5
Results whose statement or proof uses this declaration.
- SemiconjBy.pow_rightproof · cited by 9
- Commute.mul_rightproof · cited by 5
- SemiconjBy.natCast_mul_rightproof · cited by 1
- SemiconjBy.div_rightproof · cited by 1
- SemiconjBy.intCast_mul_rightproof · cited by 0