Mathlib Map

Theorems · Definition · logic and foundations

Primrec

{α : Type u_1} → {β : Type u_2} → [Primcodable α] → [Primcodable β] → (α → β) → Prop

Primrec f means f is primitive recursive (after encoding its input and output as natural numbers).

Defined in
Mathlib.Computability.Primrec.Basic
Cited by
141 results in Mathlib
Foundations
Depth 8 from the axioms, rests on 22 definitions · uses propext
Assumes
PrimcodablePrimcodable

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.

Cited by144

Results whose statement or proof uses this declaration.