ValidDeductiveArgument |
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 16910-16911 | |
(subclass ValidDeductiveArgument DeductiveArgument) | Merge.kif 16909-16909 | ValidDeductiveArgument è una sottoclasse di DeductiveArgument |
appearance as argument number 2 |
(partition DeductiveArgument ValidDeductiveArgument InvalidDeductiveArgument) | Merge.kif 16904-16904 | DeductiveArgument è esaustivamente partizionato in ValidDeductiveArgument + InvalidDeductiveArgument |
(termFormat ChineseLanguage ValidDeductiveArgument "有效的演绎论证") | domainEnglishFormat.kif 61192-61192 | |
(termFormat ChineseTraditionalLanguage ValidDeductiveArgument "有效的演繹論證") | domainEnglishFormat.kif 61191-61191 | |
(termFormat EnglishLanguage ValidDeductiveArgument "valid deductive argument") | domainEnglishFormat.kif 61190-61190 |
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 16913-16922 |
|