Hello All,
In the question above I can't figure out how we got the grey shaded part below
Restrict (B3, A2)= b=>Restrict (1, A2) | Restrict (B1,A2), I need to know which formula was used from the ones in page 107.
This is how I solved it:
Restrict(B4.A4)
c==> Restrict(B2, A3) | Restrict (B3, A2)
c=>b=>Restrict (B1, 0) |Restrict (1, A1) | Restrict ( Apply ( V, 1, B1), A2)
c=>b=>0| A1| a=> Apply (V,1,1)| Apply (V, 1,0), A2)
c=>b=>0| A1 |a=>1, A2
c=>b=>0| a=>0|1| a=>1 , A2
In my solution above the yellow shaded part is different from the exam solution.The difference arise because I used Restrict(Apply(∨, β1, β0), φ) .