Maxima Function
identity (x)
Returns x for any argument x.
Examples:
identity may be used as a predicate when the arguments are already Boolean values.
identity
(%i1) every (identity, [true, true]); (%o1) true