Warning! There is a bug in this system because of how Z3 is packaged. Certain kinds of formula trigger it, but they should not arise in the limited use we will make of the tool in this course.
lt(v,x) & E:y[lt(x,y) & lt(y,u)] & (s => lt(0,u) & lt(0,v) & lt(0,x)) & (~s => lt(u,0) & lt(v,0) & lt(x,0)) & sum = plus(plus(u,v),x) & sum = 42