![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| MeasureFn |
| appearance as argument number 1 |
|
|
| s__instance(s__MeasureFn,s__BinaryFunction)
|
Merge.kif 6465-6465 | Measure is an instance of binary function |
| s__instance(s__MeasureFn,s__TotalValuedRelation)
|
Merge.kif 6466-6466 | Measure is an instance of total valued relation |
| s__domain(s__MeasureFn,n__1,s__RealNumber)
|
Merge.kif 6467-6467 | The number 1 argument of measure is an instance of real number |
| s__domain(s__MeasureFn,n__2,s__UnitOfMeasure)
|
Merge.kif 6468-6468 | The number 2 argument of measure is an instance of unit of measure |
| s__range(s__MeasureFn,s__PhysicalQuantity)
|
Merge.kif 6469-6469 | The range of measure is an instance of physical quantity |
| s__documentation(s__MeasureFn, s__EnglishLanguage, "This BinaryFunction maps a RealNumber and a UnitOfMeasure to that Number of units_ It is used to express `measured instances of PhysicalQuantity_ Example: the concept of three meters is represented as (MeasureFn 3 Meter)_") | Merge.kif 6471-6475 | The range of measure is an instance of physical quantity |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| consequent |
|
|
| ! [V__G,V__M,V__PN,V__PA,V__N,V__AN,V__AA] : (((s__instance(V__G,s__Graph) & s__instance(V__M,s__UnitOfMeasure) & s__instance(V__PN,s__Physical) & s__instance(V__PA,s__Physical) & s__instance(V__N,s__RealNumber)) => ((s__graphMeasure(V__G,V__M) & s__instance(V__AN,s__GraphNode) & s__graphPart(V__AN,V__G) & s__graphPart(V__AA,V__G) & s__instance(V__AA,s__GraphArc) & s__abstractCounterpart(V__AN,V__PN) & s__abstractCounterpart(V__AA,V__PA) & s__arcWeight(V__AA,V__N)) => s__measure(V__PA,s__MeasureFn(V__N,V__M)))) )
|
Merge.kif 6284-6295 | If All of the following hold: (1) X is the unit in Y (2) Z is an instance of graph node (3) Z is a part of Y (4) W is a part of Y (5) W is an instance of graph arc (6) the abstract counterpart of V is Z (7) the abstract counterpart of U is W (8) the value of W is T, then the measure of U is T X(s) |
| ! [V__KILOUNIT,V__UNIT] : ((s__instance(V__KILOUNIT,s__UnitOfMeasure) => ((s__instance(V__UNIT,s__UnitOfMeasure) & (V__KILOUNIT = s__KiloFn(V__UNIT))) => (s__MeasureFn(n__1,V__KILOUNIT) = s__MeasureFn(n__1000,V__UNIT)))) )
|
Merge.kif 6594-6598 | If X is an instance of unit of measure and equal Y and 1 thousand Z, then equal 1 Y(s) and 1000 X(s) |
| ! [V__MEGAUNIT,V__UNIT] : ((s__instance(V__MEGAUNIT,s__UnitOfMeasure) => ((s__instance(V__UNIT,s__UnitOfMeasure) & (V__MEGAUNIT = s__MegaFn(V__UNIT))) => (s__MeasureFn(n__1,V__MEGAUNIT) = s__MeasureFn(n__1000000,V__UNIT)))) )
|
Merge.kif 6608-6612 | If X is an instance of unit of measure and equal Y and 1 million Z, then equal 1 Y(s) and 1000000 X(s) |
| ! [V__GIGAUNIT,V__UNIT] : ((s__instance(V__GIGAUNIT,s__UnitOfMeasure) => ((s__instance(V__UNIT,s__UnitOfMeasure) & (V__GIGAUNIT = s__GigaFn(V__UNIT))) => (s__MeasureFn(n__1,V__GIGAUNIT) = s__MeasureFn(n__1000000,s__KiloFn(V__UNIT))))) )
|
Merge.kif 6622-6626 | If X is an instance of unit of measure and equal Y and 1 billion Z, then equal 1 Y(s) and 1000000 1 thousand Z(s) |
| ! [V__TERAUNIT,V__UNIT] : ((s__instance(V__TERAUNIT,s__UnitOfMeasure) => ((s__instance(V__UNIT,s__UnitOfMeasure) & (V__TERAUNIT = s__TeraFn(V__UNIT))) => (s__MeasureFn(n__1,V__TERAUNIT) = s__MeasureFn(n__1000000000,s__KiloFn(V__UNIT))))) )
|
Merge.kif 6636-6640 | If X is an instance of unit of measure and equal Y and 1 trillion Z, then equal 1 Y(s) and 1000000000 1 thousand Z(s) |
| ! [V__MILLIUNIT,V__UNIT] : ((s__instance(V__MILLIUNIT,s__UnitOfMeasure) => ((s__instance(V__UNIT,s__UnitOfMeasure) & (V__MILLIUNIT = s__MilliFn(V__UNIT))) => (s__MeasureFn(n__1,V__MILLIUNIT) = s__MeasureFn(n__0_001,V__UNIT)))) )
|
Merge.kif 6650-6654 | If X is an instance of unit of measure and equal Y and one thousandth of a X, then equal 1 Y(s) and 0.001 X(s) |
| ! [V__MICROUNIT,V__UNIT] : ((s__instance(V__MICROUNIT,s__UnitOfMeasure) => ((s__instance(V__UNIT,s__UnitOfMeasure) & (V__MICROUNIT = s__MicroFn(V__UNIT))) => (s__MeasureFn(n__1,V__MICROUNIT) = s__MeasureFn(n__0_000001,V__UNIT)))) )
|
Merge.kif 6664-6668 | If X is an instance of unit of measure and equal Y and one millionth of a X, then equal 1 Y(s) and 0.000001 X(s) |
| ! [V__NANOUNIT,V__UNIT] : ((s__instance(V__NANOUNIT,s__UnitOfMeasure) => ((s__instance(V__UNIT,s__UnitOfMeasure) & (V__NANOUNIT = s__NanoFn(V__UNIT))) => (s__MeasureFn(n__1,V__NANOUNIT) = s__MeasureFn(n__0_000000001,V__UNIT)))) )
|
Merge.kif 6679-6683 | If X is an instance of unit of measure and equal Y and one billionth of a X, then equal 1 Y(s) and 0.000000001 X(s) |
| ! [V__PICOUNIT,V__UNIT] : ((s__instance(V__PICOUNIT,s__UnitOfMeasure) => ((s__instance(V__UNIT,s__UnitOfMeasure) & (V__PICOUNIT = s__PicoFn(V__UNIT))) => (s__MeasureFn(n__1,V__PICOUNIT) = s__MeasureFn(n__0_000000000001,V__UNIT)))) )
|
Merge.kif 6694-6698 | If X is an instance of unit of measure and equal Y and one trillionth of a X, then equal 1 Y(s) and 0.000000000001 X(s) |
| ! [V__N] : ((s__instance(V__N,s__RealNumber) => (s__MeasureFn(V__N,s__Horsepower) = s__MeasureFn(s__MultiplicationFn(V__N,n__746) ,s__Watt))) )
|
Merge.kif 7021-7025 | If X is an instance of real number, then equal X horsepower(s) and X and 746 watt(s) |
| ! [V__O,V__M,V__U] : (((s__instance(V__O,s__Physical) & s__instance(V__M,s__RealNumber) & s__instance(V__U,s__UnitOfMeasure)) => (s__length(V__O,s__MeasureFn(V__M,V__U)) => ~((? [V__M2] : ((s__instance(V__M2,s__RealNumber) & (s__linearExtent(V__O,s__MeasureFn(V__M2,V__U)) & s__greaterThan(V__M2,V__M)))))))) )
|
Merge.kif 7706-7714 | If the length of X is Y Z(s), then there doesn't exist W such that the linear extent of X is W Z(s) and W is greater than Y |
| ! [V__S,V__CO,V__N,V__U,V__SI,V__N2] : (((s__instance(V__S,s__Class) & s__subclass(V__S,s__Substance) & s__instance(V__CO,s__CorpuscularObject) & s__instance(V__N,s__RealNumber) & s__instance(V__U,s__UnitOfMass) & s__instance(V__SI,s__Object) & s__instance(V__N2,s__RealNumber)) => ((s__amount(V__S,V__CO,s__MeasureFn(V__N,V__U)) & s__instance(V__SI,V__S) & s__measure(V__SI,s__MeasureFn(V__N2,V__U)) & s__part(V__SI,V__CO)) => (? [V__L] : ((s__instance(V__L,s__List) & (s__inList(s__MeasureFn(V__N2,V__U) ,V__L) & (V__L = s__AmountsFn(V__S,V__CO,V__U)) & (V__N = s__ListSumFn(V__L)))))))) )
|
Merge.kif 7740-7755 | If amount X, Y and Z W(s), V is an instance of X, the measure of V is U W(s), and V is a part of Y, then there exists T such that U W(s) is a member of T and equal T and Amounts fn X, Y and W and equal Z and the sum of T |
| ! [V__CIRCLE,V__LENGTH] : (((s__instance(V__CIRCLE,s__Circle) & s__instance(V__CIRCLE,s__ClosedTwoDimensionalFigure) & s__instance(V__LENGTH,s__LengthMeasure)) => (s__diameter(V__CIRCLE,V__LENGTH) => (? [V__NHALF,V__UHALF] : ((s__instance(V__NHALF,s__RealNumber) & s__instance(V__UHALF,s__UnitOfMeasure) & (s__radius(V__CIRCLE,s__MeasureFn(V__NHALF,V__UHALF)) & (s__MeasureFn(s__MultiplicationFn(V__NHALF,n__2) ,V__UHALF) = V__LENGTH))))))) )
|
Merge.kif 7842-7847 | If the diameter of X is Y, then there exist Z and W such that the radius of X is Z W(s) and equal Z and 2 W(s) and Y |
| ! [V__OBJ1,V__OBJ2] : (((s__instance(V__OBJ1,s__Object) & s__instance(V__OBJ2,s__Object)) => ((s__larger(V__OBJ1,V__OBJ2) => (! [V__QUANT1,V__QUANT2,V__UNIT] : (((s__instance(V__QUANT1,s__RealNumber) & s__instance(V__QUANT2,s__RealNumber)) => ((s__measure(V__OBJ1,s__MeasureFn(V__QUANT1,V__UNIT)) & s__measure(V__OBJ2,s__MeasureFn(V__QUANT2,V__UNIT)) & s__instance(V__UNIT,s__UnitOfLength)) => s__greaterThan(V__QUANT1,V__QUANT2)))))) & ((! [V__QUANT1,V__QUANT2,V__UNIT] : (((s__instance(V__QUANT1,s__RealNumber) & s__instance(V__QUANT2,s__RealNumber)) => ((s__measure(V__OBJ1,s__MeasureFn(V__QUANT1,V__UNIT)) & s__measure(V__OBJ2,s__MeasureFn(V__QUANT2,V__UNIT)) & s__instance(V__UNIT,s__UnitOfLength)) => s__greaterThan(V__QUANT1,V__QUANT2))))) => s__larger(V__OBJ1,V__OBJ2)))) )
|
Merge.kif 7937-7945 | X is larger than Y if and only if Z, W and V the measure of X is Z V(s) and the measure of Y is W V(s) and V is an instance of unit of lengthZ is greater than W |
| ! [V__YEAR] : ((s__instance(V__YEAR,s__Year) => s__duration(V__YEAR,s__MeasureFn(n__1,s__YearDuration))) )
|
Merge.kif 8946-8948 | If X is an instance of year, then duration of X is 1 year duration(s) |
| ! [V__NUMBER] : ((s__instance(V__NUMBER,s__RealNumber) => ((V__NUMBER = s__MultiplicationFn(n__1,V__NUMBER)) => (s__MeasureFn(V__NUMBER,s__DecadeDuration) = s__MeasureFn(s__MultiplicationFn(V__NUMBER,n__10) ,s__YearDuration)))) )
|
Merge.kif 8961-8965 | If equal X, 1, and X, then equal X decade duration(s) and X and 10 year duration(s) |
| ! [V__D] : ((s__instance(V__D,s__Decade) => s__duration(V__D,s__MeasureFn(n__1,s__DecadeDuration))) )
|
Merge.kif 8972-8974 | If X is an instance of decade, then duration of X is 1 decade duration(s) |
| ! [V__D] : ((s__instance(V__D,s__Decade) => s__duration(V__D,s__MeasureFn(n__10,s__YearDuration))) )
|
Merge.kif 8976-8978 | If X is an instance of decade, then duration of X is 10 year duration(s) |
| ! [V__Q] : ((s__instance(V__Q,s__QuarterYear) => s__duration(V__Q,s__MeasureFn(n__3,s__MonthDuration))) )
|
Merge.kif 9193-9195 | If X is an instance of quarter year, then duration of X is 3 month duration(s) |
| ! [V__MONTH] : ((s__instance(V__MONTH,s__January) => s__duration(V__MONTH,s__MeasureFn(n__31,s__DayDuration))) )
|
Merge.kif 9254-9256 | If X is an instance of January, then duration of X is 31 day duration(s) |
| ! [V__MONTH,V__YEAR,V__Y] : (((s__instance(V__MONTH,s__TimeInterval) & s__instance(V__YEAR,s__Class) & s__subclass(V__YEAR,s__Year)) => ((s__instance(V__MONTH,s__MonthFn(s__February,V__YEAR)) & s__instance(V__Y,V__YEAR) & ~(s__instance(V__Y,s__LeapYear))) => s__duration(V__MONTH,s__MeasureFn(n__28,s__DayDuration)))) )
|
Merge.kif 9268-9273 | If X is an instance of the month February, Y is an instance of Z, and Y is not an instance of leap year, then duration of X is 28 day duration(s) |
| ! [V__MONTH,V__YEAR,V__Y] : (((s__instance(V__MONTH,s__TimeInterval) & s__instance(V__YEAR,s__Class) & s__subclass(V__YEAR,s__Year)) => ((s__instance(V__MONTH,s__MonthFn(s__February,V__YEAR)) & s__instance(V__Y,V__YEAR) & s__instance(V__Y,s__LeapYear)) => s__duration(V__MONTH,s__MeasureFn(n__29,s__DayDuration)))) )
|
Merge.kif 9275-9280 | If X is an instance of the month February, Y is an instance of Z, and Y is an instance of leap year, then duration of X is 29 day duration(s) |
| ! [V__MONTH] : ((s__instance(V__MONTH,s__March) => s__duration(V__MONTH,s__MeasureFn(n__31,s__DayDuration))) )
|
Merge.kif 9292-9294 | If X is an instance of March, then duration of X is 31 day duration(s) |
| ! [V__MONTH] : ((s__instance(V__MONTH,s__April) => s__duration(V__MONTH,s__MeasureFn(n__30,s__DayDuration))) )
|
Merge.kif 9306-9308 | If X is an instance of April, then duration of X is 30 day duration(s) |
| ! [V__MONTH] : ((s__instance(V__MONTH,s__May) => s__duration(V__MONTH,s__MeasureFn(n__31,s__DayDuration))) )
|
Merge.kif 9320-9322 | If X is an instance of May, then duration of X is 31 day duration(s) |
| Display limited to 25 items. Show next 25 | ||
| Display limited to 25 items. Show next 25 |
| statement |
|
|