TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Operation

list L1  <  list L2 -> elt-alg^boo

Description

Return `true' iff `L1' contains an element lexicographically less than the respective one in `L2'.
Note: Apparently this operation is successful only if `L1' and `L2' are comparable with respect to `<'.

Examples

L1:=[,,,3,4]; L2:=[,,,3,5]; L1<L2;

Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group