nezáporné celé číslo (NonnegativeInteger)
An Integer that is greater than
or equal to zero.
Ontologie
SUMO / BASE-ONTOLOGYNadtřída(y)
Podtřída(y)
kladné celé číslo
Související termín(y)
sudé celé číslo
záporné celé číslo
liché celé číslo
kladné reálné číslo
prvočíslo
Constrains relations
integer square root fn
list length fn
Related WordNet synsets
See more related synsets on a separate page.
Axiomy (2)
celé číslo je exhaustively partitioned into záporné celé číslo,nezáporné celé číslo.
(partition Integer NegativeInteger NonnegativeInteger)
Jestliže set je instancí třídy konečná množina, potom existuje nezáporné celé číslo number tak, že number se rovná "cardinality fn(set)".
(=>
(instance ?SET FiniteSet)
(exists
(?NUMBER)
(and
(instance ?NUMBER NonnegativeInteger)
(equal
?NUMBER
(CardinalityFn ?SET)))))