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

Formal Language: 


KB Term:  Term intersection
English Word: 

Sigma KEE - PremisesFn
PremisesFn

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


(documentation PremisesFn ChineseLanguage "(PremisesFn ?ARGUMENT)得出 Argument ?ARGUMENT 整套完整的 premise。") chinese_format.kif 3779-3780
(documentation PremisesFn EnglishLanguage "(PremisesFn ?ARGUMENT) returns the complete set of premises of the Argument ?ARGUMENT.") Merge.kif 17056-17057
(domain PremisesFn 1 Argument) Merge.kif 17054-17054
(instance PremisesFn TotalValuedRelation) Merge.kif 17053-17053
(instance PremisesFn UnaryFunction) Merge.kif 17052-17052
(range PremisesFn Formula) Merge.kif 17055-17055

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


(format ChineseLanguage PremisesFn "%1 Argumentpremise") chinese_format.kif 784-784
(format EnglishLanguage PremisesFn "the premises of argument %1") english_format.kif 784-784
(format FrenchLanguage PremisesFn "l'argument d' introduction %1") french_format.kif 473-473
(format JapaneseLanguage PremisesFn "引数 %1 の premises") english_format.kif 785-785
(format PortugueseLanguage PremisesFn "o argumento da introducao de %1") portuguese_format.kif 425-425
(format ro PremisesFn "premises%t{premisele} argumentului %1") relations-ro.kif 495-495
(termFormat ChineseLanguage PremisesFn "前提函数") chinese_format.kif 785-785
(termFormat ChineseLanguage PremisesFn "房地") domainEnglishFormat.kif 47200-47200
(termFormat ChineseTraditionalLanguage PremisesFn "房地") domainEnglishFormat.kif 47199-47199
(termFormat EnglishLanguage PremisesFn "premises") domainEnglishFormat.kif 47198-47198

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


(=>
    (and
        (instance ?ARGUMENT Argument)
        (equal ?PREMISES
            (PremisesFn ?ARGUMENT)))
    (<=>
        (subProposition ?PROPOSITION ?PREMISES)
        (premise ?ARGUMENT ?PROPOSITION)))
Merge.kif 17059-17065
(=>
    (and
        (instance ?ARGUMENT ValidDeductiveArgument)
        (equal ?PREMISES
            (PremisesFn ?ARGUMENT))
        (conclusion ?CONCLUSION ?ARGUMENT))
    (exists (?FORMULA1 ?FORMULA2)
        (and
            (containsInformation ?FORMULA1 ?PREMISES)
            (containsInformation ?FORMULA2 ?CONCLUSION)
            (entails ?PREMISES ?CONCLUSION))))
Merge.kif 17017-17026

consequent
-------------------------


(=>
    (instance ?ARGUMENT Argument)
    (exists (?PREMISES ?CONCLUSION)
        (and
            (equal
                (PremisesFn ?ARGUMENT) ?PREMISES)
            (conclusion ?CONCLUSION ?ARGUMENT))))
Merge.kif 17000-17005


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 is open source software produced by Articulate Software and its partners