Suppose I have a set as sample space $S = {\{1,2,3,4,5,6\}}$
Now I want to select two independent events $A$ and $B$ from this set.
Suppose I selected $\{1,2,3\}$ as set $A$. Since set B is independent of A, I should be free to choose anything as set B.
But, by definition of independent events $$P(A\cap B) = P(A)P(B)$$ $$\implies \frac{n(A\cap B)}6 = \frac{n(A)}6 \frac{n(B)}6$$ $$\implies n(A\cap B) = \frac{n(A)n(B)}6$$ It sets a condition of $A\cap B$, so we are not free to choose any arbitrary subset as B despite it being independent on A.
can someone explain why choice of independent sets not independent?