ゴジラ S.P 12話 作中テキスト、用語メモ

f:id:metagross-armor:20210617224829p:plain

用語など

  • エクピローシス
    • ストア派が主張した、火による世界の破滅と再生の概念。
  • ストア派
    • ヘレニズム哲学(古代ギリシアの哲学)の学派。感情に流されず、理性に従う生活が理想とされる。(英語のストイックの由来。)
  • マータリシュバン/アグニ
    • インド神話の火の神。黄金の顎と歯、炎の頭髪、3個あるいは7個の舌を持つとされる。
  • カグツチ
    • 日本神話の火の神。誕生時に母親が死んだことが原因で、父親に殺された。
  • ブロブ
    • 半固体の小さな塊、輪郭がはっきりしない形のものを指す英単語。
      単語そのまま、「ブロブ/宇宙からの不明物体」(The Blob)という映画がある。
  • グレイグー
    • 自己増殖するナノマシンが地球を覆いつくす世界の終焉。
  • ヌートリア
  • プログラマブル原子
    • 性質を使用者が任意に変更、設定できる原子(?)。
  • 黄蝶​群飛
    • 吾妻鏡鎌倉時代の日本の歴史書。)に記述されている蝶の大量発生。黄蝶が鎌倉に充満したのを見た源頼朝は、それを戦いの予兆と考えた。

テキスト

神野銘からのメール

subject: Some properties of the Orthogonal


1. The variations of three dimensional sections[-> three_dimensional.txt]
2. The mechanism of the operation in the higher dimensional space[-> higher_dimensional.txt]
3. Chemical reactions of Archetypes[-> cemicals.txt]
3.1 As a 'chemical'
3.2 As a 'catalyst'
3.3 Autocatalytic Network
4. The dynamics of the OD[-> dynamics_of_OD.txt]

オーソゴナル・ダイアゴナライザーのいくつかの性質
1. 3次元部分の変量
2. 高次元空間における操作の機構
3. アーキタイプの化学反応
3.1 化学薬品として
3.2 触媒として
3.3 自己触媒的なネットワーク
4. オーソゴナル・ダイアゴナライザーの力学

How to make OD Code


To construct a code for the Orthogonal Diagonalizer (OD Code) corresponds to solving the n-SAT problem.


Here, the n-SAT problem means the "SATisfiability problem".
As is well known, the n-SAT problem is an NP-complete problem. You hold a big problem.
The main difficulty comes from the spatio-temporal structure of Archetype.
Lets imagine controlling a molecule in four-dimensional space. It would be desirable not to destroy the space-time causality.
You need to find the self-consistent rotation in the space to avoid a contradiction.
How?


Lesson one:
Find the truth value assignment satisfying of the below formula.
(x ∨ x ∨ y) ∧ (¬x ∨ ¬y ∨ ¬y) ∧ (¬x ∨ y ∨ y)


Lesson two:
Observe the simplest part of the OD code schema below.

ODコードの作り方

オーソゴナル・ダイアゴナライザーのコード(ODコード)を構築することは、n-SAT問題を解くことに対応しています。
ここで、n-SAT問題は、充足可能性問題*1を意味しています。
よく知られているように、n-SAT問題はNP完全問題*2です。あなたは大きな問題を抱えています。
主な困難さは、アーキタイプの時空構造から来ています。
4次元空間で分子をコントロールすることを想像してください。それは時空の因果関係を破壊しないことが望ましいです。
矛盾を避けるために、空間内で自己無撞着な(自己矛盾を起こしていない)回転を見つける必要があります。

レッスン1
以下の式を満たす真偽値の割り当てを見つけてください。


レッスン2
以下のODコード図表の最も単純な部分を観察してください。

*1:与えられた命題論理式が、それに含まれる変数の真偽値をうまく設定して、全体として真になるようにする問題。

*2:注釈で簡易な説明を書くのは、困難な問題だった。初心者が学ぶP,NP,NP困難(Hard),NP完全(Complete)とは(わかりやすく解説) - MotoJapan's Tech-Memo