It is evident that when two events $A$ and $B$ are independent, then $P(A\cap B)=P(A)P(B)$ A good example is, "Tossing a coin and rolling a die". What is the probability that heads occurs on coin and even number occurs on die.
We have event $A:$ Heads occur on coin
an event $B:$ $2,4$ or $6$ occurs on die
We write the probability as $P(A\cap B)=\frac{1}{2}\times \frac{1}{2}=\frac{1}{4}$
But when we write sample space we get $A=\left\{H\right\}$ and $B=\left\{2,4,6\right\}$ But $A\cap B=\phi$ So why is this contradiction?
You haven't defined a common probability space for your coin and your die. You are basically talking about two outcomes that occur in separate universes, and so talking about their intersection is meaningless.
To fix that, let's build a common space for these two experiments. Define $$ \Omega:=\{H,T\}\times\{1,2,3,4,5,6\}. $$ Then the outcome of your coin is just the first coordinate projection, and the outcome of your die is just the second. And in this case, the formal translations of your two events would be $$ A:=\{(H,1),(H,2),(H,3),(H,4),(H,5),(H,6)\} $$ and $$ B:=\{(H,2),(H,4),(H,6),(T,2),(T,4),(T,6)\}. $$
Then you have $$ A\cap B:=\{(H,2),(H,4),(H,6)\} $$ Now, assuming you define your probability measure $P$ on $\Omega$ to be the uniform distribution, you can verify that: