in reply to Re: A proper name for is_sorted function that can check more than just sorting order?
in thread A proper name for is_sorted function that can check more than just sorting order?

Excellent point, but from my intuition does monotonicity imply transitivity.

That is a < b and b < c implies a < c and that's not necessarily the case with this construct.

But since a quick look into the WP page doesn't reveal any mention of transitivity you might be right.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Wikisyntax for the Monastery

  • Comment on Re^2: A proper name for is_sorted function that can check more than just sorting order?