2

On set $\Omega = \{ 1,2,\dots,n\}$, $n \in \mathbb{N}$ and $\sigma$-algebra, which is its power set, we denote $P$ is probability measure, where $P(\{ k \}) = \frac{1}{n}$ for all $k = 1,2,\dots,n$. Let $\mathbf{P}$ is set of prime numbers. We denote $\phi(n)$ is number of all distinct numbers of $n$. We define events $A_p := \{p,2p,3p,\dots \} \cap \{1,2,\dots, n \}$ where p is prime.

How to prove that $A_p$ are independent, where p is prime divisor of n? And then i need to prove $\frac{\phi(n)}{n} = \prod_{p\in \mathbf{P}, p|n} (1-\frac{1}{p}).$

Thank you for any help.

user10
  • 53

1 Answers1

1

$A_p$'s are not independent.

Counter-example:

Let $\Omega = \{ 1,2,3\}$, $A_2 = \{2\}$, $A_3 = \{ 3 \}$. So $$0 = P(\{\phi\}) = P(A_2,A_3) \neq P(A_2)*P(A_3) = \frac{1}{3}*\frac{1}{3}. $$

rookie
  • 1,738