Let $\mathtt{F}$ and $\mathtt{F'}$ be two finite fields of order $q$ and $q'$ respectively. Then:
- $\mathtt{F'}$ contains a subfield isomorphic to $\mathtt{F}$ if and only if $q\le q'$
If part is true, only if part fails for $q=p_1^a,q'=p_2^b$ such that $q\le q',p_1\ne p_2$, are two prime numbers.
- $\mathtt{F'}$ contains a subfield isomorphic to $\mathtt{F}$ if and only if $q$ divides $q'$
For $q=2,q'=p_1^b$,where $p_1$ is an odd prime, $q\not|q'$, but converse is true.
- If $\gcd(q,q')\ne1$, then both are isomorphic to subfields of finite field $\mathtt{L}$
True! Revolves around the fact that order of a finite field is power of a single prime.
- Both $\mathtt{F}$ and $\mathtt{F'}$ are quotient rings of the ring $\mathbb{Z}[X]$
Isn't it how finite fields are explicitly generated?
Is it correct? Specially on saying that for (1) if part is true and for (2) converse is true? Else, are there any counter examples?