$A$ and $B$ are two sets
If $A,B \in F,$ then $A \cup B \in F$.
Prove by induction that this property applies to a countable number of sets.
If $A_i \in F,i \in \mathbb{N}$, then $ \bigcup_{i\in\mathbb{N}}^{}A_i \in F$.
I understand it, but I don't know how to write down formally using induction.
EDIT: The context is about algebra of events in probability. $ F $ is a non-empty family of subsets of $\Omega $ closed under the union and the complement.
In order $ F $ to be an algebra of events: 1) $F \neq \emptyset $ 2) If $ A \in F $ then the complement of $A \in F$ 3) If $A,B \in F$ then $A \cup B \in F$
The 3rd property can be shown valid for the union of a finite number of events. In this case $F$ is a $\sigma-algebra$
I have to prove that $A_i \in F,i \in \mathbb{N}$, then $ \bigcup_{i\in\mathbb{N}}^{}A_i \in F$ is valid, using the 3rd property $(A,B \in F$ then $A \cup B \in F)$ and induction
EDIT2: I'm adding the following data to make the question more precise. $F \in P(\Omega)$, the power set of the sample space. For example, in an experiment of throwing a dice, the sample set is $ \Omega = \left\{{1,2,3,4,5,6}\right\}$. The power set of the sample space is $2^6$.So there are 64 possible events.$F$ can be the 64 sets or a family of them being a $\sigma$-algebra too. If I am right this a finite union (and countable) with a maximum of 64 sets. From the property "if $A,B \in F,$ then $A \cup B \in F$", how can I prove by induction that for n>2, $\bigcup_{i\in\mathbb{N}}^{}A_i \in F$. Thanks.