view paper/abstract.tex @ 97:5a354cba3694

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 10 Feb 2017 17:22:00 +0900
parents 0a4646310261
children 42f463ef7bb2
line wrap: on
line source

\begin{abstract}
高い信頼性を持つソフトウェアを提供することは重要である。
それには、ソフトウェアが期待される仕様を満たすか検査する手法と、
仕様を直接証明する手法とがある。
特に実際に動作するソフトウェアを検証や証明できるとなお良い。
本論文では 検証や証明に直接使用することができる言語として
Continuation based C(CbC) 言語を用いる。

CbC上に構築されたプログラムが持つ状態を数え挙げ、仕様を満たしているかどうかを調べるモデル検査的手法を提案し、
Akasha Meta 計算ライブラリとして実装し、赤黒木の仕様を実用的な木の大きさの範囲内で検証した。
木の大きさを制限することなく実装が仕様を満たしていることを示すには証明が必要である。
プログラムにおける証明は Curry-Howard Isomorphism で型付き $\lambda$計算に対応していることが
知られている。本論文では証明支援系 Agda を用いた。

部分型を用いるとCbC の型システムを定義できる。証明やモデル検査は、これらに対するメタ計算に相当する。
CbCの計算を実装するメタ計算はCbCで記述することができ、これは、CbCの記述なので、部分型を用いた
型システムで相似的に定義できることを示した。

それを Agda上で定義した。
これらの形式的定義を使い、CbC のコードの合成の結合則とSingle Linked Stackの満たす性質をAgdaで証明することができた。


\end{abstract}


\begin{abstract_eng}
Provinding highly reraiable software is important. One way is checking if the specification is statisfied or not, the other
way is to prove the implementation satisfies the specification directly.
If we can check or prove actual implementations, it it much better.
In this papaer, we use Continuation base C programming language (CbC) which can be used in both proof and model checking.
We propose model checking method By enumerating bounded computational state in CbC code as a meta computation.
Aksha Meta Computation library makes it possible to check red-black tree algorythm within a practical tree size.
To assure the property for arbitrary size of tree, we need proof method. Proofs in a program is known to corresponds $\lambda$ calculus,
which is a Curry-Howward Isomorphism. We use Agda proof assistance system.

We can define the CbC formal type system as a subtype. The proofs or model checkings are meta compuations of the formal type systems.
Meta computaion which implements CbC computation can be descripbed as a CbC oomputation, that is, it is also defined by
CbC formal tyoe system as a subtype 

Proposition and proofs have isomorphic relation to typed $\lambda$ calculus by Curry-Howard Isomorphism.


\end{abstract_eng}