Theorems · Definition · group theory
FreeSemigroup.recOnPure
{α : Type u} →
{C : FreeSemigroup α → Sort l} →
(x : FreeSemigroup α) →
((x : α) → C (pure x)) → ((x : α) → (y : FreeSemigroup α) → C (pure x) → C y → C (pure x * y)) → C xRecursor that uses pure instead of of.
- Defined in
- Mathlib.Algebra.Free
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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.recOnMulproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- FreeSemigroup.traverseproof · cited by 1