Theorems · Definition · group theory
Semigroup.casesOn
{G : Type u} →
{motive : Semigroup G → Sort u_1} →
(t : Semigroup G) →
([toMul : Mul G] →
(mul_assoc : ∀ (a b c : G), a * b * c = a * (b * c)) → motive { toMul := toMul, mul_assoc := mul_assoc }) →
motive t- Defined in
- Mathlib.Algebra.Group.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semigroupstatement and proof · cited by 202
Cited by3
Results whose statement or proof uses this declaration.
- Monoid.extproof · cited by 7
- Semigroup.noConfusionproof · cited by 0
- Semigroup.noConfusionTypeproof · cited by 0