Create a division predicate that is true if x divides y.
x
y
Divides divides(int x, Expr y) => Divides(x, y).declare();