Theorems · Theorem · logic and foundations
Computable.encode_iff
∀ {α : Type u_1} {σ : Type u_4} [inst : Primcodable α] [inst_1 : Primcodable σ] {f : α → σ},
(Computable fun a => Encodable.encode (f a)) ↔ Computable f- Defined in
- Mathlib.Computability.Partrec
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext, Quot.sound
- Assumes
- PrimcodablePrimcodable
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Primcodablestatement and proof · cited by 325
- Encodable.encodestatement · cited by 118
- Computablestatement · cited by 80
Cited by6
Results whose statement or proof uses this declaration.
- Computable.sumCasesOnproof · cited by 5
- Computable.option_some_iffproof · cited by 5
- Computable.condproof · cited by 4
- Computable.option_casesOnproof · cited by 2
- Partrec.optionCasesOn_rightproof · cited by 1
- Nat.Partrec.Code.computable_recOnproof · cited by 0