![]() |
![]() ![]() ![]()
|
![]() |
|
appearance as argument number 1 |
![]() |
(documentation NegativeRealNumber ChineseLanguage "这是一个小于零的 RealNumber。") | chinese_format.kif 1747-1747 | |
(documentation NegativeRealNumber EnglishLanguage "A RealNumber that is less than zero.") | Merge.kif 1956-1957 | |
(documentation NegativeRealNumber JapaneseLanguage "ゼロ未満の RealNumber 。") | japanese_format.kif 355-355 | |
(externalImage NegativeRealNumber "http://upload.wikimedia.org/wikipedia/ commons/ 0/ 09/ Number_line.gif") | pictureList.kif 10143-10143 | |
(subclass NegativeRealNumber RealNumber) | Merge.kif 1954-1954 | Negative real number is a subclass of real number |
appearance as argument number 2 |
![]() |
antecedent |
![]() |
(<=> (instance ?NUMBER NegativeRealNumber) (and (lessThan ?NUMBER 0) (instance ?NUMBER RealNumber))) |
Merge.kif 1959-1963 | A real number is an instance of negative real number if and only if the real number is less than 0 and the real number is an instance of real number |
(=> (instance ?NUMBER NegativeRealNumber) (equal (SignumFn ?NUMBER) -1)) |
Merge.kif 5233-5235 |
|
consequent |
![]() |
(<=> (and (equal (AbsoluteValueFn ?NUMBER1) ?NUMBER2) (instance ?NUMBER1 RealNumber) (instance ?NUMBER2 RealNumber)) (or (and (instance ?NUMBER1 NonnegativeRealNumber) (equal ?NUMBER1 ?NUMBER2)) (and (instance ?NUMBER1 NegativeRealNumber) (equal ?NUMBER2 (SubtractionFn 0.0 ?NUMBER1))))) |
Merge.kif 4796-4807 | equal the absolute value of a real number and a nonnegative real number and the real number is an instance of real number and the nonnegative real number is an instance of real number if and only if the real number is an instance of nonnegative real number and equal the real number and the nonnegative real number or the real number is an instance of negative real number and equal the nonnegative real number and (0.0 and the real number) |
![]() |
![]() |