Mathlib Map

Theorems · Theorem · logic and foundations

Primrec.option_bind

∀ {α : Type u_1} {β : Type u_2} {σ : Type u_3} [inst : Primcodable α] [inst_1 : Primcodable β] [inst_2 : Primcodable σ]
  {f : α → Option β} {g : α → β → Option σ}, Primrec f → Primrec₂ g → Primrec fun a => (f a).bind (g a)
Defined in
Mathlib.Computability.Primrec.Basic
Cited by
8 results in Mathlib
Foundations
Depth 82 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
PrimcodablePrimcodablePrimcodable

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites6

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by8

Results whose statement or proof uses this declaration.