The document discusses least square regression with L0, L1, and L2 constraints. It presents the cost functions for each constraint and derives the solutions. For L0 constraint, the solution is a hard threshold determined by comparing the squared value to the regularization parameter. For L1 constraint, the solution is a soft threshold. For L2 constraint, the solution is obtained by setting the derivative of the cost function to zero. It also formulates L0 and L1 constraints as proximal operators.