Holistic system for storage and transformation of information based on associative model of data. Целостная система для хранения и обработки информации, основанная на ассоциативной модели данных.
Triplet (a b c) can be presented as (a c) and ((a b) c) doublets.
In this case it means 1 triplet == 2 doublets.
But this is not the case if you need multiple types between the same source and target.
For example:
(a t1 b)
(a t2 b)
Can be replaced with only 3 doublets, not 4.
(a b)
((a b) t1)
((a b) t2)
3 triplets with same source and target with different types can be replaced with only 4 doublets and so on.
Triplet
(a b c)
can be presented as(a c)
and((a b) c)
doublets. In this case it means 1 triplet == 2 doublets. But this is not the case if you need multiple types between the same source and target. For example:Can be replaced with only 3 doublets, not 4.
3 triplets with same source and target with different types can be replaced with only 4 doublets and so on.