このブログの更新は Twitterアカウント @m_hiyama で通知されます。
Follow @m_hiyama

メールでのご連絡は hiyama{at}chimaira{dot}org まで。

はじめてのメールはスパムと判定されることがあります。最初は、信頼されているドメインから差し障りのない文面を送っていただけると、スパムと判定されにくいと思います。

参照用 記事

絵算のテキスト化を完全にやってみた(超・疲れた)

4月26日の記事「新しい絵算手法:ストリング+ストライプ図」を書いた時点で、例題である“結合律”を証明する絵〈pictorial proof〉は描いていました。翌日の「絵算のテキスト表現(結論:疲れる)」において、行列レイアウトを使って絵の一部をテキストに写し取ってみたのですが、疲れて途中でやめてしまいました。

4月30日の夜と5月1日の朝を使って、残りの写し取り作業を完成させたので、その結果をお見せしましょう。面倒だったよー。たぶん、こんな事はもうやらないと思います。

内容:

はじめに

なんで面倒な作業をやったのかというと; 典型的例題として提示した計算を途中でうっちゃっておく*1のもイカガナモノカ、という理由がひとつ。もうひとつ別な理由もあります。

絵算に関して、次のような印象を持つ人がいるかと思います。

  • 人間の素朴な幾何的直感に頼っているので厳密性に欠ける。
  • 絵図の操作は、公理化/アルゴリズム化が出来ない。

これらの疑念や不信がナンセンスであることを示すこともこの記事を書いた動機です。実際は、

  • 人間の素朴な幾何的直感に頼っているのは事実だが、厳密性に欠けるわけではない。
  • 絵図の操作を公理化/アルゴリズム化することは可能である。ただし、容易でないのは事実。

絵をテキストに翻訳してみれば、やっていることは記号的表現の等式的推論〈equational reasoning〉と同等なことだと分かるでしょう。

使ったテキスト表現手法は、「絵算のテキスト表現(結論:疲れる)」で紹介した行列レイアウトを使う方法です。これは、いわば苦肉の策です。苦肉の策でも無策よりはマシですが、いくつか問題があります。

行列レイアウトは、碁盤目状のグリッドレイアウトしか出来ません。絵算の絵は、碁盤目に区切るのが適切とは限りません。次の図は「絵算の威力をお見せしよう」で出したものです。

ご覧のように碁盤目ではない分割を使っています。仮に自由なレイアウトが出来ても、ワイヤーの繋がり具合という情報が見えなくなるので、テキスト化は劣化を伴います。

今回の等式的推論過程は、あくまで絵の写しと捉えてください。テキスト表現だけの計算としては無駄なところがあったりします。そもそも、テキスト表現だけで計算が出来るのか? というと、個人的には出来る気がしません。テキスト表現を見ても、どこをどう変形するかの方針が(僕には)立たないからです。しかし、計算過程をチェックする用途にはテキスト表現だけでも十分だと思います。

書き方のお約束

等式的推論とは、項をイコール記号で結んで変形していくことです。

  項1
= 項2
  :
  :
= 項n

という形です。等式的推論しているんだ、って前提がハッキリしているなら、イコール記号は省略していいとします。

  項1
  項2
  :
  :
  項n

さらに、項の前後やあいだには説明(コメント)を入れます。説明文がどの項を説明しているかをハッキリさせるために次の約束をします。

  • 直前の項に関する説明は、「//< 説明」と書く。
  • 直後の項に関する説明は、「//> 説明」と書く。
  • 直前の項から直後の項への変形を説明するときは、「//= 説明」と書く。

上記の約束でテキスト表現を記述します。絵はこの記事の後のほうに載せます。が、もともとは絵で、実質12ステップの変形で絵証明をしました。レイアウト変更(内容に変化なし)が3回あるので、絵図は16枚、レイアウト変更含めて15ステップです。先に絵を見たほうが分かりやすいかも知れません。

対応する項は全部で24項、計算は23ステップです。項が増えているのは、行列のレイアウト変更があるからです。

no 図番号 項番号 no 図番号 項番号 no 図番号 項番号
1 図1 項1 11 図6' 項6' 21 図11 項11
2 図2 項2 12 図6' 項6'-A 22 図12 項12
3 図2 項2-A 13 図7 項7 23 図12 項12-A
4 図2 項2-B 14 図7 項7-A 24 図13 項13
5 図2 項2-C 15 図7 項7-B 25 図13' -
6 図3 項3 16 図7 項7-C
7 図4 項4 17 図8 項8
8 図4 項4-A 18 図9 項9
9 図5 項5 19 図9' 項9'
10 図6 項6 20 図10 項10

定義



(\mbox{def1}):\:
N \,:=\, F(I)
(\mbox{def1}):\:N \,:=\, F(I)

//< (def1)は明示的等号ノード〈explicit equality node〉として使う。



(\mbox{def2}):\:
m \,:=\,
\begin{bmatrix}
& N\otimes N \\
= & N\otimes F(I) \\
\tau_{N, I} & \downarrow \\
& F(N\otimes I) \\
F(\rho_{N}) & \downarrow \\
& F(N) \\
= & FF(I) \\
\mu_I & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{def2}):\:m \,:=\,\begin{bmatrix}& N\otimes N \\= & N\otimes F(I) \\\tau_{N, I} & \downarrow \\& F(N\otimes I) \\F(\rho_{N}) & \downarrow \\& F(N) \\= & FF(I) \\\mu_I & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//< (def2)は置換〈substitution〉ルールとして使う。

ターゲット

//> 次が示すべきターゲットの等式。



\begin{bmatrix}
& (N \otimes N)\otimes N \\
m\otimes N & \downarrow \\
& N\otimes N \\
m & \downarrow \\
& N \\
\end{bmatrix}
\,=\,
\begin{bmatrix}
& (N\otimes N)\otimes N \\
\alpha_{N,N,N} & \downarrow \\
& N\otimes (N\otimes N) \\
N\otimes m  & \downarrow \\
& N\otimes N \\
m & \downarrow \\
& N \\
\end{bmatrix}
\begin{bmatrix}& (N \otimes N)\otimes N \\m\otimes N & \downarrow \\& N\otimes N \\m & \downarrow \\& N \\\end{bmatrix}\,=\,\begin{bmatrix}& (N\otimes N)\otimes N \\\alpha_{N,N,N} & \downarrow \\& N\otimes (N\otimes N) \\N\otimes m  & \downarrow \\& N\otimes N \\m & \downarrow \\& N \\\end{bmatrix}

項1から項6



(\mbox{trm1}):\:
\begin{bmatrix}
& (N \otimes N)\otimes N \\
m\otimes N & \downarrow \\
& N\otimes N \\
m & \downarrow \\
& N \\
\end{bmatrix}
(\mbox{trm1}):\:\begin{bmatrix}& (N \otimes N)\otimes N \\m\otimes N & \downarrow \\& N\otimes N \\m & \downarrow \\& N \\\end{bmatrix}

//< (trm1)は結合律の左辺。
//= 4行目のmを(def2)により置換する。



(\mbox{trm2}):\:
\begin{bmatrix}
& (N \otimes N)\otimes N \\
m\otimes N & \downarrow \\
& N\otimes N \\
\begin{bmatrix}
 & N\otimes N \\
 = & N\otimes F(I) \\
 \tau_{N, I} & \downarrow \\
 & F(N\otimes I) \\
 F(\rho_{N}) & \downarrow \\
 & F(N) \\
 = & FF(I) \\
 \mu_I & \downarrow \\
 & F(I) \\
 = & N \\
\end{bmatrix} & \downarrow \\
& N \\
\end{bmatrix}
(\mbox{trm2}):\:\begin{bmatrix}& (N \otimes N)\otimes N \\m\otimes N & \downarrow \\& N\otimes N \\\begin{bmatrix} & N\otimes N \\ = & N\otimes F(I) \\ \tau_{N, I} & \downarrow \\ & F(N\otimes I) \\ F(\rho_{N}) & \downarrow \\ & F(N) \\ = & FF(I) \\ \mu_I & \downarrow \\ & F(I) \\ = & N \\\end{bmatrix} & \downarrow \\& N \\\end{bmatrix}

//= レイアウト変更。



(\mbox{trm2-A}):\:
\begin{bmatrix}
& (N \otimes N)\otimes N \\
m\otimes N & \downarrow \\
& N\otimes N \\
& \begin{bmatrix}
  & N\otimes N \\
  = & N\otimes F(I) \\
  \tau_{N, I} & \downarrow \\
  & F(N\otimes I) \\
  F(\rho_{N}) & \downarrow \\
  & F(N) \\
  = & FF(I) \\
  \mu_I & \downarrow \\
  & F(I) \\
  = & N \\
\end{bmatrix} \\
= & N \\
\end{bmatrix}
(\mbox{trm2-A}):\:\begin{bmatrix}& (N \otimes N)\otimes N \\m\otimes N & \downarrow \\& N\otimes N \\& \begin{bmatrix}  & N\otimes N \\  = & N\otimes F(I) \\  \tau_{N, I} & \downarrow \\  & F(N\otimes I) \\  F(\rho_{N}) & \downarrow \\  & F(N) \\  = & FF(I) \\  \mu_I & \downarrow \\  & F(I) \\  = & N \\\end{bmatrix} \\= & N \\\end{bmatrix}

//= 入れ子をはずす。



(\mbox{trm2-B}):\:
\begin{bmatrix}
& (N \otimes N)\otimes N \\
m\otimes N & \downarrow \\
& N\otimes N \\
= & N\otimes F(I) \\
\tau_{N, I} & \downarrow \\
& F(N\otimes I) \\
F(\rho_{N}) & \downarrow \\
& F(N) \\
= & FF(I) \\
\mu_I & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm2-B}):\:\begin{bmatrix}& (N \otimes N)\otimes N \\m\otimes N & \downarrow \\& N\otimes N \\= & N\otimes F(I) \\\tau_{N, I} & \downarrow \\& F(N\otimes I) \\F(\rho_{N}) & \downarrow \\& F(N) \\= & FF(I) \\\mu_I & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//> ここで、マクロT1を定義する。



(\mbox{mac1}):\:
\langle\mbox{T1}\rangle \,:=\,
\begin{bmatrix}
& F(N) \\
= & FF(I) \\
\mu_I & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{mac1}):\:\langle\mbox{T1}\rangle \,:=\,\begin{bmatrix}& F(N) \\= & FF(I) \\\mu_I & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//= (mac1)を使って、(trm2-B)をマクロ縮約する。



(\mbox{trm2-C}):\:
\begin{bmatrix}
& (N \otimes N)\otimes N \\
m\otimes N & \downarrow \\
& N\otimes N \\
= & N\otimes F(I) \\
\tau_{N, I} & \downarrow \\
& F(N\otimes I) \\
F(\rho_{N}) & \downarrow \\
& F(N) \\
\langle\mbox{T1}\rangle & \cdots \\
\end{bmatrix}
(\mbox{trm2-C}):\:\begin{bmatrix}& (N \otimes N)\otimes N \\m\otimes N & \downarrow \\& N\otimes N \\= & N\otimes F(I) \\\tau_{N, I} & \downarrow \\& F(N\otimes I) \\F(\rho_{N}) & \downarrow \\& F(N) \\\langle\mbox{T1}\rangle & \cdots \\\end{bmatrix}

//= テンソル強度を使って、左にあるmをFの内部に押し込む。



(\mbox{trm3}):\:
\begin{bmatrix}
& (N\otimes N)\otimes N \\
= &  (N\otimes N)\otimes F(I) \\
\tau_{N\otimes N,I} & \downarrow \\
& F( (N\otimes N) \otimes I) \\
F( m \otimes I)  & \downarrow \\
& F(N\otimes I) \\
F(\rho_{N}) & \downarrow \\
& F(N) \\
\langle \mbox{T1}\rangle & \cdots \\
\end{bmatrix}
(\mbox{trm3}):\:\begin{bmatrix}& (N\otimes N)\otimes N \\= &  (N\otimes N)\otimes F(I) \\\tau_{N\otimes N,I} & \downarrow \\& F( (N\otimes N) \otimes I) \\F( m \otimes I)  & \downarrow \\& F(N\otimes I) \\F(\rho_{N}) & \downarrow \\& F(N) \\\langle \mbox{T1}\rangle & \cdots \\\end{bmatrix}

//= 右単位律子の作用点を上にズラす。



(\mbox{trm4}):\:
\begin{bmatrix}
& (N\otimes N)\otimes N \\
= &  (N\otimes N)\otimes F(I) \\
\tau_{N\otimes N,I} & \downarrow \\
& F( (N\otimes N)\otimes I) \\
F(\rho_{N\otimes N}) & \downarrow \\
& F(N \otimes N) \\
F( m )  & \downarrow \\
& F(N ) \\
\langle \mbox{T1}\rangle & \cdots \\
\end{bmatrix}
(\mbox{trm4}):\:\begin{bmatrix}& (N\otimes N)\otimes N \\= &  (N\otimes N)\otimes F(I) \\\tau_{N\otimes N,I} & \downarrow \\& F( (N\otimes N)\otimes I) \\F(\rho_{N\otimes N}) & \downarrow \\& F(N \otimes N) \\F( m )  & \downarrow \\& F(N ) \\\langle \mbox{T1}\rangle & \cdots \\\end{bmatrix}

//> ここで、マクロT2を定義する。



(\mbox{mac2}):\:
\langle\mbox{T2}\rangle \,:=\,
\begin{bmatrix}
& F(N \otimes N) \\
F( m )  & \downarrow \\
& F(N ) \\
\langle \mbox{T1}\rangle & \cdots \\
\end{bmatrix}
(\mbox{mac2}):\:\langle\mbox{T2}\rangle \,:=\,\begin{bmatrix}& F(N \otimes N) \\F( m )  & \downarrow \\& F(N ) \\\langle \mbox{T1}\rangle & \cdots \\\end{bmatrix}

//= (mac2)を使って、マクロ縮約する。



(\mbox{trm4}):\:
\begin{bmatrix}
& (N\otimes N)\otimes N \\
= &  (N\otimes N)\otimes F(I) \\
\tau_{N\otimes N,I} & \downarrow \\
& F( (N\otimes N)\otimes I) \\
F(\rho_{N\otimes N}) & \downarrow \\
& F(N \otimes N) \\
\langle \mbox{T2}\rangle & \cdots \\
\end{bmatrix}
(\mbox{trm4}):\:\begin{bmatrix}& (N\otimes N)\otimes N \\= &  (N\otimes N)\otimes F(I) \\\tau_{N\otimes N,I} & \downarrow \\& F( (N\otimes N)\otimes I) \\F(\rho_{N\otimes N}) & \downarrow \\& F(N \otimes N) \\\langle \mbox{T2}\rangle & \cdots \\\end{bmatrix}

//= 一貫性と結合律子を使って、右単位律子の作用範囲を変更する。



(\mbox{trm5}):\:
\begin{bmatrix}
& (N\otimes N)\otimes N \\
= &  (N\otimes N)\otimes F(I) \\
\tau_{N\otimes N,I} & \downarrow \\
& F( (N\otimes N)\otimes I) \\
F(\alpha_{N,N,N}) & \downarrow \\
& F(N\otimes (N\otimes I)) \\
F(N\otimes \rho_{N}) & \downarrow \\
& F(N \otimes N) \\
\langle \mbox{T2}\rangle & \cdots \\
\end{bmatrix}
(\mbox{trm5}):\:\begin{bmatrix}& (N\otimes N)\otimes N \\= &  (N\otimes N)\otimes F(I) \\\tau_{N\otimes N,I} & \downarrow \\& F( (N\otimes N)\otimes I) \\F(\alpha_{N,N,N}) & \downarrow \\& F(N\otimes (N\otimes I)) \\F(N\otimes \rho_{N}) & \downarrow \\& F(N \otimes N) \\\langle \mbox{T2}\rangle & \cdots \\\end{bmatrix}

//= テンソル強度をアンバンドルする。



(\mbox{trm6}):\:
\begin{bmatrix}
& (N\otimes N)\otimes N \\
\alpha_{N,N,N} & \downarrow \\
& N\otimes (N\otimes N) \\
= &  N\otimes (N\otimes F(I)) \\
N\otimes \tau_{N,I} & \downarrow \\
& N\otimes F(N\otimes I) \\
N\otimes F(\rho_N) & \downarrow \\
& N\otimes F(N) \\
\tau_{N,I} & \downarrow \\
& F(N\otimes N) \\
\langle \mbox{T2}\rangle & \cdots \\
\end{bmatrix}
(\mbox{trm6}):\:\begin{bmatrix}& (N\otimes N)\otimes N \\\alpha_{N,N,N} & \downarrow \\& N\otimes (N\otimes N) \\= &  N\otimes (N\otimes F(I)) \\N\otimes \tau_{N,I} & \downarrow \\& N\otimes F(N\otimes I) \\N\otimes F(\rho_N) & \downarrow \\& N\otimes F(N) \\\tau_{N,I} & \downarrow \\& F(N\otimes N) \\\langle \mbox{T2}\rangle & \cdots \\\end{bmatrix}

項6'から項9'

//= マクロT2をマクロ展開する。



(\mbox{trm6'}):\:
\begin{bmatrix}
& (N\otimes N)\otimes N \\
\alpha_{N,N,N} & \downarrow \\
& N\otimes (N\otimes N) \\
= &  N\otimes (N\otimes F(I)) \\
N\otimes \tau_{N,I} & \downarrow \\
& N\otimes F(N\otimes I) \\
N\otimes F(\rho_N) & \downarrow \\
& N\otimes F(N) \\
\tau_{N,I} & \downarrow \\
& F(N\otimes N) \\
F( m )  & \downarrow \\
& F(N ) \\
= & FF(I) \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm6'}):\:\begin{bmatrix}& (N\otimes N)\otimes N \\\alpha_{N,N,N} & \downarrow \\& N\otimes (N\otimes N) \\= &  N\otimes (N\otimes F(I)) \\N\otimes \tau_{N,I} & \downarrow \\& N\otimes F(N\otimes I) \\N\otimes F(\rho_N) & \downarrow \\& N\otimes F(N) \\\tau_{N,I} & \downarrow \\& F(N\otimes N) \\F( m )  & \downarrow \\& F(N ) \\= & FF(I) \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//> ここで、マクロT3を定義する。



(\mbox{mac3}):\:
\langle\mbox{T3}\rangle \,:=\,
\begin{bmatrix}
& (N\otimes N)\otimes N \\
\alpha_{N,N,N} & \downarrow \\
& N\otimes (N\otimes N) \\
= &  N\otimes (N\otimes F(I)) \\
N\otimes \tau_{N,I} & \downarrow \\
& N\otimes F(N\otimes I) \\
N\otimes F(\rho_N) & \downarrow \\
& N\otimes F(N) \\
\tau_{N,I} & \downarrow \\
& F(N\otimes N) \\
\end{bmatrix}
(\mbox{mac3}):\:\langle\mbox{T3}\rangle \,:=\,\begin{bmatrix}& (N\otimes N)\otimes N \\\alpha_{N,N,N} & \downarrow \\& N\otimes (N\otimes N) \\= &  N\otimes (N\otimes F(I)) \\N\otimes \tau_{N,I} & \downarrow \\& N\otimes F(N\otimes I) \\N\otimes F(\rho_N) & \downarrow \\& N\otimes F(N) \\\tau_{N,I} & \downarrow \\& F(N\otimes N) \\\end{bmatrix}

//= (mac3)を使って、マクロ縮約する。



(\mbox{trm6'-A}):\:
\begin{bmatrix}
\langle\mbox{T3}\rangle & \cdots \\
& F(N\otimes N) \\
F( m )  & \downarrow \\
& F(N ) \\
= & FF(I) \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm6'-A}):\:\begin{bmatrix}\langle\mbox{T3}\rangle & \cdots \\& F(N\otimes N) \\F( m )  & \downarrow \\& F(N ) \\= & FF(I) \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//= 3行目 F(m) のmを、(def2)により置換する。



(\mbox{trm7}):\:
\begin{bmatrix}
\langle\mbox{T3}\rangle & \cdots \\
& F(N\otimes N) \\
F\left(
 \begin{bmatrix}
 & N\otimes N \\
 = & N\otimes F(I) \\
 \tau_{N, I} & \downarrow \\
 & F(N\otimes I) \\
 F(\rho_{N}) & \downarrow \\
 & F(N) \\
 = & FF(I) \\
 \mu_I & \downarrow \\
 & F(I) \\
 = & N \\
 \end{bmatrix}
\right)  & \downarrow \\
& F(N ) \\
= & FF(I) \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm7}):\:\begin{bmatrix}\langle\mbox{T3}\rangle & \cdots \\& F(N\otimes N) \\F\left( \begin{bmatrix} & N\otimes N \\ = & N\otimes F(I) \\ \tau_{N, I} & \downarrow \\ & F(N\otimes I) \\ F(\rho_{N}) & \downarrow \\ & F(N) \\ = & FF(I) \\ \mu_I & \downarrow \\ & F(I) \\ = & N \\ \end{bmatrix}\right)  & \downarrow \\& F(N ) \\= & FF(I) \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//= レイアウト変更



(\mbox{trm7-A}):\:
\begin{bmatrix}
\langle\mbox{T3}\rangle & \cdots \\
& F(N\otimes N) \\
& F\left(
 \begin{bmatrix}
 & N\otimes N \\
 = & N\otimes F(I) \\
 \tau_{N, I} & \downarrow \\
 & F(N\otimes I) \\
 F(\rho_{N}) & \downarrow \\
 & F(N) \\
 = & FF(I) \\
 \mu_I & \downarrow \\
 & F(I) \\
 = & N \\
 \end{bmatrix}
\right) \\
& F(N ) \\
= & FF(I) \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm7-A}):\:\begin{bmatrix}\langle\mbox{T3}\rangle & \cdots \\& F(N\otimes N) \\& F\left( \begin{bmatrix} & N\otimes N \\ = & N\otimes F(I) \\ \tau_{N, I} & \downarrow \\ & F(N\otimes I) \\ F(\rho_{N}) & \downarrow \\ & F(N) \\ = & FF(I) \\ \mu_I & \downarrow \\ & F(I) \\ = & N \\ \end{bmatrix}\right) \\& F(N ) \\= & FF(I) \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//= Fを結合に対して分配する。



(\mbox{trm7-B}):\:
\begin{bmatrix}
\langle\mbox{T3}\rangle & \cdots \\
& F(N\otimes N) \\
& \begin{bmatrix}
 & F(N\otimes N) \\
 = & F(N\otimes F(I)) \\
 F(\tau_{N, I}) & \downarrow \\
 & FF(N\otimes I) \\
 FF(\rho_{N}) & \downarrow \\
 & FF(N) \\
 = & FFF(I) \\
 F(\mu_I) & \downarrow \\
 & FF(I) \\
 = & F(N) \\
 \end{bmatrix} \\
& F(N ) \\
= & FF(I) \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm7-B}):\:\begin{bmatrix}\langle\mbox{T3}\rangle & \cdots \\& F(N\otimes N) \\& \begin{bmatrix} & F(N\otimes N) \\ = & F(N\otimes F(I)) \\ F(\tau_{N, I}) & \downarrow \\ & FF(N\otimes I) \\ FF(\rho_{N}) & \downarrow \\ & FF(N) \\ = & FFF(I) \\ F(\mu_I) & \downarrow \\ & FF(I) \\ = & F(N) \\ \end{bmatrix} \\& F(N ) \\= & FF(I) \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//= 入れ子をはずす。



(\mbox{trm7-C}):\:
\begin{bmatrix}
\langle\mbox{T3}\rangle & \cdots \\
& F(N\otimes N) \\
= & F(N\otimes F(I)) \\
F(\tau_{N, I}) & \downarrow \\
& FF(N\otimes I) \\
FF(\rho_{N}) & \downarrow \\
& FF(N) \\
= & FFF(I) \\
F(\mu_I) & \downarrow \\
& FF(I) \\
= & F(N) \\
= & FF(I) \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm7-C}):\:\begin{bmatrix}\langle\mbox{T3}\rangle & \cdots \\& F(N\otimes N) \\= & F(N\otimes F(I)) \\F(\tau_{N, I}) & \downarrow \\& FF(N\otimes I) \\FF(\rho_{N}) & \downarrow \\& FF(N) \\= & FFF(I) \\F(\mu_I) & \downarrow \\& FF(I) \\= & F(N) \\= & FF(I) \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//= 無駄な等号ノードを削除。



(\mbox{trm8}):\:
\begin{bmatrix}
\langle\mbox{T3}\rangle & \cdots \\
& F(N\otimes N) \\
= & F(N\otimes F(I)) \\
F(\tau_{N, I}) & \downarrow \\
& FF(N\otimes I) \\
FF(\rho_{N}) & \downarrow \\
& FF(N) \\
= & FFF(I) \\
F(\mu_I) & \downarrow \\
& FF(I) \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm8}):\:\begin{bmatrix}\langle\mbox{T3}\rangle & \cdots \\& F(N\otimes N) \\= & F(N\otimes F(I)) \\F(\tau_{N, I}) & \downarrow \\& FF(N\otimes I) \\FF(\rho_{N}) & \downarrow \\& FF(N) \\= & FFF(I) \\F(\mu_I) & \downarrow \\& FF(I) \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//= モナドの結合律により変形。



(\mbox{trm9}):\:
\begin{bmatrix}
\langle\mbox{T3}\rangle & \cdots \\
& F(N\otimes N) \\
= & F(N\otimes F(I)) \\
F(\tau_{N, I}) & \downarrow \\
& FF(N\otimes I) \\
FF(\rho_{N}) & \downarrow \\
& FF(N) \\
= & FFF(I) \\
\mu_{F(I)} & \downarrow \\
& FF(I) \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm9}):\:\begin{bmatrix}\langle\mbox{T3}\rangle & \cdots \\& F(N\otimes N) \\= & F(N\otimes F(I)) \\F(\tau_{N, I}) & \downarrow \\& FF(N\otimes I) \\FF(\rho_{N}) & \downarrow \\& FF(N) \\= & FFF(I) \\\mu_{F(I)} & \downarrow \\& FF(I) \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//= マクロT3をマクロ展開。



(\mbox{trm9'}):\:
\begin{bmatrix}
  & (N\otimes N)\otimes N \\
  \alpha_{N,N,N} & \downarrow \\
  & N\otimes (N\otimes N) \\
  = &  N\otimes (N\otimes F(I)) \\
  N\otimes \tau_{N,I} & \downarrow \\
  & N\otimes F(N\otimes I) \\
  N\otimes F(\rho_N) & \downarrow \\
  & N\otimes F(N) \\
  \tau_{N,I} & \downarrow \\
\cdots\,\cdots & \cdots\,\cdots \\
  & F(N\otimes N) \\
= & F(N\otimes F(I)) \\
F(\tau_{N, I}) & \downarrow \\
& FF(N\otimes I) \\
FF(\rho_{N}) & \downarrow \\
& FF(N) \\
= & FFF(I) \\
\mu_{F(I)} & \downarrow \\
& FF(I) \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm9'}):\:\begin{bmatrix}  & (N\otimes N)\otimes N \\  \alpha_{N,N,N} & \downarrow \\  & N\otimes (N\otimes N) \\  = &  N\otimes (N\otimes F(I)) \\  N\otimes \tau_{N,I} & \downarrow \\  & N\otimes F(N\otimes I) \\  N\otimes F(\rho_N) & \downarrow \\  & N\otimes F(N) \\  \tau_{N,I} & \downarrow \\\cdots\,\cdots & \cdots\,\cdots \\  & F(N\otimes N) \\= & F(N\otimes F(I)) \\F(\tau_{N, I}) & \downarrow \\& FF(N\otimes I) \\FF(\rho_{N}) & \downarrow \\& FF(N) \\= & FFF(I) \\\mu_{F(I)} & \downarrow \\& FF(I) \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

項10から項13

//= 右単位律子の作用点を下にさげる。



(\mbox{trm10}):\:
\begin{bmatrix}
& (N\otimes N)\otimes N \\
\alpha_{N,N,N} & \downarrow \\
& N\otimes (N\otimes N) \\
= &  N\otimes (N\otimes F(I)) \\
N\otimes \tau_{N,I} & \downarrow \\
& N\otimes F(N\otimes I) \\
N\otimes F(\rho_N) & \downarrow \\
& N\otimes F(N) \\
\tau_{N,I} & \downarrow \\
& F(N\otimes N) \\
= & F(N\otimes F(I)) \\
F(\tau_{N, I}) & \downarrow \\
& FF(N\otimes I) \\
\cdots\,\cdots & \cdots\,\cdots \\
\mu_{N\otimes I} & \downarrow \\
& F(N\otimes I) \\
F(\rho_N)  & \downarrow \\
& F(N) \\
= & FF(I) \\
\cdots\,\cdots & \cdots\,\cdots \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm10}):\:\begin{bmatrix}& (N\otimes N)\otimes N \\\alpha_{N,N,N} & \downarrow \\& N\otimes (N\otimes N) \\= &  N\otimes (N\otimes F(I)) \\N\otimes \tau_{N,I} & \downarrow \\& N\otimes F(N\otimes I) \\N\otimes F(\rho_N) & \downarrow \\& N\otimes F(N) \\\tau_{N,I} & \downarrow \\& F(N\otimes N) \\= & F(N\otimes F(I)) \\F(\tau_{N, I}) & \downarrow \\& FF(N\otimes I) \\\cdots\,\cdots & \cdots\,\cdots \\\mu_{N\otimes I} & \downarrow \\& F(N\otimes I) \\F(\rho_N)  & \downarrow \\& F(N) \\= & FF(I) \\\cdots\,\cdots & \cdots\,\cdots \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//= テンソル強度の作用点を下にさげる。



(\mbox{trm11}):\:
\begin{bmatrix}
& (N\otimes N)\otimes N \\
\alpha_{N,N,N} & \downarrow \\
& N\otimes (N\otimes N) \\
= &  N\otimes (N\otimes F(I)) \\
N\otimes \tau_{N,I} & \downarrow \\
& N\otimes F(N\otimes I) \\
N\otimes F(\rho_N) & \downarrow \\
& N\otimes F(N) \\
\cdots\,\cdots & \cdots\,\cdots \\
=& N\otimes FF(I) \\
N\otimes \mu_{I} & \downarrow \\
& N\otimes F(I) \\
\tau_{N,I} & \downarrow \\
& F(N\otimes I) \\
\cdots\,\cdots & \cdots\,\cdots \\
F(\rho_N)  & \downarrow \\
& F(N) \\
= & FF(I) \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm11}):\:\begin{bmatrix}& (N\otimes N)\otimes N \\\alpha_{N,N,N} & \downarrow \\& N\otimes (N\otimes N) \\= &  N\otimes (N\otimes F(I)) \\N\otimes \tau_{N,I} & \downarrow \\& N\otimes F(N\otimes I) \\N\otimes F(\rho_N) & \downarrow \\& N\otimes F(N) \\\cdots\,\cdots & \cdots\,\cdots \\=& N\otimes FF(I) \\N\otimes \mu_{I} & \downarrow \\& N\otimes F(I) \\\tau_{N,I} & \downarrow \\& F(N\otimes I) \\\cdots\,\cdots & \cdots\,\cdots \\F(\rho_N)  & \downarrow \\& F(N) \\= & FF(I) \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//= 余分な等号ノードを導入する。



(\mbox{trm12}):\:
\begin{bmatrix}
& (N\otimes N)\otimes N \\
\alpha_{N,N,N} & \downarrow \\
& N\otimes (N\otimes N) \\
= &  N\otimes (N\otimes F(I)) \\
N\otimes \tau_{N,I} & \downarrow \\
& N\otimes F(N\otimes I) \\
N\otimes F(\rho_N) & \downarrow \\
& N\otimes F(N) \\
=& N\otimes FF(I) \\
N\otimes \mu_{I} & \downarrow \\
& N\otimes F(I) \\
\cdots\,\cdots & \cdots\,\cdots \\
= & N\otimes N \\
= & N\otimes N \\
= & N\otimes F(I) \\
\cdots\,\cdots & \cdots\,\cdots \\
\tau_{N,I} & \downarrow \\
& F(N\otimes I) \\
F(\rho_N)  & \downarrow \\
& F(N) \\
= & FF(I) \\
\mu_{I} & \downarrow \\
& F(I) \\
= & N \\
\end{bmatrix}
(\mbox{trm12}):\:\begin{bmatrix}& (N\otimes N)\otimes N \\\alpha_{N,N,N} & \downarrow \\& N\otimes (N\otimes N) \\= &  N\otimes (N\otimes F(I)) \\N\otimes \tau_{N,I} & \downarrow \\& N\otimes F(N\otimes I) \\N\otimes F(\rho_N) & \downarrow \\& N\otimes F(N) \\=& N\otimes FF(I) \\N\otimes \mu_{I} & \downarrow \\& N\otimes F(I) \\\cdots\,\cdots & \cdots\,\cdots \\= & N\otimes N \\= & N\otimes N \\= & N\otimes F(I) \\\cdots\,\cdots & \cdots\,\cdots \\\tau_{N,I} & \downarrow \\& F(N\otimes I) \\F(\rho_N)  & \downarrow \\& F(N) \\= & FF(I) \\\mu_{I} & \downarrow \\& F(I) \\= & N \\\end{bmatrix}

//= N\otimes をくくり出す(モノイド積の共通因子)



(\mbox{trm12-A}):\:
\begin{bmatrix}
& (N\otimes N)\otimes N \\
\alpha_{N,N,N} & \downarrow \\
& N\otimes (N\otimes N) \\
N\otimes
  \begin{bmatrix}
  & N\otimes N \\
  = & N\otimes F(I) \\
  \tau_{N,I} & \downarrow \\
  & F(N\otimes I) \\
  F(\rho_N) & \downarrow \\
  & F(N) \\
  =& FF(I) \\
  \mu_{I} & \downarrow \\
  &  F(I) \\
  = & N \\
  \end{bmatrix} & \downarrow \\
& N\otimes N \\
 = & N\otimes F(I) \\
 \tau_{N,I} & \downarrow \\
 & F(N\otimes I) \\
 F(\rho_N)  & \downarrow \\
 & F(N) \\
 = & FF(I) \\
 \mu_{I} & \downarrow \\
 & F(I) \\
 = & N \\
\end{bmatrix}
(\mbox{trm12-A}):\:\begin{bmatrix}& (N\otimes N)\otimes N \\\alpha_{N,N,N} & \downarrow \\& N\otimes (N\otimes N) \\N\otimes  \begin{bmatrix}  & N\otimes N \\  = & N\otimes F(I) \\  \tau_{N,I} & \downarrow \\  & F(N\otimes I) \\  F(\rho_N) & \downarrow \\  & F(N) \\  =& FF(I) \\  \mu_{I} & \downarrow \\  &  F(I) \\  = & N \\  \end{bmatrix} & \downarrow \\& N\otimes N \\ = & N\otimes F(I) \\ \tau_{N,I} & \downarrow \\ & F(N\otimes I) \\ F(\rho_N)  & \downarrow \\ & F(N) \\ = & FF(I) \\ \mu_{I} & \downarrow \\ & F(I) \\ = & N \\\end{bmatrix}

//= (def2)により縮約する。



(\mbox{trm13}):\:
\begin{bmatrix}
& (N\otimes N)\otimes N \\
\alpha_{N,N,N} & \downarrow \\
& N\otimes (N\otimes N) \\
N\otimes m  & \downarrow \\
& N\otimes N \\
m & \downarrow \\
& N \\
\end{bmatrix}
(\mbox{trm13}):\:\begin{bmatrix}& (N\otimes N)\otimes N \\\alpha_{N,N,N} & \downarrow \\& N\otimes (N\otimes N) \\N\otimes m  & \downarrow \\& N\otimes N \\m & \downarrow \\& N \\\end{bmatrix}

//< オシマイ

図の凡例

まず、絵図で使うアイコン(マーカー)を定義します。

念の為:

  1. モノイドの乗法 m:N\otimesN→N
  2. 圏の単位対象 I
  3. 名前の展開 N = F(I)
  4. 関手の値 F(X)
  5. テンソル強度 τX,Y:X\otimesF(Y)→F(X\otimesY)
  6. 名前への縮約 F(I) = N
  7. 右単位律子 ρX:X\otimesI→X
  8. モナド乗法 μX:FF(X)→F(X)

図1から図6

各変形ステップについては、項1から項6の説明(コメント)を参照してください。P1, P2は、描画を簡略化するために絵の一部に名前を付けたものです。項におけるマクロ定義に対応しています。

図6'から図9'

各変形ステップについては、項6'から項9'の説明(コメント)を参照してください。P3は、マクロです。

図10から図13'

各変形ステップについては、項10から項13の説明(コメント)を参照してください。図13'は、レイアウトをわずかに変更しただけです。

*1:東日本の地域により(どこの地域かはよく分からない)使われる方言。「放置しておく」「無視して放任する」などの意味。