To make headway into Agebraic Topology I need to precisely understand the definition and construction of the quotient space. Definitions in my textbooks and online have felt handwavy to me, and I don't feel confident in understanding not only the definition of the quotient space, but what I am allowed to use for my equivalence relation and partition in the quotient set. My question is roughly split into three sub-parts, using a toy example to try and illustrate which parts of the construction I feel I need to know more about:
Let's construct a quotient set:
Take a set given as $A = \{ x, y, z \} $. Define a simple equivalence relation $\sim$ as being: $$\star \sim \star’ \iff (\star = \star’ = y) \lor (\star \neq y \neq \star’) $$ Then (using a representative of each partition, each element maps as such): $$ y \mapsto [y] = \{y \}$$ $$x , z, \mapsto[x] = \{x, z \} $$
Then the quotient set $A \over \sim$ equals $\{ [x], [y] \}$
a) Is this a valid quotient set?
Let's apply the final topology on the quotient set:
Let's look beyond sets and have a topology applied on both $A$ and $A \over \sim$. We'll represent our two topological spaces and the map $f$ between them as $(A, \Phi) \xrightarrow{\quad f \quad} ({A \over \sim}, \Psi)$. For the map to be continuous the following condition must hold:
$$ * \in \Psi \Longrightarrow f^{-1}(*) \in \Phi$$
b) Is the inverse defined as $f^{-1}[\star] = \star$? If so, does the choice of representative for each equivalence class matter? Will I get different results if I change $[x]$ to $[z]$?
Giving this a quick look, it seemed that there was no topology $\Psi$ that could work if I decided to make $\Phi$ the trivial topology. However, if I made $\Phi$ and $\Psi$ both the discrete topology, then I obtained:$$ \Phi = \{ \{ \varnothing \} , \{ x, y, z\} , \{ x \} , \{ y \} , \{ z \} , \{ x, y \} , \{x, z\} , \{y, z \} \}$$ $$ \Psi = \{ \{ \varnothing \}, \{ [x], [y] \}, \{ [x]\}, \{ [y] \} \}$$
In this case, the inverse mapping seems to be continuous, and the discrete topology is obviously the finest.
c) Do we generally start with the topology $\Phi$ on $A$ and then "determine" from there the final topology $\Psi$ on $A \over \sim$? Are there some topologies on $A$ (such as the trivial topology) that can make a final topology (ergo a quotient space) impossible? Is my toy example a correct example?
Cheers, and thanks for the help.