icantadd
- 109
- 0
Homework Statement
Let R be a relation and define the following sequence
R^0 = R
R^{i+1} = R^i \cup \{(s,u) \vert \exists t, (s,t) \in R^i, (t,u) \in R^i \}
And
R^{+} = \bigcup_{i} R_i
Prove that R^{+} is the transitive closure.
Homework Equations
The Attempt at a Solution
1)
R = R_0 \subset R^{+}
2) show transitive
Assume xR^{+}y,yR^{+}z Then there is a
k, such \exists u, xR^{k}u, uR^{k}y, and
l, such \exists w, yR^{l}w, wR^{l}z
Therefore \exists m \geq k+l, xR^{k+l}z, because ??
I don't know why I think this is the way to go, and I don't know how to finish this part of the proof. I will continue on. Please suggestions here??
3) show smallest transitive relation (by induction)
Let T be any other transitive relation containing R.
(I) R^0 = R \subset T
(II) Assume R^n \subset T and let xR{n+1}y. Then there is a z, such that
(x,y) \in R^n \cup \{(x,y) \vert (x,z) \in R^n, (z,y) \in R^m \}
Now if (x,y) \in R^n then we are done. Assume (x,y) \in \{(x,y) \vert (x,z) \in R^n, (z,y) \in R^m \}. Then because R^n \in T , then (x,z) \in T, (z,y) \in T. Then because T is transitive (x,y) is in T.
?Is my last statement here correct?
Therefore R^n \subset T
Any help on the above two questions would be greatly appreciated.