I was wondering what a basic identity of a logical expression is and how to get it. I looked on google but couldn't find anything about it.
Say, for example I have a logical expression ~(~(P ^ ~(P ^ Q)) ^ ~(Q ^ ~(P ^ Q))) Below is the result I got from a truth table and I don't know what to do with it to get a basic identity.
0
1
1
0
As well, as that I have a truth table and I have no idea how to derive a logical expression from it.
P Q R F
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1