Theorems · Theorem · logic and foundations
Primrec.nat_omega_rec
∀ {α : Type u_1} {β : Type u_2} {σ : Type u_4} [inst : Primcodable α] [inst_1 : Primcodable β] [inst_2 : Primcodable σ]
(f : α → β → σ) {m : α → β → ℕ} {l : α → β → List β} {g : α → β × List σ → Option σ},
Primrec₂ m →
Primrec₂ l →
Primrec₂ g →
(∀ (a : α) (b b' : β), b' ∈ l a b → m a b' < m a b) →
(∀ (a : α) (b : β), g a (b, List.map (f a) (l a b)) = some (f a b)) → Primrec₂ f- Defined in
- Mathlib.Computability.Primrec.List
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Primcodablestatement and proof · cited by 325
- Primrec₂statement and proof · cited by 93
- Primrec.sndproof · cited by 66
- Primrec.fstproof · cited by 58
- Primrec₂.compproof · cited by 55
- Primrec₂.rightproof · cited by 13
- Primrec.comp₂proof · cited by 12
- Primrec₂.comp₂proof · cited by 9
- Primrec₂.leftproof · cited by 8
- Primrec₂.pairproof · cited by 4
- Primrec₂.uncurryproof · cited by 2
- Primrec.list_mapproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.