ELEM =LAMBDA(x, LAMBDA(xs, ISNUMBER(MATCH(x, xs, 0)) ) ) MUL =LAMBDA(a, LAMBDA(b, a * b))