Given R is a relation, I need to prove 2 things.
1) $R^+=R \ ;R^* $
2) $R^*=I \cup R^+$
For (1) I proceeded as
$ \Rightarrow R^+$
$ \Rightarrow \bigcup\limits_{n=1}^\infty R^n \qquad \qquad \qquad $ {definition of $R^+$}
$ \Rightarrow \bigcup\limits_{n=1}^\infty R \ ; R^{n-1} \qquad \qquad $ {definition of composition}
$ \Rightarrow R\ ; \Bigg(\bigcup\limits_{n=1}^\infty R^{n-1} \Bigg)$
$ \Rightarrow R\ ; \Bigg(\bigcup\limits_{n=0}^\infty R^{n} \Bigg) \qquad \qquad $ {renaming}
$ \Rightarrow R \ ; R^* $
But I am not sure how to tackle the 2nd one i.e. $R^*=I \cup R^+$