![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| NumericString4(numeric string4) |
| appearance as argument number 1 |
|
|
| (subclass NumericString4 DecimalDigitString) | Media.kif 2900-2900 | Numeric string4 is a subclass of decimal digit string |
| appearance as argument number 2 |
|
|
| (termFormat EnglishLanguage NumericString4 "numeric string4") | domainEnglishFormat.kif 65256-65256 |
| antecedent |
|
|
| (=> (instance ?STRING NumericString4) (stringLength 4 ?STRING)) |
Media.kif 2902-2904 | If X is an instance of numeric string4, then X is 4 characters long |
| consequent |
|
|
| (=> (and (instance ?STRING DecimalDigitString) (stringLength 4 ?STRING)) (instance ?STRING NumericString4)) |
Media.kif 2906-2910 | If X is an instance of decimal digit string and X is 4 characters long, then X is an instance of numeric string4 |