NumeroInteroNonNegativo (NonnegativeInteger)
An Integer that is greater than
or equal to zero.
Ontology
SUMO / BASE-ONTOLOGYSuperclass(es)
Subclass(es)
NumeroInteroPositivo
Coordinate term(s)
NumeroInteroPari
NumeroInteroNegativo
NumeroInteroDispari
NumeroRealePositivo
NumeroPrimo
Constrains relations
integer square root fn
list length fn
Related WordNet synsets
See more related synsets on a separate page.
Axioms (2)
NumeroIntero é esaustivamente partizionato in NumeroInteroNegativo,NumeroInteroNonNegativo.
(partition Integer NegativeInteger NonnegativeInteger)
Se set é un' istanza di InsiemeFinito, allora esiste NumeroInteroNonNegativo number tale che number is uguale a "il numero di istanzia in set".
(=>
(instance ?SET FiniteSet)
(exists
(?NUMBER)
(and
(instance ?NUMBER NonnegativeInteger)
(equal
?NUMBER
(CardinalityFn ?SET)))))