What is the best way to learn the meaning of the math symbols beyond the alphabet or the cardinal numbers?
I understand some
ϵ>0 means epsilon is greater than zero
∃δ>0 means there exists delta greater than zero
How should I say these?
∀x,y∈R, δf∘g=min{δ,δ1}, and f∘g
Here is where I used to go to learn new symbols.
Also, if $f : X \rightarrow Y$ and $g : Y \rightarrow Z$ are functions, we write $g \circ f$ for the unique function $X \rightarrow Z$ specified by the following constraint.
$$\forall x \in X : (g \circ f)(x) = g(f(x))$$
This is called composition of functions. Make sure you also learn the terms "domain" and "codomain".
Also, notice that the notation for composition of functions is kind of backwards. Therefore, I write my arrows backwards to compensate: as in, if $g : Z \leftarrow Y$ and $f : Y \leftarrow X$, then $g \circ f : Z \leftarrow X$.