Theorems · Theorem · group theory
AddSemiconjBy.add_right
∀ {S : Type u_1} [inst : AddSemigroup S] {a x y x' y' : S},
AddSemiconjBy a x y → AddSemiconjBy a x' y' → AddSemiconjBy 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
- 2 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
- Assumes
- AddSemigroup
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.
- add_assocproof · cited by 746
- AddSemigroupstatement and proof · cited by 136
- AddSemiconjBystatement and proof · cited by 56
- AddSemiconjBy.eqproof · cited by 10
Cited by2
Results whose statement or proof uses this declaration.
- AddSemiconjBy.nsmul_rightproof · cited by 5
- AddCommute.add_rightproof · cited by 4