Content deleted Content added
m convert special characters (via WP:JWB) |
m convert special characters (via WP:JWB) |
||
Line 34:
===Logical operators===
The [[Logical connective|logical operators]] are the usual ones:
===Temporal operators===
Line 51:
===Minimal set of operators===
In CTL there is a minimal set of operators. All CTL formulas can be transformed to use only those operators. This is useful in [[model checking]]. One minimal set of operators is: {true, ∨,
Some of the transformations used for temporal operators are:
*'''EF'''''φ'' == '''E'''[true'''U'''(''φ'')] ( because '''F'''''φ'' == [true'''U'''(''φ'')] )
*'''AX'''''φ'' ==
*'''AG'''''φ'' ==
*'''AF'''''φ'' == '''A'''[true'''U'''''φ''] ==
*'''A'''[''φ'''''U'''''ψ''] ==
<!---
*'''F''' ''φ'' = '''true''' '''U''' ''φ''
|