Here you can ask questions and find or give answers to organizational, academic and other questions about studying computer science.

1.1k questions

1.2k answers

1.6k comments

532 users

0 votes

in * TF "Emb. Sys. and Rob." by (440 points)

1 Answer

+1 vote

Why do you think that it should be removed? To justify (S1,Q1), we need to check the following simulation diagram:

    S1 --> {S0;S2}
    |     
    Q1 --> {Q0;Q2;Q3}

That means that we have to check whether for S1->S0, there is a corresponding one of (S0,Q0), (S0,Q2), (S0,Q3) is in the relation which is the case, and we have to check whether for S1->S2, there is a corresponding one of (S2,Q0), (S2,Q2), (S2,Q3) is in the relation which is also the case. Hence, (S1,Q1) also remains in the relation since state Q1 can simulate everything what S1 can do.

by (166k points)
Imprint | Privacy Policy
...