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

1.2k questions

1.3k answers

1.7k comments

589 users

0 votes

In the exam of February 14th, 2024, I understood the first step which distributed A over the two equations due to and operator. But what syntactic sugar was used to solve the rest of the steps? Thank you.

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

1 Answer

0 votes

The following equivalences were used step by step:

  • A(phi & psi) = (A phi) & (A psi)
  • F[a SU b] = F b
  • G[a W b] = G(!b|a)
  • AF b = mu x.(b|[]x)
  • AG(!b|a) = nu y. ((Phi_Inf -> (!b|a))&[]y)
by (171k points)

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Aug 3, 2022 in * TF "Emb. Sys. and Rob." by CS_E (2.9k points)
Imprint | Privacy Policy
...