I was reading about Linear Regression assumptions and I'm a little confused cause lots of websites and books mention different assumptions. What I found to be the most common assumptions mentioned are the LINE assumptions: Linearity in parameters, Independence of residuals, Normality of residuals and Equal variance.
I know that some of other assumptions is already included in the LINE assumptions, such as zero conditional mean, which is similar to Independence and Normality together (right?). However, I can't find any assumption in these four (LINE assumptions) related to MULTICOLLINEARITY. Is multicollinearity still an assumption for Linear Regression? How is multicollinearity related to LINE assumptions?