Re: More on lists and sets
From: Mikito Harakiri <mikharakiri_nospaum_at_yahoo.com>
Date: 22 Mar 2006 10:17:28 -0800
Message-ID: <1143051448.584193.7730_at_i40g2000cwc.googlegroups.com>
Date: 22 Mar 2006 10:17:28 -0800
Message-ID: <1143051448.584193.7730_at_i40g2000cwc.googlegroups.com>
paul c wrote:
> Mikito Harakiri wrote:
> > ...
> > Definition. List intersection is a cartesian product with equijoin of
> > the list nodes and lexicographic order. Example: 1->2->1 /\ 2->1->2 =
> > 2->1->1->2
> > ...
>
> I'm struggling with the definition. If 1 and 2 stand for nodes, aren't
> the two lists circular? If that's so, aren't there multiple answers?
> (or one answer comprising two lists?)
Make the list of values x ordered by z*100+y (where the magic constant
100
is the greatest y in B). Project away the ordering columns y and z.
This definition should be equipped with a proposition that proves independence from the choice of auxiliary ordering columns. Received on Wed Mar 22 2006 - 19:17:28 CET