A function is (non-strictly) increasing on [a,b] iff for x1<x2, f(x1)≤f(x2).
Statement A: f(x1)≥f(x2) when x1<x2 describes decreasing - WRONG.
Statement B: f(x1)≥f(x2) when x1>x2 - CORRECT (larger input gives larger output).
Statement C: f(x1)≤f(x2) when x1<x2 - CORRECT (standard form).
Statement D: describes decreasing - WRONG.
B and C are correct.