view a12/lecture.ind @ 406:a60132983557

...
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 08 Nov 2023 21:35:54 +0900
parents 0e8a0e50ed26
children
line wrap: on
line source

-title: 時相論理とCTL

--LTTL

[]<> に○p(次の時刻でpが成立)と p until q (q が成立するまでずーっとp)を付け加えた論理をLTTL( Linear Time Temporal Logic )という。

任意のLTTL式はωオートマトンに変換することができる。

変数に対する量化記号を許すと QPTL と呼ばれる。

--CTL

Computational Tree Logic は、非決定性を含む計算に対して、計算の経路を含む状況を記述する。

非決定性は入力の非決定性による。

    EF p requires that there exists a path starting from a state, such that property p holds in a future time 
    AF p requires that for all paths starting from a state, property p holds in a future time 
    EG p requires that there exists a path starting from a state, such that property p holds in all future time instants 
    AG p requires that for all paths starting from a state, property p holds in all future time instants