Re: Idempotence and "Replication Insensitivity" are equivalent ?
From: <pamelafluente_at_libero.it>
Date: 19 Sep 2006 12:09:04 -0700
Message-ID: <1158692944.610670.258330_at_m7g2000cwm.googlegroups.com>
Date: 19 Sep 2006 12:09:04 -0700
Message-ID: <1158692944.610670.258330_at_m7g2000cwm.googlegroups.com>
Marshall ha scritto:
> >
> > So f is NOT idempotent
>
> Correct.
>
>
> > 2.
> > f is "duplication insensitive".
>
> Incorrect.
>
> Consider {|T, F|}
>
> Nor folded over {|T, F|}
> = NOR(T, F)
> = F
>
> Now duplicate the T element: {|T, T, F|}
> = T
Hi Marshall :) , Hmmm,
T T F should evaluate to F
"A predicate in logic equivalent to the composition
NOT OR that yields false (F) if ANY condition is true,
and true (T) if ALL conditions are false. "
take a look:
> Marshall
T would be in contrast with NOR definition:
http://mathworld.wolfram.com/NOR.html
Received on Tue Sep 19 2006 - 21:09:04 CEST