Theorems · Theorem · logic and foundations
RecursiveIn.subst
∀ {α : Type u_1} {σ : Type u_4} [inst : Primcodable α] [inst_1 : Primcodable σ] {O O' : Set (ℕ →. ℕ)} {f : α →. σ},
RecursiveIn O f → (∀ g ∈ O, RecursiveIn O' g) → RecursiveIn O' fIf every element of O is RecursiveIn O', then any function which is
RecursiveIn O is also RecursiveIn O'.
- Defined in
- Mathlib.Computability.RecursiveIn
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 27 from the axioms · uses propext, Quot.sound
- Assumes
- PrimcodablePrimcodable
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.
- Setstatement and proof · cited by 53,352
- Primcodablestatement and proof · cited by 325
- PFunstatement and proof · cited by 207
- RecursiveInstatement and proof · cited by 15
- Nat.RecursiveIn.substproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- RecursiveIn.monoproof · cited by 0
- TuringReducible.transproof · cited by 0