SubtractionFn |
appearance as argument number 1 |
(documentation SubtractionFn ChineseLanguage "如果 ?NUMBER1 和 ?NUMBER2 是 Number,那么 (SubtractionFn ?NUMBER1 ?NUMBER2) 就是 ?NUMBER1 和 ?NUMBER2 的算术差,即使 ?NUMBER1 减 ?NUMBER2,除了在 ?NUMBER1 等于0时,那么(SubtractionFn ?NUMBER1 ?NUMBER2)就是 ?NUMBER2 的负数。") | chinese_format.kif 2216-2219 | |
(documentation SubtractionFn EnglishLanguage "If ?NUMBER1 and ?NUMBER2 are Numbers, then (SubtractionFn ?NUMBER1 ?NUMBER2) is the arithmetical difference between ?NUMBER1 and ?NUMBER2, i.e. ?NUMBER1 minus ?NUMBER2. An exception occurs when ?NUMBER1 is equal to 0, in which case (SubtractionFn ?NUMBER1 ?NUMBER2) is the negation of ?NUMBER2.") | Merge.kif 4731-4735 | |
(documentation SubtractionFn JapaneseLanguage "?NUMBER1 と ?NUMBER2 が Number の場合、 (SubtractionFn ?NUMBER1 ?NUMBER2) は ?NUMBER1 と ?NUMBER2 の算術差です。すなわち、?NUMBER1 マイナス ?NUMBER2。 例外は、?NUMBER1 が 0 に等しい場合に発生し、その場合 (SubtractionFn ?NUMBER1 ?NUMBER2) は ?NUMBER2の否定である。") | japanese_format.kif 880-883 | |
(domain SubtractionFn 1 RealNumber) | Merge.kif 4727-4727 | The number 1 argument of subtraction is an instance of real number |
(domain SubtractionFn 2 RealNumber) | Merge.kif 4728-4728 | The number 2 argument of subtraction is an instance of real number |
(identityElement SubtractionFn 0) | Merge.kif 5297-5297 | 0 is an identity element of subtraction |
(instance SubtractionFn BinaryFunction) | Merge.kif 4724-4724 | Subtraction is an instance of binary function |
(instance SubtractionFn TotalValuedRelation) | Merge.kif 4726-4726 | Subtraction is an instance of total valued relation |
(range SubtractionFn RealNumber) | Merge.kif 4729-4729 | The range of subtraction is an instance of real number |
appearance as argument number 2 |
(format ChineseLanguage SubtractionFn "(%*[-])") | chinese_format.kif 684-684 | |
(format EnglishLanguage SubtractionFn "(%*[-])") | english_format.kif 686-686 | |
(format FrenchLanguage SubtractionFn "(%*[-])") | french_format.kif 415-415 | |
(format ItalianLanguage SubtractionFn "(%*[-]") | relations-it.txt 285-285 | |
(format JapaneseLanguage SubtractionFn "(%*[-])") | japanese_format.kif 2132-2132 | |
(format PortugueseLanguage SubtractionFn "(%*[-])") | portuguese_format.kif 367-367 | |
(format cz SubtractionFn "(%*[-])") | relations-cz.txt 424-424 | |
(format de SubtractionFn "(%*[-])") | relations-de.txt 891-891 | |
(format hi SubtractionFn "(%*[-]") | relations-hindi.txt 322-322 | |
(format ro SubtractionFn "(%*[-])") | relations-ro.kif 437-437 | |
(format sv SubtractionFn "(%*[-])") | relations-sv.txt 459-459 | |
(format tg SubtractionFn "(%*[-]") | relations-tg.txt 477-477 | |
(termFormat ChineseLanguage SubtractionFn "减法") | domainEnglishFormat.kif 55856-55856 | |
(termFormat ChineseLanguage SubtractionFn "减法函数") | chinese_format.kif 685-685 | |
(termFormat ChineseTraditionalLanguage SubtractionFn "減法") | domainEnglishFormat.kif 55855-55855 | |
(termFormat EnglishLanguage SubtractionFn "subtraction") | domainEnglishFormat.kif 55854-55854 |
antecedent |
consequent |
statement |
(equal (MeasureFn ?NUMBER CelsiusDegree) (MeasureFn (DivisionFn (SubtractionFn ?NUMBER 32.0) 1.8) FahrenheitDegree)) |
Merge.kif 7013-7015 | A real number celsius degree(s) is equal to (the real number and 32.0) and 1.8 fahrenheit degree(s) |
(equal (MeasureFn ?NUMBER CelsiusDegree) (MeasureFn (SubtractionFn ?NUMBER 273.15) KelvinDegree)) |
Merge.kif 7009-7011 | A real number celsius degree(s) is equal to (the real number and 273.15) kelvin degree(s) |
(equal (ReachingMilitaryAgeAnnuallyMaleFn ?AREA ?YEAR) (CardinalityFn (KappaFn ?PERSON (and (instance ?PERSON Human) (attribute ?PERSON Male) (militaryAge ?AREA ?MILITARYAGE) (equal ?AGEMINUSONE (SubtractionFn ?AGE 1)) (holdsDuring ?YEAR (or (age ?PERSON ?AGEMINUSONE) (age ?PERSON ?AGE))) (equal ?AGE ?MILITARYAGE) (inhabits ?PERSON ?AREA))))) |
Military.kif 924-937 | The reaching military age annually male of a geopolitical area and a year is equal to the number of instances in the class described by a symbolic string |
(forall (?NUMBER) (equal (PredecessorFn ?NUMBER) (SubtractionFn ?NUMBER 1))) |
Merge.kif 4737-4738 | For all an integer (the integer+2) is equal to (the integer and 1) |