-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ProvabilityLogic): Arithmetical Completeness of GL Part.1 #2
base: master
Are you sure you want to change the base?
Conversation
見る限り単なる原始再帰的関数ではなく算術の内部で形式化した原始再帰的関数を用いているように見えるが,これは形式化していないし,するならかなり大変だと思う.一つの案として,https://formalizedformallogic.github.io/Book/first_order/isigma1.html#fixpoint の改変を使えばできそうな気がする. つまり |
再帰定理ではなく不動点補題を用いてsolovay sentencesを構成する方法もあったはず(証明は忘れました)なので一旦こちらで行けるか検証してみます。検討ありがとう。 |
この一般化した不動点補題を示した. Incompleteness/Incompleteness/Arith/Second.lean Lines 126 to 127 in 7f9d87b
|
𝐆𝐋
Part.1
適当な条件を満たすような算術の文(Solovay sentences)が構成可能だと仮定すると、
𝐆𝐋
の算術的完全性が言えるという事実を形式化する。Part.2では実際にSolovay Sentencesが構成可能であることを形式化する予定。余談: とりあえず和書では新井の『数学基礎論』増補版の3章後半を参考してほしいが、Solovay sentencesは原始的再帰関数に関する再帰定理から構成出来る。この定理に対応する形式化はあるだろうか?