CSE 350, Fall 2003
Dina Q Goldin
Prove the following identity:
sF (pA (R)) = pA (sF (R)), provided that F only mentions attributes in the set A.
Let t be a tuple in sF (pA(R))
By definition of projection, this is the same as saying that for some t’ in R, t = t’[A], and F(t) is true.
Since F only mentions attributes from A this is the same as saying that for some t’ in R, t = t’[A], and F(t’) is true.