Theorems · Theorem · logic and foundations
Computable.subtype_mk
∀ {α : Type u_1} {β : Type u_2} [inst : Primcodable α] [inst_1 : Primcodable β] {f : α → β} {p : β → Prop}
[inst_2 : DecidablePred p] {h : ∀ (a : α), p (f a)} (hp : PrimrecPred p), Computable f → Computable fun a => ⟨f a, ⋯⟩- Defined in
- Mathlib.Computability.Partrec
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 86 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Primcodablestatement and proof · cited by 325
- Computablestatement and proof · cited by 80
- PrimrecPredstatement and proof · cited by 23
- Primcodable.subtypestatement · cited by 5
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.