Evaluating XPath Expresssions

XPath Result of XPath Evaluation
some $i in (2, 6, -1, 3, 9) satisfies $i < 0
true
(2, 6, -1, 3, 9) < 0
true