Theorems · Theorem · logic and foundations
Primrec.map_decode_iff
∀ {α : Type u_1} {β : Type u_2} {σ : Type u_3} [inst : Primcodable α] [inst_1 : Primcodable β] [inst_2 : Primcodable σ]
{f : α → β → σ}, (Primrec₂ fun a n => Option.map (f a) (Encodable.decode n)) ↔ Primrec₂ f- Defined in
- Mathlib.Computability.Primrec.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- Encodable.decodestatement · cited by 77
- Primrec₂.option_some_iffproof · cited by 2
- Primrec.bind_decode_iffproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.