純粋型システム
#Fleeting_Notes
純粋型システム(Pure Type System; PTS)
定義
純粋型システム(pure type system) を、以下から成る組$ \langle \mathcal{S}, \mathcal{A}, \mathcal{R} \rangle とする。
$ \mathcal{S} : 非空な集合
$ \mathcal{A} \subseteq \mathcal{S}^2
$ \mathcal{R} \subseteq \mathcal{S}^2
$ \mathcal{S}^2 : $ \mathcal{S} \times \mathcal{S} の直積集合
内包表記で書くとこんなところ
$ \mathcal{S}_1 \times \mathcal{S_2} = \{ (s_1,s_2) \mid s_1 \in \mathcal{S}_1, s_2 \in \mathcal{S}_2 \}
確認用
Q. 純粋型システム
参考
純粋型システムとλキューブ - liewecmays
集合の記号の意味まとめ | 高校数学の美しい物語
関連
System F
System U
ソート
調査用
Google.icon 純粋型システム(日)
Google.icon Pure type system(英)
Wikipedia.icon
純粋型システム - Wikipedia(日)
純粋型システム(検索) - Wikipedia(日)
Wikipedia.icon
Pure type system - Wikipedia(英)
Pure type system(検索) - Wikipedia(英)
#型システム