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

Formal Language: 



KB Term:  Term intersection
English Word: 

  PremisesFn

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 16903-16904
(domain PremisesFn 1 Argument) Merge.kif 16901-16901 PremisesFn の数値 1 引数は Argumentinstance では %n
(instance PremisesFn TotalValuedRelation) Merge.kif 16900-16900 PremisesFn合計値関係instance では %n
(instance PremisesFn UnaryFunction) Merge.kif 16899-16899 PremisesFn1変数関数instance では %n
(range PremisesFn Proposition) Merge.kif 16902-16902 PremisesFnrange命題 のインスタンス では %n

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 47198-47198
(termFormat ChineseTraditionalLanguage PremisesFn "房地") domainEnglishFormat.kif 47197-47197
(termFormat EnglishLanguage PremisesFn "premises") domainEnglishFormat.kif 47196-47196

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


(=>
    (and
        (instance ?ARGUMENT Argument)
        (equal ?PREMISES
            (PremisesFn ?ARGUMENT)))
    (<=>
        (subProposition ?PROPOSITION ?PREMISES)
        (premise ?ARGUMENT ?PROPOSITION)))
Merge.kif 16906-16912
(=>
    (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 16864-16873

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


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


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

Show without tree


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