Quick basic question here to make sure I understand conditional probability properly.
You flip two coins, and at least one of them is heads. What is the probability that they are both heads?
Now, I think the answer to this is $\frac{1}{3}$, for the following explanation. If $A$ is the event that the first coin lands heads, and $B$ is the result that the second coin lands heads, then what we're looking for is $P(A \cap B | A \cup B)$. The probability of both $A$ and $B$ is $\frac{1}{2}$, so $A \cup B$ is $\frac{3}{4}$. The probability of $A \cap B$ is $P(A|B)P(B)$, which is $\frac{1}{2}(\frac{1}{2}) = \frac{1}{4}$. Therefore, the probability is $\frac{\frac{1}{4}}{\frac{3}{4}} = \frac{1}{3}$.
Now, besides the obvious question of whether or not this is actually right, I'm wondering: why is it that $P(A|B) = P(A)$? Is it because these are independent events? If so, can I use this fact as proof that these are independent events?
Thanks for the help!