![]() |
![]() Browsing Interface : Welcome guest : log in |
[
Home | 
Graph | 
LogLearn |
Editor |
]
KB:
Language:
Formal Language:
|
| parallel |
| appearance as argument number 1 |
|
|
| (instance parallel BinaryPredicate) | Merge.kif 18209-18209 | parallel is an instance of binary predicate |
| (domain parallel 1 StraightLine) | Merge.kif 18217-18217 | The number 1 argument of parallel is an instance of straight line |
| (domain parallel 2 StraightLine) | Merge.kif 18218-18218 | The number 2 argument of parallel is an instance of straight line |
| (documentation parallel EnglishLanguage "(parallel ?LINE1 ?LINE2) means that the StraightLine ?LINE1 and ?LINE2 are parallel to one another, i.e. they are equidistant from one another at every point.") | Merge.kif 18219-18221 | The number 2 argument of parallel is an instance of straight line |
| appearance as argument number 2 |
|
|
| antecedent |
|
|
| (=> (parallel ?LINE1 ?LINE2) (not (exists (?POINT) (pointOfIntersection ?LINE1 ?LINE2 ?POINT)))) |
Merge.kif 18223-18227 | If X is a parallel of Y, then there doesn't exist Z such that Y is point of intersection X for Z |