GreaterThan Relation
(Redirected from greater than)
Jump to navigation
Jump to search
A GreaterThan Relation is a Strict Total Order Relation over the Real Numbers.
- AKA: Greater Than.
- Context:
- It can support a Maximization Task.
- …
- Example(s):
- GreaterThan(5,2) ⇒ True.
- GreaterThan(5, π) ⇒ True.
- GreaterThan(5,5) ⇒ False.
- …
- Counter-Example(s):
- [math]\displaystyle{ f }[/math](5,2) ⇒ False.
- [math]\displaystyle{ f }[/math](5, π) ⇒ False.
- [math]\displaystyle{ f }[/math](5,5) ⇒ True.
- LessThan Relation.
- See: Ordered Relation, GreaterThanOrEqual Relation.