GithubHelp home page GithubHelp logo

lean-reducibility's Introduction

lean-reducibility

Lean3で計算可能性理論を形式化する。Iterated trees of strategiesを形式化する。

構造

  • lib.lean
  • rpartrec.lean:相対的計算可能性
  • coding.lean:神託付き万能チューリングマシン
  • function.lean:様々な計算可能な関数
  • reducibility.lean:チューリング還元に関する諸定理
  • tree.lean
  • its.lean: (簡易版)Iterated trees of strategiesの定義や定理
  • its_computable.lean
  • friedberg_muchnik.lean:Friedberg-Muchnikの定理
  • degree.lean:チューリング次数の構造

定義

  • 相対的計算可能性 rpartrec
  • チューリング還元可能性 (≤ₜ)
  • インデックスeの神託fのもとでの万能関数 ⟦e⟧^f x
  • チューリングジャンプ (′)
  • 相対的r.e.集合 rre_pred
  • 算術的階層 𝚷⁰, 𝚺⁰
  • チューリング次数 turing_degree, 𝐃
  • r.e.チューリング次数 re_degree, 𝐑

定理

  • $A <_T A^\prime$
    • lt_Jump : ∀ A, A <ₜ A′
  • チューリング次数の上半束構造
    • turing_degree.semilattice_sup_bot : semilattice_sup_bot 𝐃
  • Friedberg-Muchnikの定理
    • friedberg_muchnik.incomparable_re_sets : ∃ I₀ I₁ : set ℕ, r.e. I₀ ∧ r.e. I₁ ∧ I₁ ≰ₜ I₀ ∧ I₀ ≰ₜ I₁
    • turing_degree.friedberg_muchnik : ∃ a b : 𝐑, ¬a ≤ b ∧ ¬b ≤ a

参考文献

lean-reducibility's People

Contributors

iehality avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.