與量關係 (RelationExtendedToQuantities)
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 ConstantQuantites 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 ConstantQuantities, the ConstantQuantities must be
measured along the same physical dimension.
Ontology
SUMO / BASE-ONTOLOGYClass(es)
Superclass(es)
Instance(s)
相等
小於
大於
小於或等於
大於或等於
乘法函數
加法函數
減法函數
除法函數
指數函數
最大值函數
最小值函數
倒數函數
餘數函數
整數函數
Coordinate term(s)
二元函數
二元述詞
二元關係
格位角色
函數
意圖關係
序列
受事導向(歷程)
偏值關係
述詞
或然率關係
命題態度
四元函數
四元述詞
四元關係
五元述詞
五元關係
單值關係
空間關係
時間關係
三元函數
三元述詞
三元關係
全值關係
一元函數
變異元數關係
Related WordNet synsets
See more related synsets on a separate page.
Axioms (2)
- if rel 是 與量關係 的 實例 and rel 是 三元關係 的 實例 and number1 是 實數 的 實例 and number2 是 實數 的 實例 and rel(number1,number2,value) (不) 成立s,
- then for all unit holds: if unit 是 量度單位 的 實例, then rel("number1 unit(s)","number2 unit(s)","value unit(s)") (不) 成立s
.
(=>
(and
(instance ?REL RelationExtendedToQuantities)
(instance ?REL TernaryRelation)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(holds ?REL ?NUMBER1 ?NUMBER2 ?VALUE))
(forall
(?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(holds
?REL
(MeasureFn ?NUMBER1 ?UNIT)
(MeasureFn ?NUMBER2 ?UNIT)
(MeasureFn ?VALUE ?UNIT)))))
- if rel 是 與量關係 的 實例 and rel 是 二元關係 的 實例 and number1 是 實數 的 實例 and number2 是 實數 的 實例 and rel(number1,number2) (不) 成立s,
- then for all unit holds: if unit 是 量度單位 的 實例, then rel("number1 unit(s)","number2 unit(s)") (不) 成立s
.
(=>
(and
(instance ?REL RelationExtendedToQuantities)
(instance ?REL BinaryRelation)
(instance ?NUMBER1 RealNumber)
(instance ?NUMBER2 RealNumber)
(holds ?REL ?NUMBER1 ?NUMBER2))
(forall
(?UNIT)
(=>
(instance ?UNIT UnitOfMeasure)
(holds
?REL
(MeasureFn ?NUMBER1 ?UNIT)
(MeasureFn ?NUMBER2 ?UNIT)))))