imaginary number (ImaginaryNumber)
Any Number that is the result of
multiplying a RealNumber by the square root of -1.
Ontology
SUMO / BASE-ONTOLOGYSuperclass(es)
Coordinate term(s)
complex number
real number
Constrains relations
imaginary part fn
Related WordNet synsets
- pure imaginary number
- an imaginary number of the form a+bi where a is 0
Axioms (2)
number is exhaustively partitioned into real number,imaginary number,complex number.
(partition Number RealNumber ImaginaryNumber ComplexNumber)
If number is an instance of imaginary number, then there exists real number real so that number is equal to "real*"the square root of "".
(=>
(instance ?NUMBER ImaginaryNumber)
(exists
(?REAL)
(and
(instance ?REAL RealNumber)
(equal
?NUMBER
(MultiplicationFn
?REAL
(SquareRootFn -1))))))