Select language: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

odd integer (OddInteger)

An Integer that is not evenly divisible by 2.

Ontology

SUMO / BASE-ONTOLOGY

Superclass(es)

[tree]
entity
is subclass of
  abstract  
is subclass of
  quantity  
is subclass of
  number  
is subclass of
  real number  
is subclass of
  rational number  
is subclass of
  integer  
is subclass of
  odd integer  

Coordinate term(s)

even integer  negative integer  nonnegative integer  prime number 

Related WordNet synsets

odd
not divisible by two
odd is opposite to...  

Axioms (2)

integer is exhaustively partitioned into odd integer,even integer.
(partition Integer OddInteger EvenInteger)

If number is an instance of odd integer, then "number mod " is equal to .
(=>
      (instance ?NUMBER OddInteger)
      (equal
            (RemainderFn ?NUMBER 2)
            1))