appearance as argument number 1 |
(documentation RelationExtendedToQuantities ChineseLanguage " RelationExtendedToQuantities 是一个 Relation,如果它对一串 RealNumber 的参数值是真的,那么 他对一串有着和一些衡量单位幅度 ConstantQuantity 的实例也是真的。例如: lessThan 关系可延伸到数量 上, 意思是(lessThan ?QUANTITY1 ?QUANTITY2) 对于 ?QUANTITY1 和 ?QUANTITY2 所有的数量对, 当且仅当对于某些 ?NUMBER1,?NUMBER2 和 ?UNIT,?QUANTITY1 = (MeasureFn ?NUMBER1 ?UNIT), ?QUANTITY2 = (MeasureFn ?NUMBER2 ?UNIT)和(lessThan ?NUMBER1 ?NUMBER2),对于所有 ?QUANTITY1 和 ?QUANTITY2 可以量度的单位 ?UNIT。注:当一个 RelationExtendedToQuantities 由 RealNumber 被延伸到 ConstantQuantity 的实例实时,该 ConstantQuantity 必须以相同的实物尺寸 来量度。") | chinese_format.kif 2021-2029 | |
(documentation RelationExtendedToQuantities EnglishLanguage "A RelationExtendedToQuantities is a Relation that, when it is true on a sequence of arguments that are RealNumbers, it is also true on a sequence of instances of ConstantQuantity with those magnitudes in some unit of measure. For example, the lessThan relation is extended to quantities. This means that for all pairs of quantities ?QUANTITY1 and ?QUANTITY2, (lessThan ?QUANTITY1 ?QUANTITY2) if and only if, for some ?NUMBER1, ?NUMBER2, and ?UNIT, ?QUANTITY1 = (MeasureFn ?NUMBER1 ?UNIT), ?QUANTITY2 = (MeasureFn ?NUMBER2 ?UNIT), and (lessThan ?NUMBER1 ?NUMBER2), for all units ?UNIT on which ?QUANTITY1 and ?QUANTITY2 can be measured. Note that, when a RelationExtendedToQuantities is extended from RealNumbers to instances of ConstantQuantity, the ConstantQuantity must be measured along the same physical dimension.") | Merge.kif 3537-3549 | |
(documentation RelationExtendedToQuantities JapaneseLanguage "RelationExtendedToQuantity は Relation であり、RealNumber である一連の引数に対して正しい場合、それはまたいくつかの測定 単位でのそれらの大きさの ConstantQuantity の引数のシーケンスの場合にも当てはまる。 例: lessThan 関係は数量に拡張される。つまり、数量の全てのペア Q1 および Q2 に対して、 ?NUMBER1、 ?NUMBER2、および ?UNIT?、?QUANTITY1 が (MeasureFn ?NUMBER1 ?UNIT), ?QUANTITY2 が (MeasureFn ?NUMBER2 ?UNIT), および (lessThan ?NUMBER1 ?NUMBER2) のみの場合、 (lessThan ?QUANTITY1 ?QUANTITY2) であり、?QUANTITY1 と ?QUANTITY2 にあるすべての単位?UNITは 測定できる。 注:RelationExtendedToQuantities が拡張される場合は、 RealNumber から ConstantQuantity のインスタンスに対して、ConstantQuantity は同じ物理的寸法に沿って測定する 必要がある。") | japanese_format.kif 661-670 | |
(subclass RelationExtendedToQuantities InheritableRelation) | Merge.kif 3535-3535 | Relation extended to quantities is a subclass of inheritable relation |
(subclass RelationExtendedToQuantities Relation) | Merge.kif 3534-3534 | Relation extended to quantities is a subclass of relation |
appearance as argument number 2 |
antecedent |
(=> (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 3690-3702 |
|