Modelling and Verification Hennessy-Milner Logic Hennessy-Milner - - PowerPoint PPT Presentation

modelling and verification
SMART_READER_LITE
LIVE PREVIEW

Modelling and Verification Hennessy-Milner Logic Hennessy-Milner - - PowerPoint PPT Presentation

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Modelling and Verification Hennessy-Milner Logic Hennessy-Milner logic Syntax and semantics Correspondence with strong bisimilarity Examples in CWB


slide-1
SLIDE 1

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity

Modelling and Verification

Hennessy-Milner Logic Hennessy-Milner logic Syntax and semantics Correspondence with strong bisimilarity Examples in CWB

Hennessy-Milner Logic Modelling and Verification

slide-2
SLIDE 2

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Equivalence Checking vs. Model Checking Modal and Temporal Properties

Verifying Correctness of Reactive Systems

Let Impl be an implementation of a system (e.g. in CCS syntax). Equivalence Checking Approach Impl ≡ Spec ≡ is an abstract equivalence, e.g. ∼ or ≈ Spec is often expressed in the same language as Impl Spec provides the full specification of the intended behaviour Model Checking Approach Impl | = Property | = is the satisfaction relation Property is a particular feature, often expressed via a logic Property is a partial specification of the intended behaviour

Hennessy-Milner Logic Modelling and Verification

slide-3
SLIDE 3

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Equivalence Checking vs. Model Checking Modal and Temporal Properties

Verifying Correctness of Reactive Systems

Let Impl be an implementation of a system (e.g. in CCS syntax). Equivalence Checking Approach Impl ≡ Spec ≡ is an abstract equivalence, e.g. ∼ or ≈ Spec is often expressed in the same language as Impl Spec provides the full specification of the intended behaviour Model Checking Approach Impl | = Property | = is the satisfaction relation Property is a particular feature, often expressed via a logic Property is a partial specification of the intended behaviour

Hennessy-Milner Logic Modelling and Verification

slide-4
SLIDE 4

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Equivalence Checking vs. Model Checking Modal and Temporal Properties

Model Checking of Reactive Systems

Our Aim Develop a logic in which we can express interesting properties of reactive systems.

Hennessy-Milner Logic Modelling and Verification

slide-5
SLIDE 5

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Equivalence Checking vs. Model Checking Modal and Temporal Properties

Logical Properties of Reactive Systems

Modal Properties – what can happen now (possibility, necessity) drink a coffee (can drink a coffee now) does not drink tea drinks both tea and coffee drinks tea after coffee Temporal Properties – behaviour in time never drinks any alcohol (safety property: nothing bad can happen) eventually will have a glass of wine (liveness property: something good will happen) Can these properties be expressed using equivalence checking?

Hennessy-Milner Logic Modelling and Verification

slide-6
SLIDE 6

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Equivalence Checking vs. Model Checking Modal and Temporal Properties

Logical Properties of Reactive Systems

Modal Properties – what can happen now (possibility, necessity) drink a coffee (can drink a coffee now) does not drink tea drinks both tea and coffee drinks tea after coffee Temporal Properties – behaviour in time never drinks any alcohol (safety property: nothing bad can happen) eventually will have a glass of wine (liveness property: something good will happen) Can these properties be expressed using equivalence checking?

Hennessy-Milner Logic Modelling and Verification

slide-7
SLIDE 7

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Equivalence Checking vs. Model Checking Modal and Temporal Properties

Logical Properties of Reactive Systems

Modal Properties – what can happen now (possibility, necessity) drink a coffee (can drink a coffee now) does not drink tea drinks both tea and coffee drinks tea after coffee Temporal Properties – behaviour in time never drinks any alcohol (safety property: nothing bad can happen) eventually will have a glass of wine (liveness property: something good will happen) Can these properties be expressed using equivalence checking?

Hennessy-Milner Logic Modelling and Verification

slide-8
SLIDE 8

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Syntax Semantics Negation in Hennessy-Milner Logic Denotational Semantics

Hennessy-Milner Logic – Syntax

Syntax of the Formulae (a ∈ Act) F, G ::= tt | ff | F ∧ G | F ∨ G | aF | [a]F Intuition: tt all processes satisfy this property ff no process satisfies this property ∧, ∨ usual logical AND and OR aF there is at least one a-successor that satisfies F [a]F all a-successors have to satisfy F Remark Temporal properties like always/never in the future or eventually are not included.

Hennessy-Milner Logic Modelling and Verification

slide-9
SLIDE 9

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Syntax Semantics Negation in Hennessy-Milner Logic Denotational Semantics

Hennessy-Milner Logic – Syntax

Syntax of the Formulae (a ∈ Act) F, G ::= tt | ff | F ∧ G | F ∨ G | aF | [a]F Intuition: tt all processes satisfy this property ff no process satisfies this property ∧, ∨ usual logical AND and OR aF there is at least one a-successor that satisfies F [a]F all a-successors have to satisfy F Remark Temporal properties like always/never in the future or eventually are not included.

Hennessy-Milner Logic Modelling and Verification

slide-10
SLIDE 10

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Syntax Semantics Negation in Hennessy-Milner Logic Denotational Semantics

Hennessy-Milner Logic – Syntax

Syntax of the Formulae (a ∈ Act) F, G ::= tt | ff | F ∧ G | F ∨ G | aF | [a]F Intuition: tt all processes satisfy this property ff no process satisfies this property ∧, ∨ usual logical AND and OR aF there is at least one a-successor that satisfies F [a]F all a-successors have to satisfy F Remark Temporal properties like always/never in the future or eventually are not included.

Hennessy-Milner Logic Modelling and Verification

slide-11
SLIDE 11

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Syntax Semantics Negation in Hennessy-Milner Logic Denotational Semantics

Hennessy-Milner Logic – Semantics

Let (Proc, Act, {

a

− →| a ∈ Act}) be an LTS. Validity of the logical triple p | = F (p ∈ Proc, F a HM formula) p | = tt for each p ∈ Proc p | = ff for no p (we also write p | = ff ) p | = F ∧ G iff p | = F and p | = G p | = F ∨ G iff p | = F or p | = G p | = aF iff p

a

− → p′ for some p′ ∈ Proc such that p′ | = F p | = [a]F iff p′ | = F,for all p′ ∈ Proc such that p

a

− → p′ We write p | = F whenever p does not satisfy F.

Hennessy-Milner Logic Modelling and Verification

slide-12
SLIDE 12

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Syntax Semantics Negation in Hennessy-Milner Logic Denotational Semantics

What about Negation?

For every formula F we define the formula F c as follows: ttc = ff ff c = tt (F ∧ G)c = F c ∨ G c (F ∨ G)c = F c ∧ G c (aF)c = [a]F c ([a]F)c = aF c Theorem (F c is equivalent to the negation of F) For any p ∈ Proc and any HM formula F

1 p |

= F = ⇒ p | = F c

2 p |

= F = ⇒ p | = F c

Hennessy-Milner Logic Modelling and Verification

slide-13
SLIDE 13

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Syntax Semantics Negation in Hennessy-Milner Logic Denotational Semantics

What about Negation?

For every formula F we define the formula F c as follows: ttc = ff ff c = tt (F ∧ G)c = F c ∨ G c (F ∨ G)c = F c ∧ G c (aF)c = [a]F c ([a]F)c = aF c Theorem (F c is equivalent to the negation of F) For any p ∈ Proc and any HM formula F

1 p |

= F = ⇒ p | = F c

2 p |

= F = ⇒ p | = F c

Hennessy-Milner Logic Modelling and Verification

slide-14
SLIDE 14

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Syntax Semantics Negation in Hennessy-Milner Logic Denotational Semantics

Hennessy-Milner Logic – Denotational Semantics

For a formula F let [ [F] ] ⊆ Proc contain all states that satisfy F. Denotational Semantics: [ [ ] ] : Formulae → 2Proc [ [tt] ] = Proc [ [ff ] ] = ∅ [ [F ∨ G] ] = [ [F] ] ∪ [ [G] ] [ [F ∧ G] ] = [ [F] ] ∩ [ [G] ] [ [aF] ] = ·a·[ [F] ] [ [[a]F] ] = [·a·][ [F] ] where ·a·, [·a·] : 2(Proc) → 2(Proc) are defined by ·a·S = {p ∈ Proc | ∃p′. p

a

− → p′ and p′ ∈ S} [·a·]S = {p ∈ Proc | ∀p′. p

a

− → p′ = ⇒ p′ ∈ S}.

Hennessy-Milner Logic Modelling and Verification

slide-15
SLIDE 15

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Syntax Semantics Negation in Hennessy-Milner Logic Denotational Semantics

The Correspondence Theorem

Theorem Let (Proc, Act, {

a

− →| a ∈ Act}) be an LTS, p ∈ Proc and F a formula of Hennessy-Milner logic. Then p | = F if and only if p ∈ [ [F] ]. Proof: by structural induction on the structure of the formula F.

Hennessy-Milner Logic Modelling and Verification

slide-16
SLIDE 16

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Syntax Semantics Negation in Hennessy-Milner Logic Denotational Semantics

The Correspondence Theorem

Theorem Let (Proc, Act, {

a

− →| a ∈ Act}) be an LTS, p ∈ Proc and F a formula of Hennessy-Milner logic. Then p | = F if and only if p ∈ [ [F] ]. Proof: by structural induction on the structure of the formula F.

Hennessy-Milner Logic Modelling and Verification

slide-17
SLIDE 17

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Image-Finite Labelled Transition Systems Hennessy-Milner Theorem Example Sessions in CWB

Image-Finite Labelled Transition System

Image-Finite System Let (Proc, Act, {

a

− →| a ∈ Act}) be an LTS. We call it image-finite iff for every p ∈ Proc and every a ∈ Act the set {p′ ∈ Proc | p

a

− → p′} is finite.

Hennessy-Milner Logic Modelling and Verification

slide-18
SLIDE 18

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Image-Finite Labelled Transition Systems Hennessy-Milner Theorem Example Sessions in CWB

Relationship between HM Logic and Strong Bisimilarity

Theorem (Hennessy-Milner) Let (Proc, Act, {

a

− →| a ∈ Act}) be an image-finite LTS and p, q ∈ St. Then p ∼ q if and only if for every HM formula F: (p | = F ⇐ ⇒ q | = F).

Hennessy-Milner Logic Modelling and Verification

slide-19
SLIDE 19

Introduction Hennessy-Milner Logic Correspondence between HM Logic and Strong Bisimilarity Image-Finite Labelled Transition Systems Hennessy-Milner Theorem Example Sessions in CWB

CWB Session

hm.cwb agent S = a.S1; agent S1 = b.0 + c.0; agent T = a.T1 + a.T2; agent T1 = b.0; agent T2 = c.0; [luca@vel5638 CWB]$ ./xccscwb.x86-linux > input "hm.cwb"; > print; > help logic; > checkprop(S,<a>(<b>T & <c>T)); true > checkprop(T,<a>(<b>T & <c>T)); false > help dfstrong; > dfstrong(S,T); [a]<b>T > exit;

Hennessy-Milner Logic Modelling and Verification