(=>
(and
(trichotomizingOn ?RELATION ?CLASS)
(instance ?RELATION RelationExtendedToQuantities))
(forall (?INST1 ?INST2)
(=>
(and
(instance ?INST1 ?CLASS)
(instance ?INST2 ?CLASS))
(or
(?RELATION ?INST1 ?INST2)
(?RELATION ?INST2 ?INST1)
(equal ?INST1 ?INST2))))) |
Merge.kif 3796-3808 |
If X is trichotomizing on Y and X is an instance of relation extended to quantities, then For all Entities Z and W: if Z is an instance of Y and W is an instance of Y, then At least one of the following holds: (1) X Z and W (2) X W and Z (3) equal Z and W |