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



KB Term:  Term intersection
English Word: 

Sigma KEE - AssociativeFunction
AssociativeFunction(associative function)

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


(subclass AssociativeFunction BinaryFunction) Merge.kif 3522-3522 Associative function is a subclass of binary function
(documentation AssociativeFunction EnglishLanguage "A BinaryFunction is associative if bracketing has no effect on the value returned by the Function. More precisely, a Function ?FUNCTION is associative just in case (?FUNCTION ?INST1 (?FUNCTION ?INST2 ?INST3)) is equal to (?FUNCTION (?FUNCTION ?INST1 ?INST2) ?INST3), for all ?INST1, ?INST2, and ?INST3.") Merge.kif 3524-3529 Associative function is a subclass of binary function
(externalImage AssociativeFunction "http://upload.wikimedia.org/wikipedia/ commons/ e/ eb/ RelativeComplement.png") pictureList.kif 8351-8351 Associative function is a subclass of binary function

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


(instance MultiplicationFn AssociativeFunction) Merge.kif 4807-4807 Multiplication is an instance of associative function
(instance AdditionFn AssociativeFunction) Merge.kif 4820-4820 Addition is an instance of associative function
(instance MaxFn AssociativeFunction) Merge.kif 5095-5095 Max is an instance of associative function
(instance MinFn AssociativeFunction) Merge.kif 5121-5121 Min is an instance of associative function
(format EnglishLanguage AssociativeFunction "the associative function of %1 and %2") domainEnglishFormat.kif 206-206 Min is an instance of associative function
(format ChineseTraditionalLanguage AssociativeFunction "%1 和 %2 的 associative 功能") domainEnglishFormat.kif 207-207 Min is an instance of associative function
(format ChineseLanguage AssociativeFunction "%1 和 %2 的 associative 功能") domainEnglishFormat.kif 208-208 Min is an instance of associative function
(termFormat EnglishLanguage AssociativeFunction "associative function") english_format.kif 1053-1053 Min is an instance of associative function

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


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


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