view paper/abstract.tex @ 113:2e30ed0e2633

Fix akasha
author atton <atton@cr.ie.u-ryukyu.ac.jp>
date Mon, 13 Feb 2017 15:44:45 +0900
parents a891d7551bbf
children cf9c3be20362
line wrap: on
line source

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

CbC上に構築されたプログラムが持つ状態を数え挙げ、仕様を満たすか調べるモデル検査的手法を提案し、メタ計算ライブラリ akasha として実装した。
akasha では赤黒木の仕様を、限定的な木の大きさの範囲内で検証した。

木の大きさを制限せず実装が仕様を満たすことを示すには証明が必要である。
プログラムにおける証明は Curry-Howard Isomorphism で型付き $\lambda$計算に対応していることが知られている。
本論文では依存型を持つ証明支援系 Agda を用いて証明を行なう。
部分型を用いてCbC の項を型付けすることで、CbC の形式的定義を型システムより相似的に得る。
これらの形式的定義を Agda によって記述し、Single Linked Stackの満たす性質を証明した。

\end{abstract}

\begin{abstract_eng}
Proving highly reliable software is important.
One way is checking if the specification is satisfied 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 paper, we use Continuation base C programming language (CbC) which can be used in both model checking and proof.

We propose model checking method by enumerating bounded computational state in CbC code as a meta computation.
Akasha meta computation library makes it possible to check red-black tree algorithm within a bounded tree size.

To assure the property for arbitrary size of trees, we need proof method.
Proofs in a program are known to correspond $\lambda$ calculus, which is a Curry-Howward Isomorphism.
We use dependently typed Agda proof assistance system.
Formal definitions of CbC are similarly defined by subtyped CbC terms using Agda.
We prove properties of Single Linked Stack using proposed formal definitions.
\end{abstract_eng}