Assert that if this expression is true other must also be true.
other
Expr implies(Object other) => BinaryOp(BinaryOpKind.implies, this, $(other)).declare();