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