We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(「代入を備えた論理」を整備してから取り掛かる予定)
現状 Incompleteness/DC はFirstOrder 上で定義されているが,sentence の証明に関する記法T ⊢!. σが煩雑,またその理論の強弱関係のinstance 関係が面倒になるなどの問題があり,一般に代入を備えた論理について述べたほうが簡潔になると思う.
T ⊢!. σ
このとき,ProvabilityPredicateは以下のようになる.
ProvabilityPredicate
structure ProvabilityPredicate [System (F 0) S] (𝓢 𝓣 : S) where prov : F 1 spec {σ : Sentence L} : T ⊢! σ → T₀ ⊢! prov/[⌜σ⌝]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(「代入を備えた論理」を整備してから取り掛かる予定)
現状 Incompleteness/DC はFirstOrder 上で定義されているが,sentence の証明に関する記法
T ⊢!. σ
が煩雑,またその理論の強弱関係のinstance 関係が面倒になるなどの問題があり,一般に代入を備えた論理について述べたほうが簡潔になると思う.このとき,
ProvabilityPredicate
は以下のようになる.The text was updated successfully, but these errors were encountered: