-
Notifications
You must be signed in to change notification settings - Fork 6
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(Modal): Arithmetical Soundness of 𝐆𝐋
#69
Merged
Merged
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1ede95f
goedelNumber
iehality 9279f5d
add ProvabilityCondition
iehality e938124
feat(Modal): Arithmetical Soundness of `𝐆𝐋`
SnO2WMaN cf56cf8
Add some class
SnO2WMaN 19a7e9e
Gödel2 via Löb
SnO2WMaN 9773263
fx
SnO2WMaN fe6a764
neg def wip
SnO2WMaN 68bfff3
feat: Negation equivalence on System
SnO2WMaN 0e37dcb
Merge branch 'neg-equivalence-on-system' into GL-interpretation
SnO2WMaN 534e166
fix
SnO2WMaN d40d642
fx
SnO2WMaN 4bee2a5
add ProvabilityCondition
iehality ae3431b
Merge remote-tracking branch 'origin/master' into GL-interpretation
SnO2WMaN 614a764
Remove classical
SnO2WMaN 6f4c5d3
fix
SnO2WMaN a207111
fx
SnO2WMaN 2e5451a
kreisel
SnO2WMaN File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Löbの定理で使う不動点の構成,出来ている以上はおそらく合っていると思うのだが書き換えシステムなどに慣れていないので正しいのかわからない.一応チェックしてもらえると助かる.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
だいたい良いと思うが,構成的に示せるならば
∃ (θ : Sentence L) ...
の形ではなく具体的にwitnessを示したほうが良いと思う.ただ
“x | !β.prov x → !σ”
でなく“x | !β.prov x → !!σ”
の表記のほうが扱いやすいかもしれない(前者は空の列をσ
に代入しているが,後者はσ
を直接用いる)There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
“x | !β.prov x → !!σ”
にした場合,σ
がSemisentence L 1
でないという理由で型チェックが通らない.(望ましい挙動なのかはよくわからない).具体的にwitnessを示すというのがどういったことを指すのかよくわかっていない.例えば下記のよう定義して
kreisel_spec
みたいなものを補題として用意する,という意味だろうか?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
なるほど,勘違いしていた.witnessについては,具体的にKreisel文を定義するということで間違いない.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed