Theorems · Definition · group theory
FreeSemigroup.recOnMul
{α : Type u} →
{C : FreeSemigroup α → Sort l} →
(x : FreeSemigroup α) →
((x : α) → C (FreeSemigroup.of x)) →
((x : α) → (y : FreeSemigroup α) → C (FreeSemigroup.of x) → C y → C (FreeSemigroup.of x * y)) → C xRecursor for free semigroup using of and *.
- Defined in
- Mathlib.Algebra.Free
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- FreeSemigroupstatement and proof · cited by 43
- FreeSemigroup.ofstatement and proof · cited by 20
- FreeSemigroup.recOnproof · cited by 0
Cited by4
Results whose statement or proof uses this declaration.
- FreeSemigroup.hom_extproof · cited by 2
- FreeSemigroup.toFreeMonoid_ne_oneproof · cited by 0
- FreeSemigroup.recOnPureproof · cited by 0
- FreeSemigroup.length_mapproof · cited by 0