lean4-logic icon indicating copy to clipboard operation
lean4-logic copied to clipboard

Function calculates Gödel number of negated sentence

Open SnO2WMaN opened this issue 1 year ago • 1 comments

問題意識としては https://github.com/FormalizedFormalLogic/Foundation/issues/108 も参照

σ に対して ⌜∼σ⌝ = neg ⌜σ⌝ となる関数 neg の構成と,その利用として “x. ¬!𝔅.prov (neg x)”: $\lnot \mathrm{Pr}(\dot{\lnot}(x))$ のような論理式を考えたいのだが,どう定義すればいいのかよくわからなかった.良い案はあるだろうか?

SnO2WMaN avatar Dec 20 '24 07:12 SnO2WMaN

形式化された否定なら https://github.com/FormalizedFormalLogic/Arithmetization/blob/3d99d24b572f61cb362e8f40f81697343e3562a6/Arithmetization/ISigmaOne/Metamath/Coding.lean#L477 のように定義してあるのでそれを使えばよいと思う.

iehality avatar Dec 30 '24 14:12 iehality