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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - ValidDeductiveArgument
ValidDeductiveArgument(valid deductive argument)

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


(documentation ValidDeductiveArgument ChineseLanguage "这是一个有效的 DeductiveArgument, 即是这组 premise 其实 entails 它的 conclusion。") chinese_format.kif 3769-3770
(documentation ValidDeductiveArgument EnglishLanguage "A DeductiveArgument which is valid, i.e. the set of premises in fact entails the conclusion.") Merge.kif 16935-16936
(subclass ValidDeductiveArgument DeductiveArgument) Merge.kif 16934-16934 Valid deductive argument is a subclass of deductive argument

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


(partition DeductiveArgument ValidDeductiveArgument InvalidDeductiveArgument) Merge.kif 16929-16929 Deductive argument is exhaustively partitioned into valid deductive argument and invalid deductive argument
(termFormat ChineseLanguage ValidDeductiveArgument "有效的演绎论证") domainEnglishFormat.kif 61213-61213 Deductive argument is exhaustively partitioned into valid deductive argument and invalid deductive argument
(termFormat ChineseTraditionalLanguage ValidDeductiveArgument "有效的演繹論證") domainEnglishFormat.kif 61212-61212 Deductive argument is exhaustively partitioned into valid deductive argument and invalid deductive argument
(termFormat EnglishLanguage ValidDeductiveArgument "valid deductive argument") domainEnglishFormat.kif 61211-61211 Deductive argument is exhaustively partitioned into valid deductive argument and invalid deductive argument

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


(=>
    (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 16938-16947


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