Does canonical expression in compact form need to have all the variables in it?
For example, if I have a,b,c, and d variables and the compact form comes out to be just c+d, is this possible?
For example: If I have an expression
=(a'b'cd)+(a'bc'd')+(a'bcd)+(ab'cd)+(abc'd')+(abcd')
=a'+cd+abd'
=cd+bd'
=c+b
Am I doing it right?