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

zui4 da4 gong1 yue1 shu4 han2 shu4 (GreatestCommonDivisorFn)

(GreatestCommonDivisorFn number1 number2 ... number) returns the greatest common divisor of number1 through number.

Ontology

SUMO / NUMERIC-FUNCTIONS

Class(es)

zhong3 lei4
is instance of
  ke3 ji4 cheng2 guan1 xi4  
is instance of
  han2 shu4  
is instance of
bian4 yi4 yuan2 shu4 guan1 xi4
is instance of

is instance of
  zui4 da4 gong1 yue1 shu4 han2 shu4  

Coordinate term(s)

zhi3 ding4 han2 shu4  zui4 xiao3 gong1 bei4 shu4 han2 shu4  xu4 lie4 han2 shu4  mao2 dun4 shu3 xing4  wu2 jiao1 ji2 fen1 jie3  wu2 jiao1 ji2 guan1 xi4  qiong2 jin4 de5 shu3 xing4  qiong2 jin4 de5 fen1 jie3  cheng2 li4  fen1 ge1 

Axioms (2)

(=>
      (equal
            (GreatestCommonDivisorFn @ROW)
            ?NUMBER)
      (forall
            (?ELEMENT)
            (=>
                  (inList
                        ?ELEMENT
                        (ListFn @ROW))
                  (equal
                        (RemainderFn ?ELEMENT ?NUMBER)
                        0))))

(=>
      (equal
            (GreatestCommonDivisorFn @ROW)
            ?NUMBER)
      (not
            (exists
                  (?GREATER)
                  (and
                        (greaterThan ?GREATER ?NUMBER)
                        (forall
                              (?ELEMENT)
                              (=>
                                    (inList
                                          ?ELEMENT
                                          (ListFn @ROW))
                                    (equal
                                          (RemainderFn ?ELEMENT ?GREATER)
                                          0)))))))