Re: Idempotence and "Replication Insensitivity" are equivalent ?
Date: 21 Sep 2006 06:11:50 -0700
Message-ID: <1158844310.755879.220570_at_m7g2000cwm.googlegroups.com>
William Hughes ha scritto:
> Marshall wrote:
> > William Hughes wrote:
> > > Marshall wrote:
>
> > Well, they were never proposed to be *equivalent*, at least
> > not by me. The two kinds of functions have different types,
> > for one thing. They certainly look *related* though.
> >
>
> Then we agree completely.
> (See e.g. the last line of my first post in this thread
> "The two concepts while related are not the same.")
>
>
> I do not have a counterexample and indeed believe that,
> if not this, something very close to this will hold.
Marshall,
You are unbelievable. I think if one is successfull in discussing something with you then there is no way to beat him :)) LOL
Now I am really willing to prove that "duplication insensitivity" and idempotence are the same thing :)) LOL
Anyway, I will try to make further intuitive statements.
under the assumption that fn is "duplication insensitivite"
and n>3,
we can never imply f2(x,y) idempotent because
duplication insensitivity can be attained
duplicating item that are different among them,
eg. 3,3,5,5
while idempotence requires at each "binary step"
equal arguments. Therefore not commutativity or
The only case where we may not be able to apply the above argument is when we limit ourselves to the case n=3
In such a case:
f3 can be duplication insensitive if and only if f2 is idempotent (equivalence).
In fact, if it were not,
ie eg, f2(y,y) = z (z not= y)
ie eg, f2(z,z) = y (y not= z)
we could write
f3(y,y,z) = f2( f2(y,y), z) = f2(z,z) = y f3(z,z,y) = f2( f2(z,z), y) = f2(y,y) = z
and since z not= y, f3(y,y,z) not= f3(z,z,y)
the function would not be duplication insensitive.
Did I do mistakes? Received on Thu Sep 21 2006 - 15:11:50 CEST