In NAL-Specification.pdf , chapter NAL-4: Products, Relations, and Images , parag. 6.1 - Products and relations , there is this definition :
Definition 38 For two terms T1 and T2 , their product (T1 × T2 ) is a compound term defined by:
((S1 × S2 ) → (P1 × P2 )) ≡ ((S1 → P1 ) ∧ (S2 → P2 )).
So, I tried this , but with no result :
<(*,S1, S2 ) --> (*,P1, P2 )>.
<S1 --> P1>?
<S2 --> P2>?
(&&,<S1 --> P1>, <S2 --> P2>)?
And the reverse case also has no result :
(&&,<S1 --> P1>, <S2 --> P2>) .
<(*,S1, S2 ) --> (*,P1, P2 )> ?
There is probably something I misunderstand ...
--
Jean-Marc Vanel
Déductions SARL - Consulting, services, training,
Rule-based programming, Semantic Web
http://deductions-software.com/
+33 (0)6 89 16 29 52Twitter: @jmvanel ; chat: irc://
irc.freenode.net#eulergui