Mercurial > hg > Members > kono > Proof > automaton
diff automaton-in-agda/src/temporal-logic.agda @ 330:407684f806e4
...
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 16 Nov 2022 17:43:10 +0900 |
parents | cd73fe566291 |
children | 6f3636fbc481 |
line wrap: on
line diff
--- a/automaton-in-agda/src/temporal-logic.agda Tue Jan 25 09:11:01 2022 +0900 +++ b/automaton-in-agda/src/temporal-logic.agda Wed Nov 16 17:43:10 2022 +0900 @@ -101,6 +101,11 @@ _q\/_ : QPTL V → QPTL V → QPTL V _q/\_ : QPTL V → QPTL V → QPTL V +-- +-- ∃ p ( <> p → ? ) +-- + + {-# TERMINATING #-} SQP1 : { V : Set } → ((x y : V) → Dec ( x ≡ y)) → QPTL V → V → Bool → QPTL V SQP1 {V} dec (qt x) v t = qt x