Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - NegativeRealNumber
NegativeRealNumber(負の実数)

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 1941-1942
(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 1939-1939 負の実数実数subclass では

appearance as argument number 2
-------------------------


(partition RealNumber NegativeRealNumber NonnegativeRealNumber) Merge.kif 1888-1888 実数負の実数 + 非負実数exhaustively partitioned
(subclass NegativeInteger NegativeRealNumber) Merge.kif 1982-1982 負の整数負の実数subclass では
(termFormat ChineseLanguage NegativeRealNumber "负实数") chinese_format.kif 865-865 負の整数負の実数subclass では
(termFormat EnglishLanguage NegativeRealNumber "negative real number") english_format.kif 932-932 負の整数負の実数subclass では
(termFormat FrenchLanguage NegativeRealNumber "nombre r�el n�gatif") french_format.kif 541-541 負の整数負の実数subclass では
(termFormat Hindi NegativeRealNumber "Qnaatmaka vaastavika anka") terms-hindi.txt 71-71 負の整数負の実数subclass では
(termFormat ItalianLanguage NegativeRealNumber "NumeroRealeNegativo") terms-it.txt 74-74 負の整数負の実数subclass では
(termFormat JapaneseLanguage NegativeRealNumber "負の実数") japanese_format.kif 2226-2226 負の整数負の実数subclass では
(termFormat PortugueseLanguage NegativeRealNumber "Numero Real negativo") portuguese_format.kif 493-493 負の整数負の実数subclass では
(termFormat cz NegativeRealNumber "negative real number") terms-cz.txt 108-108 負の整数負の実数subclass では
(termFormat de NegativeRealNumber "negative reelle Zahl") terms-de.txt 367-367 負の整数負の実数subclass では
(termFormat ro NegativeRealNumber "numãr real negativ") relations-ro.kif 562-562 負の整数負の実数subclass では
(termFormat tg NegativeRealNumber "Negatibong tunay na numero") terms-tg.txt 75-75 負の整数負の実数subclass では

antecedent
-------------------------


(<=>
    (instance ?NUMBER NegativeRealNumber)
    (and
        (lessThan ?NUMBER 0)
        (instance ?NUMBER RealNumber)))
Merge.kif 1944-1948 実数負の実数instance では 実数 は 0 より less では 実数実数instance では
(=>
    (instance ?NUMBER NegativeRealNumber)
    (equal
        (SignumFn ?NUMBER) -1))
Merge.kif 5218-5220

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 4781-4792 実数absolute value 非負実数equal では 実数実数instance では 非負実数実数instance では 実数非負実数instance では 実数 非負実数equal では 実数負の実数instance では 非負実数 は (0.0 + 実数) と equal では


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners