TuringDegree
📁 Source: Mathlib/Computability/TuringDegree.lean
Statistics
| Metric | Count |
|---|---|
Definitions«term_≡ᵀ_», «term_≤ᵀ_», TuringDegree, instPartialOrder, TuringEquivalent, TuringReducible | 6 |
| 10 | |
| Total | 16 |
Computability
Definitions
| Name | Category | Theorems |
|---|---|---|
«term_≡ᵀ_» 📖 | CompOp | — |
«term_≤ᵀ_» 📖 | CompOp | — |
Nat.Partrec
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
turingReducible 📖 | mathematical | — | TuringReducible | — | — |
TuringDegree
Definitions
| Name | Category | Theorems |
|---|---|---|
instPartialOrder 📖 | CompOp | — |
TuringEquivalent
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
equivalence 📖 | mathematical | — | PFunTuringEquivalent | — | instIsPreorderPFunNatTuringReducible |
refl 📖 | mathematical | — | TuringEquivalent | — | equivalence |
trans 📖 | mathematical | TuringEquivalent | TuringEquivalent | — | equivalence |
TuringReducible
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
partrec_of_zero 📖 | — | TuringReduciblePart.some | — | — | Set.mem_singleton_iff |
refl 📖 | mathematical | — | TuringReducible | — | — |
rfl 📖 | mathematical | — | TuringReducible | — | refl |
trans 📖 | mathematical | TuringReducible | TuringReducible | — | Set.mem_singleton_iff |
(root)
Definitions
| Name | Category | Theorems |
|---|---|---|
TuringDegree 📖 | CompOp | — |
TuringEquivalent 📖 | MathDef | |
TuringReducible 📖 | MathDef |
Theorems
| Name | Kind | Assumes | Proves | Validates | Depends On |
|---|---|---|---|---|---|
instIsPreorderPFunNatTuringReducible 📖 | mathematical | — | IsPreorderPFunTuringReducible | — | TuringReducible.rflTuringReducible.trans |
partrec_iff_forall_turingReducible 📖 | mathematical | — | TuringReducible | — | Nat.Partrec.turingReducibleTuringReducible.partrec_of_zero |
---