What I mean is that, by the definition of Intersection, A intersection
(B intersection C) becomes {V : (V in A) and (V in ({V : (V in B) and
(V in C)})}
Which, if you use the propositional equivalence of {v : psi} / {v <--
e}, what I am asking is: Do you get {V A and ({ V : B and C})} And if
so, can you combine it to {V : A and B and C}. If not, then what does
it reduce to?
On Apr 26, 7:20 pm, Behnam Robatmili <
be...@cs.utexas.edu> wrote:
> I'm slightly confused by your notation. I think by {Q : A & ({Q : B &
> C})}, you mean sth like {v: v in (A inter {v: v in (B inter C)})}. Is
> that right?
>
> Behnam
>
> On Apr 26, 2009, at 5:16 PM, Bryan wrote:
>
>
>
> > Behnam Robatmili wrote:
> >> No, you can't do that because none of the set operations allows you
> >> to
> >> introduce new variable. The only rule that lets you somehow drop the
> >> brackets is the member rule.
> >> Here is its simple form:
> >> (e in {v: (P v)}) <-> (P e)
>
> >> Behnam
>