Submajorization
Submajorization is a partial order on vectors that compares the sizes of their largest components. For x and y in R^n, let x* and y* denote their nonincreasing rearrangements. We say that x is submajorized by y, written x ≼ y (also called weak submajorization), if for every k = 1, ..., n the partial sums satisfy
sum_{i=1}^k x_i* ≤ sum_{i=1}^k y_i*.
If, in addition, the total sums are equal, i.e., sum_{i=1}^n x_i = sum_{i=1}^n y_i, then x is majorized
Submajorization thus compares the distributions of mass in a vector by looking at the accumulative top-k values.
Basic properties include that the relation is a partial order: it is reflexive, transitive, and antisymmetric
Example: let x = (4, 3, 3) and y = (5, 3, 2). After sorting, x* = (4,3,3) and y*
Applications appear in matrix analysis, probability and statistics, and the study of Schur-convex and Schur-concave functions,