4.3 Unsorted array

How do we say that an array is not sorted in a non-decreasing order? Again, the array is $a$, and it has $n$ elements:

$\exists i \in [0,n-2]: a_{i} > a_{i+1}$



Copyright © 2006-08-28 by Tak Auyeung