kb84tkhrのブログ

何を書こうか考え中です あ、あと組織とは関係ないってやつです 個人的なやつ

2017-12-21から1日間の記事一覧

ゲーデルの不完全性定理の証明のアレをRacketで書いてみる (52)

定義23 xは論理式である (define (M23 [x : GSequence]) : Natural (expt (P (sqr (len x))) (* x (sqr (len x))))) (define (IsEndedWith [n : GSeqSeq] [x : GSequence]) : Boolean (= (elm n (len n)) x)) (define (IsForm [x : GSequence]) : Boolean (∃…