Theorems · Theorem · group theory
FreeSemigroup.lift_mk_eq_foldl
∀ {α : Type u} {β : Type v} [inst : Semigroup β] {f : α → β} {x : α} {xs : List α},
(FreeSemigroup.lift f) { head := x, tail := xs } = List.foldl (fun x1 x2 => x1 * f x2) (f x) xs- Defined in
- Mathlib.Algebra.Free
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Quot.sound
- Assumes
- Semigroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Equivstatement · cited by 8,337
- MulHomstatement · cited by 299
- Semigroupstatement and proof · cited by 202
- FreeSemigroupstatement · cited by 43
- FreeSemigroup.liftstatement · cited by 8
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.