Theorems · Theorem · logic and foundations
Primrec.list_casesOn
∀ {α : Type u_1} {β : Type u_2} {σ : Type u_4} [inst : Primcodable α] [inst_1 : Primcodable β] [inst_2 : Primcodable σ]
{f : α → List β} {g : α → σ} {h : α → β × List β → σ},
Primrec f → Primrec g → Primrec₂ h → Primrec fun a => List.casesOn (f a) (g a) fun b l => h a (b, l)- Defined in
- Mathlib.Computability.Primrec.List
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
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 · cited by 141
- Primrec₂statement · cited by 93
- Primcodable.primproof · cited by 17
Cited by3
Results whose statement or proof uses this declaration.
- Primrec.list_tailproof · cited by 2
- Primrec.list_head?proof · cited by 2
- Primrec.list_modifyHead'proof · cited by 2