While finding minimal cover what to do if closure of left two attributes become same as the combined attribute? I came to know that there should not be any extraneous left-hand side attribute. How to remove redundant FD if FD’s are given as:
A->B
B->A
AB->CD
I found that closure of (AB) is ABCD and similarly closure of A is also ABCD. so we can say attribute B is extraneous but the closure of B also gives ABCD. In that way A becomes extraneous. In this type of scenario can we get two sets of canonical cover? (1. when A is extraneous the Reduced FD's are- B->A and B->CD 2. When B is extraneous reduced FD's are- A->B and A->CD)