Theorems · Theorem · logic and foundations
Primrec.list_map
∀ {α : Type u_1} {β : Type u_2} {σ : Type u_4} [inst : Primcodable α] [inst_1 : Primcodable β] [inst_2 : Primcodable σ]
{f : α → List β} {g : α → β → σ}, Primrec f → Primrec₂ g → Primrec fun a => List.map (g a) (f a)- Defined in
- Mathlib.Computability.Primrec.List
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 92 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.constproof · cited by 57
- Primrec₂.compproof · cited by 55
- Primrec.of_eqproof · cited by 50
- Primrec.to₂proof · cited by 37
- Primrec.list_consproof · cited by 9
- Primrec.list_foldrproof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- Primrec.list_flatMapproof · cited by 2
- Primrec.nat_omega_recproof · cited by 0