True. Normal distribution is a way a set of data is distributed. That can never imply independance.
Think about a scenario: there is no correlation between growth in sales revenue and growth in website traffic. But that does not mean that the two datasets are independant.
The Pearson correlation coefficient indicates the strength of a linear relationship between two variables, but its value generally does not completely characterize their relationship.<p>While independence refers to every relationship between two variables, when we use correlation we're usually only referring to one type of relationship, a linear relationship.
The classic standard normal + chi-squared example is also one worth remembering:<p>Let X ~ N(0, 1), and Y = X^2.<p>Cov(X,Y) = 0, though they're obviously not independent.