Prove the monotonicity of the objective function value change for kMeans. HINT: kMeans algorithm tries to optimize the Sum Squared Error (SSE). SSE = ∑ ∑ (x - mi)², i=1 to K, x∈Ci, where K is the number of total clusters, Ci is the set of data points in cluster i, and mi is the centroid of cluster i.