Class ZERO-QUANTITY


Slots on this class:

Documentation:
A zero quantity is one which, when multiplied times any quantity, results in another zero quantity (possibly the same zero). The class of zero quantities includes the number 0, and zero quantities for every physical dimension and order of tensor.
Instance-Of: Class
Subclass-Of: Physical-quantity
Has-Instance: 0

Axioms:

(Forall (?Q) (=> (Physical-Quantity ?Q) (Zero-Quantity (* ?Q ?X))))

(Zero-Quantity 0)


Other Related Axioms:

(Forall (?Q) (=> (Physical-Quantity ?Q) (Zero-Quantity (* ?Q ?X))))

(=> (Zero-Quantity ?X)
    (Forall (?Q)
            (=> (Physical-Quantity ?Q) (Zero-Quantity (* ?Q ?X)))))


Notes: