Probabilistic Model Checking (1)

Similar documents
SFM-11:CONNECT Summer School, Bertinoro, June 2011

Probabilistic Model Checking Michaelmas Term Dr. Dave Parker. Department of Computer Science University of Oxford

Probabilistic Model Checking Michaelmas Term Dr. Dave Parker. Department of Computer Science University of Oxford

Probabilistic Model Checking Michaelmas Term Dr. Dave Parker. Department of Computer Science University of Oxford

Chapter 4: Computation tree logic

Transition Systems and Linear-Time Properties

Probabilistic model checking with PRISM

Reasoning about Time and Reliability

Stochastic Model Checking

A Brief Introduction to Model Checking

A Counterexample Guided Abstraction-Refinement Framework for Markov Decision Processes

Probabilistic Model Checking Michaelmas Term Dr. Dave Parker. Department of Computer Science University of Oxford

Simulation for Continuous-Time Markov Chains

Probabilistic Model Checking Michaelmas Term Dr. Dave Parker. Department of Computer Science University of Oxford

Overview. overview / 357

On Model Checking Techniques for Randomized Distributed Systems. Christel Baier Technische Universität Dresden

Variations on Itai-Rodeh Leader Election for Anonymous Rings and their Analysis in PRISM

Reachability in Continuous-Time Markov Reward Decision Processes

Computation Tree Logic

Probabilistic Model Checking of Randomised Distributed Protocols using PRISM

Topics in Verification AZADEH FARZAN FALL 2017

Probabilistic Model Checking and Strategy Synthesis for Robot Navigation

Quantitative Verification

Chapter 6: Computation Tree Logic

Introduction to Temporal Logic. The purpose of temporal logics is to specify properties of dynamic systems. These can be either

The State Explosion Problem

Limiting Behavior of Markov Chains with Eager Attractors

Probabilistic model checking with PRISM

Safety and Liveness Properties

PRISM An overview. automatic verification of systems with stochastic behaviour e.g. due to unreliability, uncertainty, randomisation,

Time-abstracting Bisimulation for Probabilistic Timed Automata

Temporal Logic. Stavros Tripakis University of California, Berkeley. We have designed a system. We want to check that it is correct.

A note on the attractor-property of infinite-state Markov chains

Counterexamples in Probabilistic LTL Model Checking for Markov Chains

Models for Efficient Timed Verification

Probabilistic model checking A comparison of tools

Theoretical Foundations of the UML

State-Space Exploration. Stavros Tripakis University of California, Berkeley

Property Checking of Safety- Critical Systems Mathematical Foundations and Concrete Algorithms

Planning Under Uncertainty II

Computation Tree Logic (CTL) & Basic Model Checking Algorithms

Bisimulation Minimisation and Probabilistic Model Checking

Model Checking: An Introduction

ESE601: Hybrid Systems. Introduction to verification

Model for reactive systems/software

A Game-Based Approach for PCTL* Stochastic Model Checking with Evidence

Lecture Notes on Emptiness Checking, LTL Büchi Automata

Verifying Randomized Distributed Algorithms with PRISM

Overview. Discrete Event Systems Verification of Finite Automata. What can finite automata be used for? What can finite automata be used for?

Model Checking Infinite-State Markov Chains

Verifying Auctions as Artifact Systems: Decidability via Finite Abstraction

3-Valued Abstraction-Refinement

Stochastic Games with Time The value Min strategies Max strategies Determinacy Finite-state games Cont.-time Markov chains

POLYNOMIAL SPACE QSAT. Games. Polynomial space cont d

Systems Verification. Alessandro Abate. Day 1 January 25, 2016

Reasoning about Strategies: From module checking to strategy logic

PRISM: Probabilistic Model Checking for Performance and Reliability Analysis

Quantitative Evaluation of Emedded Systems Solution 2: Discrete Time Markov Chains (DTMC)

Alternating-Time Temporal Logic

Probabilistic verification and approximation schemes

Helsinki University of Technology Laboratory for Theoretical Computer Science Research Reports 66

Complexity Issues in Automated Addition of Time-Bounded Liveness Properties 1

Semantic Equivalences and the. Verification of Infinite-State Systems 1 c 2004 Richard Mayr

arxiv: v2 [cs.lo] 22 Jul 2017

Probabilistic Model Checking for Biochemical Reaction Systems

Symbolic Counterexample Generation for Large Discrete-Time Markov Chains

Software Verification using Predicate Abstraction and Iterative Refinement: Part 1

CDS 270 (Fall 09) - Lecture Notes for Assignment 8.

Linear Temporal Logic and Büchi Automata

Quantitative Model Checking (QMC) - SS12

Automated Performance and Dependability Evaluation using Model Checking

Labeled Transition Systems

Alan Bundy. Automated Reasoning LTL Model Checking

Polynomial-Time Verification of PCTL Properties of MDPs with Convex Uncertainties and its Application to Cyber-Physical Systems

A Bounded Statistical Approach for Model Checking of Unbounded Until Properties

Caching Strategies for Run-time Probabilistic Model Checking

Model Checking I. What are LTL and CTL? dack. and. dreq. and. q0bar

Chapter 3: Linear temporal logic

Linear Inequality LTL (iltl): A Model Checker for Discrete Time Markov Chains

Modeling and Analysis of Probabilistic Timed Systems

Verification Using Temporal Logic

Time and Timed Petri Nets

Reasoning About Bounds In Weighted Transition Systems

Finite-State Model Checking

An Introduction to Hybrid Systems Modeling

Modelling and Analysis (and towards Synthesis)

Organisation-Oriented Coarse Graining and Refinement of Stochastic Reaction Networks Mu, Chunyan; Dittrich, Peter; Parker, David; Rowe, Jonathan

LTL Control in Uncertain Environments with Probabilistic Satisfaction Guarantees

Significant Diagnostic Counterexamples in Probabilistic Model Checking

FORMAL METHODS LECTURE III: LINEAR TEMPORAL LOGIC

Quantitative Verification and Synthesis of Attack-Defence Scenarios

Computation Tree Logic (CTL)

Abstractions and Decision Procedures for Effective Software Model Checking

Specification models and their analysis Petri Nets

Algorithmic verification

On Distribution Based Bisimulations for Probabilistic Automata

Automata-Theoretic Model Checking of Reactive Systems

Lecture 16: Computation Tree Logic (CTL)

CONTROLLER DEPENDABILITY ANALYSIS BY PROBABILISTIC MODEL CHECKING. Marta Kwiatkowska, Gethin Norman and David Parker 1

Stochastic, Hybrid and Real-Time Systems: From Foundations To Applications with Modest

Transcription:

Probabilistic Model Checking () Lecture # of GLOBAN Summerschool Joost-Pieter Katoen Software Modeling and Verification Group affiliated to University of Twente, Formal Methods and Tools Warsaw University, September 24, 2008 c JPK

Model checking Automated model-based verification and debugging technique model of system = Kripke structure labeled transition system properties expressed in temporal logic like LTL or CTL provides counterexamples in case of property refutation Various striking examples Needham-Schroeder protocol, cache coherence, storm surge barrier, C code 2008: Pioneers awarded prestigious ACM Turing Award Today: model checking of probabilistic models c JPK

Principles of Model Checking CHRISTEL BAIER TU Dresden, Germany JOOST-PIETER KATOEN RWTH Aachen University, Germany, and University of Twente, the Netherlands This book offers one of the most comprehensive introductions to logic model checking techniques available today. The authors have found a way to explain both basic concepts and foundational theory thoroughly and in crystal clear prose. Highly recommended for anyone who wants to learn about this important new field, or brush up on their knowledge of the current state of the art. (Gerard J. Holzmann, NASA JPL, Pasadena) c JPK 2

Introduction Content of this lecture why probabilities?, history, tools + applications Markov chains paths, measurability, reachability probabilities Probabilistic CTL syntax, semantics, model checking, PCTL versus CTL Abstraction bisimulation, correctness, minimization c JPK 3

Introduction Content of this lecture why probabilities?, history, tools + applications Markov chains paths, measurability, reachability probabilities Probabilistic CTL syntax, semantics, model checking, PCTL versus CTL Abstraction bisimulation, correctness, minimization c JPK 4

Probabilities help When analysing system performance and dependability to quantify arrivals, waiting times, time between failure, QoS,... When modelling uncertainty in the environment to quantify imprecisions in system inputs to quantify unpredictable delays, express soft deadlines,... When building protocols for networked embedded systems randomized algorithms When certain problems are undecidable deterministically reachability in communicating finite-state machines c JPK

Probabilistic models Nondeterminism no Nondeterminism yes Discrete time discrete-time Markov decision Markov chain (DTMC) process (MDP) Continuous time CTMC CTMDP c JPK 6

Breakthroughs Zero-one probabilities for Markov decision processes (Vardi 8) does an LTL formula hold with probability zero? Markov decision processes (Courcoubetis & Yannakakis 88) does the maximal probability for an LTL formula equal p? Discrete-time Markov chains (Hansson & Jonsson 0) does the probability of a CTL formula equal p? Markov decision processes (Bianco & de Alfaro ) does the maximal probability for a CTL formula equal p? Continuous-time Markov chains (Baier, Katoen & Hermanns ) does the probability of a timed CTL formula equal p? c JPK 7

Reachability probabilities Nondeterminism no Nondeterminism yes Reachability linear equation system linear programming DTMC MDP Timed reachability transient analysis greedy backward (+ uniformization) reachability CTMC uniform CTMDP c JPK 8

What is probabilistic model checking? requirements inaccuracy system up to 0 7 states P 0.0 ( deadlock) 0.8 0.2 0.6 Formalizing Modeling 0.4 property specification system model Model Checking satisfied insufficient memory the probability state 0.678 state 2 0.77 state 3 0.23 state 4 0.223 c JPK

Characteristics What is inside? temporal logics and model checking numerical and optimisation techniques from performance and OR What can be checked? time-bounded reachability, long-run averages, safety and liveness What is its usage? powerful tools: PRISM (4,000 downloads), MRMC, Petri net tools, Probmela applications: distributed systems, biology, avionics,... c JPK 0

Probability elsewhere In performance modelling (Erlang, 07) models: typically continuous-time Markov chains emphasis on steady-state and transient measures In stochastic control theory and operations research (Bellman, 7) models: typically discrete-time Markov decision models emphasis on finding optimal policies for average measures Our focus: model checking Markov chains temporal logic unambiguous and precise measure-specification model-checking techniques no expert algorithmic knowledge needed complex (new) measures are concisely specified and automatically verified exchanging techniques with the other two areas c JPK

Illustrating examples Security: Crowds protocol analysis of probability of anonymity IEEE 34 Firewire protocol proof that biased delay is optimal Systems biology probability that enzymes are absent within the deadline Software in next generation of satellites mission time probability (ESA project) c JPK 2

A synchronous leader election protocol [Itai & Rodeh, 0] A round-based protocol in a synchronous ring of N>2 nodes the nodes proceed in a lock-step fashion each slot = message is read + state change + message is sent this synchronous computation yields a Markov chain Each round starts by each node choosing a uniform id {,...,K} Nodes pass their selected id around the ring If there is a unique id, the node with the maximum unique id is leader If not, start another round and try again... c JPK 3

Leader election choose choose choose 7 choose 7 choose choose choose 7 probabilistically choose an id from [...K] c JPK 4

Leader election send send send 7 send 7 7 7 send 7 send send 7 send your selected id to your neighbour c JPK

Leader election pass 7 pass pass pass 7 7 7 7 pass pass 7 pass pass the received id, and check uniqueness own id c JPK 6

Leader election pass pass 7 pass 7 pass 7 7 7 pass pass pass 7 pass the received id, and check uniqueness own id c JPK 7

Leader election pass 7 pass pass pass 7 7 7 7 pass 7 pass pass pass the received id, and check uniqueness own id c JPK 8

End of st round 7 7 7 no unique leader has been elected c JPK

Start a new round choose choose choose choose 3 choose choose choose 3 new round and new chances! c JPK 20

Properties of leader election Almost surely eventually a leader will be elected: P = ( leader elected) With probability 4, eventually a leader is elected : P 0.8 ( leader elected)...within k steps: P 0.8 ( k leader elected) c JPK 2

Probability to elect a leader within L rounds P q ( (N+) L leader elected) (Itai & Rodeh s algorithm) c JPK 22

Introduction Content of this lecture why probabilities?, history, tools + applications Markov chains paths, measurability, reachability probabilities Probabilistic CTL syntax, semantics, model checking, PCTL versus CTL Abstraction bisimulation, correctness, minimization c JPK 23

Discrete-time Markov chains A DTMC M is a tuple (S, P,ι init,ap,l) with: S is a countable nonempty set of states P : S S [0, ], transition probability function s.t. s P(s, s )= P(s, s ) is the probability to jump from s to s in one step ι init : S [0, ], the initial distribution with s S ι init (s) is the probability that system starts in state s state s for which ι init (s) > 0 is an initial state L : S 2 AP, the labelling function ι init (s) = a DTMC is a transition system with probabilistic transitions c JPK 24

Craps c JPK 2

Craps Roll two dice and bet on outcome Come-out roll ( pass line wager): outcome 7 or : win outcome 2, 3, or 2: loss ( craps ) any other outcome: roll again (outcome is point ) Repeat until 7 or the point is thrown: outcome 7: loss ( seven-out ) outcome the point: win any other outcome: roll again c JPK 26

A DTMC model of Craps Come-out roll: 7 or : win 2, 3, or 2: loss else: roll again Next roll(s): 7: loss point: win else: roll again 2 3 4 3 4 2 2 36 36 3 8 4 0 6 8 2 2 3 8 2 36 36 36 6 6 6 6 6 6 2 36 c JPK 27

Paths State graph of DTMC M vertices are states of M, and (s, s ) is an edge iff P(s, s ) > 0 Paths in M are maximal (i.e., infinite) paths in its state graph Paths(M) and Paths fin (M) denote the set of (finite) paths in M Post(s) ={s S P(s, s ) > 0} and Pre(s) ={s S P(s,s) > 0} Post (s) is the set of states reachable from s via a finite path fragment Pre (s) ={ s S s Post (s ) } c JPK 28

Probability measure on DTMCs Events are infinite paths in the DTMC M, i.e., Ω=Paths(M) σ-algebra on M is generated by cylinder sets of finite paths ˆπ: Cyl(ˆπ) = { π Paths(M) ˆπ is a prefix ofπ } cylinder sets serve as basis events of the smallest σ-algebra on Paths(M) Pr is the probability measure on the σ-algebra on Paths(M): Pr ( Cyl(s 0...s n ) ) = ι init (s 0 ) P(s 0...s n ) where P(s 0 s...s n ) = Q 0 i<n P(s i,s i+ ) and P(s 0 )= c JPK 2

Reachability probabilities What is the probability to reach a set of states B S in DTMC M? Which event does B mean formally? the union of all cylinders Cyl(s 0...s n ) where s 0...s n is an initial path fragment in M with s 0,...,s n / B and s n B Pr( B) = = s 0...s n Paths fin (M) (S\B) B s 0...s n Paths fin (M) (S\B) B Pr ( Cyl(s 0...s n ) ) ι init (s 0 ) P(s 0...s n ) c JPK 30

Reachability probabilities in finite DTMCs Let Pr(s = B) =Pr s ( B) =Pr s {π Paths(s) π = B} where Pr s is the probability measure in M with single initial state s Let variable x s =Pr(s = B) for any state s if B is not reachable from s then x s =0 if s B then x s = For any state s Pre (B) \ B: x s = t S\B P(s, t) x t } {{ } reach B via t + u B P(s, u) }{{} reach B in one step c JPK 3

Remark: expansion law Recall in CTL: (C U B) is the least solution of expansion law: (C U B) B (C (C U B)) That is: the set X = Sat( (C U B)) is the smallest set such that: B {s C \ B Post(s) X } X Previous slide replaces s X by values x s in [0, ] if s B then x s =(compare: s B implies s X) if s S \ (C B) then x s =0(compare: s/ C B implies s/ X) If s C \ B then x s = t C\B P(s, t) x t + t B P(s, t) compare: s C \ B and Post(s) X implies s X c JPK 32

Linear equation system These equations can be rewritten into the following form: x = Ax + b where vector x =(x s ) s S with S = Pre (B) \ B A = P(s, t), the transition probabilities in S s,t S b = b s contains the probabilities to reach B within one step s S Linear equation system: (I A)x = b note: more than one solution may exist if I A has no inverse (i.e., is singular) characterize the desired probability as least fixed point c JPK 33

Unique solution Let M be a finite DTMC with state space S partitioned into: S =0 = Sat( (C U B)) S = a subset of {s S Pr(s = C U B) =} that contains B S? = S \ (S =0 S = ) The vector ( Pr(s = C U B) ) s S? is the unique solution of the linear equation system: x = Ax + b where A = ( P(s, t) ) s,t S? and b = ( P(s, S = ) ) s S? c JPK 34

Computing reachability probabilities The probabilities of the events C U n B can be obtained iteratively: x (0) = 0 and x (i+) = Ax (i) + b for 0 i<n where A = ( P(s, t) ) s,t C\B and b = ( P(s, B) ) s C\B Then: x (n) (s) = Pr(s = C U n B) for s C \ B c JPK 3

Example: Craps game Pr(start = C U n B) S =0 = { 8,, 0,lost} 2 2 2 36 36 S = = { won } 3 8 3 8 3 8 4 0 6 8 2 2 3 8 2 36 36 36 2 36 S? = { start, 4,, 6 } 6 6 6 6 6 6 c JPK 36

Example: Craps game start < 4 < < 6 A = 36 b = 36 0 B @ 0 B @ 0 3 4 0 27 0 0 0 0 26 0 0 0 0 2 8 3 4 C A C A 2 3 8 3 8 2 2 36 36 3 8 4 0 6 8 2 2 3 8 2 36 36 36 6 6 6 6 6 6 2 36 x (0) = 0 and x (i+) = Ax (i) + b for 0 i<n. c JPK 37

Example: Craps game x (2) = 36 0 B @ 0 3 4 0 27 0 0 0 0 26 0 0 0 0 2 C A {z } A 36 0 B @ 8 3 4 C A {z } x () + 36 0 B @ 8 3 4 C A {z } b = 0 «2 B 36 @ 338 8 248 30 C A c JPK 38

Introduction Content of this lecture why probabilities?, history, tools + applications Markov chains paths, measurability, reachability probabilities Probabilistic CTL syntax, semantics, model checking, PCTL versus CTL Abstraction bisimulation, correctness, minimization c JPK 3

PCTL Syntax For a AP, J [0, ] an interval with rational bounds, and natural n: Φ ::= true a Φ Φ Φ P J (ϕ) ϕ ::= Φ Φ U Φ 2 Φ U n Φ 2 s 0 s s 2... = Φ U n Ψ if Φ holds until Ψ holds within n steps s = P J (ϕ) if probability that paths starting in s fulfill ϕ lies in J abbreviate P [0,0.] (ϕ) by P 0. (ϕ) and P ]0,] (ϕ) by P >0 (ϕ) and so on c JPK 40

Derived operators Φ =true U Φ n Φ=true U n Φ P p ( Φ) = P p ( Φ) P ]p,q] ( n Φ) = P [ q, p[ ( n Φ) operators like weak until W or release R can be derived analogously c JPK 4

Example properties With probability 0.2, a goal state is reached via legal ones: P 0.2 ( illegal U goal)...in maximally 37 steps: P 0.2 ( illegal U 37 goal )...once there, remain there almost surely for the next 3 steps: ) P 0.2 ( illegal U 37 P = ( [0,3] goal) c JPK 42

PCTL semantics () M, s = Φif and only if formula Φ holds in state s of DTMC M Relation = is defined by: s = a iff a L(s) s = Φ iff not (s = Φ) s = Φ Ψ iff (s = Φ)or (s = Ψ) s = P J (ϕ) iff Pr(s = ϕ) J where Pr(s = ϕ) = Pr s {π Paths(s) π = ϕ} c JPK 43

PCTL semantics (2) A path in M is an infinite sequence s 0 s s 2...with P(s i,s i+ ) > 0 Semantics of path-formulas is defined as in CTL: π = Φ iff s =Φ π = ΦU Ψ iff n 0.( s n =Ψ 0 i<n.s i =Φ) π = ΦU n Ψ iff k 0.( k n s k =Ψ 0 i<k.s i =Φ) c JPK 44

Measurability For any PCTL path formula ϕ and state s of DTMC M the set { π Paths(s) π = ϕ } is measurable c JPK 4

PCTL model checking Given a finite DTMC M and PCTL formula Φ, how to check M = Φ? Check whether state s in a DTMC satisfies a PCTL formula: compute recursively the set Sat(Φ) of states that satisfy Φ check whether state s belongs to Sat(Φ) bottom-up traversal of the parse tree of Φ (like for CTL) For the propositional fragment: as for CTL How to compute Sat(Φ) for the probabilistic operators? c JPK 46

PCTL model checking Alternative formulation: s = P J ( Φ) if and only if Pr(s = Φ) J Next: Pr(s = Φ) equals P(s, s ) Matrix-vector multiplication: s Sat(Φ) ( Pr(s = Φ) ) s S = P ι Φ where ι Φ is the characteristic vector of Sat(Φ), i.e., ι Φ (s) =iff s Sat(Φ) c JPK 47

Checking probabilistic reachability s = P J (Φ U h Ψ) if and only if Pr(s = Φ U h Ψ) J Pr(s = Φ U h Ψ) is the least solution of: (Hansson & Jonsson, 0) ifs = Ψ for h>0and s = Φ Ψ: X P(s, s ) Pr(s = Φ U h Ψ) 0 otherwise s S Standard reachability for P >0 (Φ U h Ψ) and P (Φ U h Ψ) for efficiency reasons (avoiding solving system of linear equations) c JPK 48

Reduction to transient analysis Make all Ψ- and all (Φ Ψ)-states absorbing in M Check =h Ψ in the obtained DTMC M This is a standard transient analysis in M : X s =Ψ Pr s {π Paths(s) σ[h] =s } compute by (P ) h ι Ψ where ι Ψ is the characteristic vector of Sat(Ψ) Matrix-vector multiplication c JPK 4

Time complexity For finite DTMC M and PCTL formula Φ, M = Φ can be solved in time O ( poly( M ) n max Φ ) where n max = max{ n Ψ U n Ψ 2 occurs in Φ } with max = c JPK 0

Verification times verification time (in ms) Workstation cluster (CTMC) 0 4 Tandem queue (CTMC) Crowds protocol (DTMC) Randomised mutex (DTMC) 0 3 0 2 0 0 0 0 6. 0 6 state space size 2 0 6 2. 0 6 command-line tool MRMC ran on a Pentium 4, 2.66 GHz, GB RAM laptop c JPK

For a AP: The qualitative fragment of PCTL Φ ::= true a Φ Φ Φ P >0 (ϕ) P = (ϕ) ϕ ::= Φ Φ U Φ 2 The probability bounds =0and < can be derived: P =0 (ϕ) P >0 (ϕ) and P < (ϕ) P = (ϕ) No bounded until, and only > 0, =0, > and =intervals so: P = ( P >0 ( a)) and P < (P >0 ( a) U b) are qualitative PCTL formulas c JPK 2

Qualitative PCTL = CTL? PCTL-formula Φ is equivalent to CTL-formula Ψ: Φ Ψ if and only if Sat M (Φ) =Sat TS(M) (Ψ) for each DTMC M ϕ requires ϕ on some paths, P >0 (ϕ) with positive probability P >0 ( a) a and P >0 ( a) a and P >0 (a U b) a U b ϕ requires ϕ to hold for all paths, P = (ϕ) for almost all P = ( a) a and P = ( a) a But: P >0 (ϕ) ϕ and P = (ϕ) ϕ do not hold in general! c JPK 3

Qualitative PCTL versus CTL There is no CTL-formula that is equivalent to P = ( a) There is no CTL-formula that is equivalent to P >0 ( a) There is no qualitative PCTL-formula that is equivalent to a There is no qualitative PCTL-formula that is equivalent to a PCTL with ϕ and ϕ is more expressive than PCTL c JPK 4

Introduction Content of this lecture why probabilities?, history, tools + applications Markov chains paths, measurability, reachability probabilities Probabilistic CTL syntax, semantics, model checking, PCTL versus CTL Abstraction bisimulation, correctness, minimization c JPK

Probabilistic bisimulation: intuition Strong bisimulation is used to compare labeled transition systems Strongly bisimilar states exhibit the same step-wise behaviour We like to adapt bisimulation to DTMCs This yields a probabilistic variant of strong bisimulation When do two DTMC states exhibit the same step-wise behaviour? Key: if their transition probability for each equivalence class coincides for simplicity, assume a unique initial state c JPK 6

Probabilistic bisimulation Let M =(S, P, AP,L) be a DTMC and R S S an equivalence R is a probabilistic bisimulation on S if for any (s, s ) R: L(s) =L(s ) and P(s, C) =P(s,C) for all C in S/R where P(s, C) = s C P(s, s ) [Larsen & Skou, 8] s s if a probabilistic bisimulation R with (s, s ) R c JPK 7

Example s s 2 3 6 3 2 2 u u 2 v w u 3 v 2 v 3 w 2 c JPK 8

Quotient DTMC under M/ = (S, P, AP,L ), the quotient of M =(S, P, AP,L) under : S = S/ = { [s] s S } P ([s],c)=p(s, C) L ([s] )=L(s) get M/ by partition-refinement in time O(M log N + AP N) [Derisavi et al., 200] c JPK

A DTMC model of Craps 2 2 2 36 36 3 4 3 4 3 8 4 0 6 8 3 8 2 36 2 36 2 2 36 36 6 6 6 6 6 6 c JPK 60

Minimizing Craps 2 2 2 36 36 3 4 3 4 3 8 4 0 6 8 3 8 2 36 2 36 2 2 36 36 6 6 6 6 6 6 initial partitioning for the atomic propositions AP = { loss } c JPK 6

A first refinement 2 2 2 36 36 3 4 3 4 3 8 4 0 6 8 3 8 2 36 2 36 2 2 36 36 6 6 6 6 6 refine ( split ) with respect to the set of red states 6 c JPK 62

A second refinement 2 2 2 36 36 3 4 3 4 3 8 4 0 6 8 3 8 2 36 2 36 2 2 36 36 6 6 6 6 6 refine ( split ) with respect to the set of green states 6 c JPK 63

Quotient DTMC 6 2 8 2 3 3 4,0 4, 8 6,8 2 36 2 6 6 6 6 36 c JPK 64

Preservation of PCTL s s ( Φ PCTL : s = Φif and only if s =Φ) c JPK 6

IEEE 802. group communication protocol original CTMC lumped CTMC red. factor OD states transitions ver. time blocks lump + ver. time states time 4 2 36 2. 7 3...00 2 3734 23633 780 82 642 20..2 20 232 032 033 0627 43 2.8.2 28 804837 70873 086 36 2476 22.4 7. 36 2076773 87833 0300 3 7764 22.7 6.6 40 3044 228784 77204 372 2748 22. 6. c JPK 66

Weak probabilistic bisimulation Let M =(S, P, AP,L) be a DTMC and R S S an equivalence R is a weak probabilistic bisimulation on S if for any (s,s 2 ) R: L(s )=L(s 2 ) s can reach a state outside [s ] R iff s 2 can do so if P(s i, [s i ] R ) < for i=, 2 then: P(s,C) P(s, [s ] R ) = P(s 2,C) P(s 2, [s 2 ] R ) for all C S/R, C [s ] R s s if a weak probabilistic bisimulation R with (s, s ) R c JPK 67

Logical characterization s s ( Φ PCTL \ : s = Φif and only if s =Φ ) c JPK 68

Probabilistic simulation For transition systems, state s simulates state s if for each successor t of s there is a one-step successor t of s that simulates t simulation of two states is defined in terms of simulation of successor states What are successor states in the probabilistic setting? the target of a transition is in fact a probability distribution the simulation relation needs to be lifted from states to distributions c JPK 6

Weight function distributes a distribution µ over set X to one µ over set Y such that the total probability assigned by to y Y...equals the original probability µ (y) on Y and symmetrically for the total probability mass of x X assigned by is a distribution on R X Y such that: the probability to select (x, y) with (x, y) R is one, and the probability to select (x, ) R equals µ(x), and the probability to select (,y) R equals µ (y) c JPK 70

Weight function Let R S S, and µ, µ Distr(S) Distr(S S) is a weight function for (µ, µ ) and R whenever: (s, s ) > 0 implies (s, s ) R and µ(s) = s S (s, s ) and µ (s )= s S (s, s ) for any s, s S µ R µ iff there exists a weight function for (µ, µ ) and R c JPK 7

Weight function example 2 s 2 u 3 X t 4 v 4 Y 2 z w x c JPK 72

Probabilistic simulation Let M =(S, P, AP,L) be a DTMC and R S S R is a probabilistic simulation on S if for all (s, s ) R: L(s) = L(s ) and P(s, ) R P(s, ) s p s if there exists a probabilistic simulation R with (s, s ) R c JPK 73

Probabilistic simulation example s s 2 2 3 4 s t 2 u v w 2 3 w w 2 w 3 R = { (s,s 2 ), (s, u), (t, u), (t, v), (w,w 2 ), (w,w 3 ) } is a probabilistic simulation (cf. weight function before) c JPK 74

Simulation equivalence = bisimulation For any DTMC: probabilistic simulation equivalence coincides with probabilistic bisimulation this does only hold for deterministic labeled transition systems c JPK 7

Logical characterization s s ( Φ safepctl : s =Φimplies s = Φ) Φ ::= true The syntax of the safe fragment of PCTL is given by: a a Φ Φ Φ Φ P p (Φ W Φ) P p (Φ W n Φ) A typical safe PCTL formula: P 0. ( 00 error) c JPK 76

Overview strong weak strong weak bisimulation bisimulation simulation simulation logical PCTL PCTL \ safepctl safepctl \ preservation checking partition partition parametric maximal parametric maximal equivalence refinement refinement flow problem flow problem O(m log n) O(n 3 ) O(m 2 n) O(m 2 n 3 ) graph minimization O(m log n) O(n 3 ) c JPK 77

Thank you for the attendance c JPK 78