How can you calculate Spearman's rho of the comonotinicity copula?
Comonotonicity Copula: $Cm(u1, u2) = min(u1, u2)$
Spearmans rho: $\rho = 12 \int_{0}^{1}\int_{0}^{1} C(u1,u2) du1 du2 -3$
Obviously, this results in the following: $12 \int_{0}^{1}\int_{0}^{1} min(u1, u2) du1 du2 -3$
But how can I solve this integral with a minimum?