I'm reading Comprehensive Mathematics for Computer Scientists 1. On the second chapter: Axiomatic Set Theory.
He first states the axiom of the empty set, the axiom of equality and then he proceeds to the axiom of union:
Axiom 3 (Axiom of Union) If $a$ is a set, then there is a set:
$\{$$x$ | there exists an element $b\in a$ such that $x\in b$$\}$.
This set is denoted by $\bigcup a$ and is called the union of $a$.
Notation 2 If a = {b,c}. or a = {b,c,d}, respectively, one also writes b $\cup$ c, or b $\cup$ c $\cup$ d, respectively, instead of $\cup$a
I've learned the definition of Union while I was in school, but it wasn't with axioms, they just gave an intuitive example:
$a=\{1,2,3\}$
$b=\{4,5\}$
$a\bigcup b=\{1,2,3,4,5\}$
I can't see how the notion of this intuitive example happens on the axiom of union. In my example, it's easy to understand because there's a mention to another set, where's the mention in this axiom?