Greater
Greater(x, y)
x > yyields
Trueifxis known to be greater thany.
lhs > rhsrepresents the inequality
lhs > rhs.
Examples
>> Pi>0True
>> {Greater(), Greater(x), Greater(1)}{True, True, True}Implementation status
- ✅ - full supported
Greater(x, y)
x > yyields
Trueifxis known to be greater thany.
lhs > rhsrepresents the inequality
lhs > rhs.
>> Pi>0True
>> {Greater(), Greater(x), Greater(1)}{True, True, True}