Hello !
This is my first post so, first of all, I would like to thank you for making this very interesting course available on internet !
I do not understand how the simplifications of the canonical representation on the slide 19 were made:
https://docs.wixstatic.com/ugd/56440f_51f7dbaa5d004686a9576588088458c6.pdfI do not understand how we went from:
(Not(x) And Not(y) And Not(z)) Or (Not(x) And y And Not(z)) Or (x And Not(y) And Not(z))
to:
(Not(x) And Not(z)) Or (x And Not(y) And Not(z))
and even less to:
(Not(x) And Not(z)) Or (Not(y) And Not(z))
But I do understand the 2 last lines:
(Not(x) And Not(z)) Or (Not(y) And Not(z)) =
Not(z) And (Not(x) Or Not(y))
Thank you !