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


How did we get the new equation (a|XG-a) from the question? Can someone please explain?

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

1 Answer

0 votes

Note that Fa is equivalent to a ⋁ XFa, so that a<->Fa is equivalent to a<->(a ⋁ XFa). Now, if a is true, so is that equivalence, and if a is false, then we get 0<->(0 ⋁ XFa) which is !XFa, i.e., XG!a.

You can also argue like this:

    a<->(a ⋁ XFa)
    = a⋀(a ⋁ XFa) ⋁ !a⋀!(a ⋁ XFa)
    = a ⋁ !a⋀!(a ⋁ XFa)
    = a ⋁ !a⋀!a ⋀ !XFa
    = a ⋁ !a⋀!XFa
    = a ⋁ !a⋀XG!a
    = a ⋁ XG!a
by (166k points)

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
2 answers
Imprint | Privacy Policy
...