俱计 (Integer)
A negative or nonnegative whole number.
Ontology
SUMO / BASE-ONTOLOGYSuperclass(es)
Subclass(es)
案俱计
俱计
借计
獶璽俱计
璽俱计
Constrains relations
ㄧ计
虫ㄧ计
计ㄧ计
ㄧ计
程そ计ㄧ计
程そ计ㄧ计
だㄧ计
玡计ㄧ计
タ璽腹ㄧ计
计ㄧ计
ㄧ计
Related WordNet synsets
- integer, whole number
- any of the natural numbers (positive or negative) or zero
See more related synsets on a separate page.
Axioms (12)
俱计 Ч だ澄Θ 俱计,案俱计.
(partition Integer OddInteger EvenInteger)
俱计 Ч だ澄Θ 璽俱计,獶璽俱计.
(partition Integer NegativeInteger NonnegativeInteger)
If seq 琌 抖ㄧ计 龟ㄒ and seq 絛瞅 琌 class 龟ㄒ, then class 琌 俱计 Ω贺摸.
(=>
(and
(instance ?SEQ SequenceFunction)
(range ?SEQ ?CLASS))
(subclass ?CLASS Integer))
If number 琌 Τ瞶计 龟ㄒ, then there exist 俱计 int1,俱计 int2 so that number 单 "int1/int2".
(=>
(instance ?NUMBER RationalNumber)
(exists
(?INT1 ?INT2)
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer)
(equal
?NUMBER
(DivisionFn ?INT1 ?INT2)))))
If "number " 单 int, then there doesn't exist 俱计 otherint so that otherint ┪单 number and otherint int.
(=>
(equal
(CeilingFn ?NUMBER)
?INT)
(not
(exists
(?OTHERINT)
(and
(instance ?OTHERINT Integer)
(greaterThanOrEqualTo ?OTHERINT ?NUMBER)
(lessThan ?OTHERINT ?INT)))))
If "程 俱计 ┪ 单 number" 单 int, then there doesn't exist 俱计 otherint so that otherint ┪单 number and otherint (ぃ) int.
(=>
(equal
(FloorFn ?NUMBER)
?INT)
(not
(exists
(?OTHERINT)
(and
(instance ?OTHERINT Integer)
(lessThanOrEqualTo ?OTHERINT ?NUMBER)
(greaterThan ?OTHERINT ?INT)))))
If int 琌 俱计 龟ㄒ, then int "(int+1)".
(=>
(instance ?INT Integer)
(lessThan
?INT
(SuccessorFn ?INT)))
If int1 琌 俱计 龟ㄒ and int2 琌 俱计 龟ㄒ, then int1 int2 or int2 "(int1+1)".
(=>
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer))
(not
(and
(lessThan ?INT1 ?INT2)
(lessThan
?INT2
(SuccessorFn ?INT1)))))
If int 琌 俱计 龟ㄒ, then int 单 "("(int+2)"+1)".
(=>
(instance ?INT Integer)
(equal
?INT
(SuccessorFn
(PredecessorFn ?INT))))
If int 琌 俱计 龟ㄒ, then int 单 "("(int+1)"+2)".
(=>
(instance ?INT Integer)
(equal
?INT
(PredecessorFn
(SuccessorFn ?INT))))
If int 琌 俱计 龟ㄒ, then int (ぃ) "(int+2)".
(=>
(instance ?INT Integer)
(greaterThan
?INT
(PredecessorFn ?INT)))
If int1 琌 俱计 龟ㄒ and int2 琌 俱计 龟ㄒ, then int2 int1 or "(int1+2)" int2.
(=>
(and
(instance ?INT1 Integer)
(instance ?INT2 Integer))
(not
(and
(lessThan ?INT2 ?INT1)
(lessThan
(PredecessorFn ?INT1)
?INT2))))