is Strictly Increasing
Examines each element, a_i starting at 0, and determines if all the elements are strictly increasing a_0 lt a_1 lt a_2, etc.
Return
true if all elements are strictly increasing, if there are 0 elements then it returns false, 1 element returns true