Browsing Interface : Welcome guest : log in
Home |  Graph |  LogLearn |  Editor |  ]  KB:  Language: 
  Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - CommutativeFunction
CommutativeFunction(commutative function)
commutative

appearance as argument number 1
-------------------------


(subclass CommutativeFunction BinaryFunction) Merge.kif 3543-3543 Commutative function is a subclass of binary function
(documentation CommutativeFunction EnglishLanguage "A BinaryFunction is commutative if the ordering of the arguments of the function has no effect on the value returned by the function. More precisely, a function ?FUNCTION is commutative just in case (?FUNCTION ?INST1 ?INST2) is equal to (?FUNCTION ?INST2 ?INST1), for all ?INST1 and ?INST2.") Merge.kif 3545-3549 Commutative function is a subclass of binary function
(externalImage CommutativeFunction "http://upload.wikimedia.org/wikipedia/ commons/ d/ da/ Commutative_Word_Origin.PNG") pictureList.kif 8429-8429 Commutative function is a subclass of binary function

appearance as argument number 2
-------------------------


(instance MultiplicationFn CommutativeFunction) Merge.kif 4808-4808 Multiplication is an instance of commutative function
(instance AdditionFn CommutativeFunction) Merge.kif 4821-4821 Addition is an instance of commutative function
(instance MaxFn CommutativeFunction) Merge.kif 5096-5096 Max is an instance of commutative function
(instance MinFn CommutativeFunction) Merge.kif 5122-5122 Min is an instance of commutative function
(format EnglishLanguage CommutativeFunction "the commutative function of %1 and %2") domainEnglishFormat.kif 494-494 Min is an instance of commutative function
(format ChineseTraditionalLanguage CommutativeFunction "%1 和 %2 的 commutative 功能") domainEnglishFormat.kif 495-495 Min is an instance of commutative function
(format ChineseLanguage CommutativeFunction "%1 和 %2 的 commutative 功能") domainEnglishFormat.kif 496-496 Min is an instance of commutative function
(termFormat EnglishLanguage CommutativeFunction "commutative function") english_format.kif 1055-1055 Min is an instance of commutative function

antecedent
-------------------------


(=>
    (instance ?FUNCTION CommutativeFunction)
    (forall (?INST1 ?INST2 ?CLASS)
        (=>
            (and
                (domain ?FUNCTION 1 ?CLASS)
                (instance ?INST1 ?CLASS)
                (instance ?INST2 ?CLASS))
            (equal
                (AssignmentFn ?FUNCTION ?INST1 ?INST2)
                (AssignmentFn ?FUNCTION ?INST2 ?INST1)))))
Merge.kif 3551-3561 If X is an instance of commutative function, then For all Entities Y and Z and Class W: if the number 1 argument of X is an instance of W, Y is an instance of W, and Z is an instance of W, then equal X(Y and Z) and X(Z and Y)


Show full definition with tree view
Show simplified definition (without tree view)
Show simplified definition (with tree view)



Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners