Theorems · Theorem · logic and foundations
Primrec.list_foldr
∀ {α : Type u_1} {β : Type u_2} {σ : Type u_4} [inst : Primcodable α] [inst_1 : Primcodable β] [inst_2 : Primcodable σ]
{f : α → List β} {g : α → σ} {h : α → β × σ → σ},
Primrec f → Primrec g → Primrec₂ h → Primrec fun a => List.foldr (fun b s => h a (b, s)) (g a) (f a)- Defined in
- Mathlib.Computability.Primrec.List
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Primcodablestatement and proof · cited by 325
- Primrecstatement and proof · cited by 141
- Primrec₂statement and proof · cited by 93
- Primrec.compproof · cited by 80
- Primrec.sndproof · cited by 66
- Primrec.fstproof · cited by 58
- Primrec₂.compproof · cited by 55
- Primrec.of_eqproof · cited by 50
- Primrec.to₂proof · cited by 37
- Primrec.pairproof · cited by 9
- Primrec.list_reverseproof · cited by 3
- Primrec.list_foldlproof · cited by 2
Cited by6
Results whose statement or proof uses this declaration.
- Primrec.list_lengthproof · cited by 7
- Primrec.list_appendproof · cited by 4
- Primrec.list_findIdxproof · cited by 3
- Primrec.list_mapproof · cited by 2
- Primrec.list_flattenproof · cited by 1
- Primrec.list_recproof · cited by 1