I want to prove that $R^+ = R$ if given $R$ is transitive.
I tried to prove it as follows:
$ R^+$
$ \bigcup\limits_{n=1}^\infty R^n$
It reduces as : $ R^n = R$ for all $n\ge 1$
I use Induction here
for $n=1$ its trival as $R^1=R$
for $n=n+1$ so $\qquad$ $R \circ R^n$
$ R \circ R$ $\qquad$ { I.H }
$R$ $\qquad$ { R is transitive }
Is my proof correct?