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

1.1k questions

1.3k answers

1.7k comments

557 users

0 votes

Hello

Please may clarify why in following exam "Problem 4.d" the red highlighted part being all states, should not be s0,s1,s2,s3,s4,s5,s6?

https://es.cs.uni-kl.de/teaching/vrs/exams/2021.02.17.vrs/2021.02.17.vrs.solutions.pdf

Thanks.

in * TF "Intelligent Systems" by (770 points)

1 Answer

0 votes

That seems to be a little mistake. Actually, there is no variable d and the formula does not ask for an implication inf->d. It seems that when producing a comprehensive solution, we have abbreviated the states satisfying EF c by d. Assuming this, we have

    [|inf|] = {s0;...;s6}
    [|!inf|] = {s7}
    [|d|] = [|EF c|] = {s0;s1;s2;s3;s4;s5;s6} = [|inf|]
    [|inf -> EF c|] = [|!inf | EF c|] = {s7} ∪ {s0;...;s6} = {s0;...;s7}
by (170k points)
edited by
Imprint | Privacy Policy
...