I'm trying to understand about definition of connection. Before give definition, following are some notation:
Let $\pi : E \rightarrow M$ be a vector bundle ($E, M$ are smooth manifolds). Set $\mathfrak{X}(M)$ is set of vector fields on $M$, $\Gamma(E)$: set of sections on $E$, $\Omega^k(E)$: $k$-forms on E.
Definition: A connection on $E$ is an $\mathbb{R}$-bilinear map
$$\nabla :\mathfrak{X}(M) \times \Gamma(E) \rightarrow \Gamma(E) \hspace{1cm} (X, s) \mapsto \nabla_Xs$$
such that for any $f \in C^{\infty}(M)$, we have
i) $\nabla_{fX}s=f\nabla_Xs$
ii) $\nabla_X(fs) = (Xf)s + f\nabla_Xs$.
Remark: Equivalently, $\nabla: \Omega^0(E)=\Gamma(E) \rightarrow \Omega^1(E)$ with $s \mapsto \nabla s$ such that
$$\nabla(fs)=df\otimes s + f\nabla s.$$
My questions:
Why we have equivalence above?
Look at the condition ii) in Definition, I confus that if $fs \in \Gamma(E)$?
Thank you in advance!