Posts

6. Fermat's Little Theorem and Wilson's Theorem

Lemma: Suppose that $(a,m)=1$, then the least residues of $ka$ for $k=1, \ldots, m-1$ are a permutation of $0,1, \ldots, m-1$.  Proof) There are $m-1$ numbers in $\mathbb{Z}/m\mathbb{Z}$ that is not congruent to $0$. Let $ka$ and $k'a$ be two numbers with $1 \leq k, k' \leq m-1$, then we have $(k-k')a \equiv 0$ implies that $(k-k') \equiv 0$ as $(a, m)=1$, however because $-m < k-k' < m$, we see that $k=k'$. Hence there cannot be two different $k, k'$ with different least residue. Thoerem (Fermat's Little Theorem): If $p$ is prime and $(a,p)=1$, then $a^{p-1} \equiv 1 ~(\bmod{~p})$ Proof) Given any $p$, a prime, we know that $(a,p) = 1$. Hence  $a, 2a, \ldots, (p-1)a$ all have different least residues which would be $1, \ldots, p-1$. If we multiply them together, $(p-1)!  \equiv a^{p-1}(p-1)!$ as $(a, l) = 1$ for $l=1, \ldots, p-1$, we may conclude that $a^{p-1} \equiv 1~(\bmod{~p})$. Easy application of Fermat's Little Theorem would be, Cor...

Again, Hom functor is left-exact

From the previous post, we have considered $Hom_R(B, -)$, but this time we want to consider $Hom_R(-,A)$. Instead of getting a covariant functor, we now get a contravariant functor (i.e. reverses the map). Consider a map $f: P_1 \rightarrow P_2$, then the natural way to pass it to Hom-sets are as follows, $f^*: Hom_R(P_2, A) \rightarrow Hom_R(P_1, A) (\dagger)$ $\phi \mapsto \phi \circ f$ If we try to construct the order way,  $Hom_R(P_1, A) \rightarrow Hom_R(P_2, A)$ $\phi \mapsto \phi \circ f$? $\phi \mapsto f \circ \phi$? Both composition would not make sense, hence we take $(\dagger)$ as our $Hom_R(-,A)$ functor. And obviously $R$-module $A$, $P$ is sent to $Hom_R(P,A)$. We now prove that $Hom_R(-,A)$ functor is again a left-exact functor, which means the following, Given a short exact sequence, $0 \rightarrow P_1 \stackrel{f}{\rightarrow} P_2 \stackrel{g}{\rightarrow} P_3$ $0 \rightarrow Hom_R(P_3,A) \stackrel{g^*}{\rightarrow} Hom_R(P_2, A) \stackrel{f^*}{\rightarrow} Hom_R(...

Profinite group

A profinite group  is an inverse limit of finite groups. Let $I$ be a directed set respect to a relation $\leq$, where $\leq$ is reflexive and transitive and for every $i_1, i_2 \in I$, then there exists $i$ such that $i \geq i_1$ and $i \geq i_2$. An inverse system  of topological spaces over $I$ is denoted $(I, G_i, \pi_i^j)$ where for each $i \in I$, $G_i$ is a topological space and for $i \leq j$, there exists a morphism $\pi_i^j :G_j \rightarrow G_i$ with $G_i^i$ being the identity. Also, if we have $i \leq j \leq k$, then then composition $\pi_i^j \pi^k_j = \pi^k_i$. Often we call it $(G_i)$. Example : Consider $\mathbb{Z}/p^i \mathbb{Z}$ with usual $\leq$ of integers. The morphism $\pi_i^j$ for $i \leq j$ is the natural projection $\mathbb{Z}/p^j \mathbb{Z} \twoheadrightarrow \mathbb{Z}/p^i \mathbb{Z}$. Then it is easily followed that the composition is followed.  We can view finite groups as a topological space by giving them the discrete topology (i.e. every su...

1. Integrality

Let $\mathbb{Q}$ be the field of rational numbers. A number field is a finite extension of $\mathbb{Q}$. Algebraic number theory is a one of the fields in mathematics which studies number field, as problems in $\mathbb{Q}$ becomes a easier  problem when lifted to a number field. The next post will include an example of such. The reason why we consider $\mathbb{Q}$ in number theory is because it is the quotient field of $\mathbb{Z}$, so we generalize the concept of integers by the following method. The materials are from Prof. Elman's Lecture Notes, Lang's Algebraic Number Theory, Neukirch's Algebraic Number Theory, and Marcus's Number Fields. Let $B$ be a commutative ring an extension of a ring $A$ (i.e. $A \subset B$), then an element $x \in B$ is called integral over $A$ if there exists a monic polynomial $f \in A[t]$ such that $f(x)= 0$. Proposition : With the same assumption as above, the following are equivalent         1) $x \in B$ is integral over $A$ ...

Characteristic polynomial, trace, and determinant.

Let $V$ be a finite dimensional vector space over $F$ and $T$ be a linear operator on $V$. If $\beta$ an ordered basis of $V$, then we want to establish the following in this post: Let $f$ be the characteristic polynomial of $T$, then $f(t) = t^n -(tr(T))t^{n-1} + \cdots + (-1)^n det(T)$ Let's recall the definition of the characteristic polynomial of $T$,  $f(t) = det(T - tI)$ where $I$ is the appropriate identity transformation. If $F$ is itself not algebraically closed, we consider $\overline{F}$, the algebraic closure of $F$, then $f(t)$ splits with the form, $f(t) = \prod_{i=1}^n (t-\lambda_i)$ Since we are working on $\overline{F}$, we could find the Jordan Canonical form of $T$, hence in a matrix language $[T]_\beta = QAQ^{-1}$ where $A$ is a upper-triangular matrix with diagonal being eigenvalues. Then $det(T) = det(QAQ^{-1}) = det(A)$ which is the product of the eigenvalues. (up to a sign) Similiarly, we have that $tr(T) = tr(A) = \sum \lambda_i$, hence coincide ...

5. Congruences

As $\mathbb{Z}$ is infinite, we would like to look at the numbers " smaller " than the integers in which contains a " local " data of the integers. Before we even discuss what this means, let's fix $m$, an integer. Let $n$ be any integer, then by the division algorithm, there exists unique $q,r$ such that $n=mq+r$, then consider a situation there $n = r$. For instance if $n=7$ and $m=3$, then $7 = 2 \cdot 3 +1$, hence $1 = 7$. If we have a set $A$ and we give an equivalence relation on the set by $a \sim b$ if the following conditions hold:      1) $a \sim a$      2) $a \sim b$, then $b \sim a$      3) $a \sim b$ and $b \sim c$ then $a \sim c$. For instance, $=$ on $\mathbb{Z}$ would give an equivalence relation. Now we consider a new equal, or the equivalence relation $\equiv ~(\bmod{m})$ where $a \equiv b ~(\bmod{m})$ if $m|a-b$ or, in order words, $a$ and $b$ have the same remainder. Consider $[n]_m$ be the set of all elements in $\m...

4. Diophantine Equations

For equations like $x^2+y^2 = 1$ and $3x + 4y = 8$, it is easy to find a solution satisfying the equations when $(x,y)$ are reals. Actually there are infinitely many solutions to both equations $x^2 + y^2 = 1$ and $3x+4y = 8$. However, if we restrict our solutions to certain number, e.g. rational numbers, integers, and positive integers, then the equation might have finite solutions or no solution. If we restrict our self to rational numbers, integers and positive integers, then we call the equation to be diophantine equations . In today's post we observe the linear diophantine equation, $ax+by=c$ where $a,b, c \in \mathbb{Z}$.  From now on, the solution is assumed to be integers. Lemma 1 : If $x_0, y_0$ is a solution to $ax+by=c$, then so is $x_0-bt, y_0+at$  for all integer $t \in \mathbb{Z}$. Proof) It is clear that $ab - ba = 0$, hence $-b, a$ becomes the solution to the equation $ax+by = 0$ Hence multiplying $t$ on both side we have that the solution is of the ...