Since arriving in the UK, I gave colloquium lectures at QMUL, Leeds, Durham, and Exeter. A `colloquium’ is when you lecture for about an hour to the whole mathematics faculty on the topic of your research. It’s considerably harder to prepare than specialized seminars (for example, the London-Paris number theory seminar) where you are speaking to people whose expertise is typically similar to your own. That is to say, the background of the audience is much more varied for a colloquium. Anyways, I acquired this year the bad habit of preparing my lecture at the last minute on the train. Probably because of this, the four colloquium talks turned out disastrously. I couldn’t stay focussed, and I think I lost everyone pretty soon after I started. This is in spite of the fact that I was constantly recycling material from the previous colloquium. Anyways, today I delivered a colloquium lecture at Kings, and my impression was that it was finally tolerable on the fifth try. So I’m putting a link here. Because these are just summaries of what was said, it probably looks no different from the previous lectures if you weren’t there, and maybe even if you were.
March 2008
March 15, 2008
March 5, 2008
Preparing for exams
Posted by minhyong kim under general, linear algebra, number theoryLeave a Comment
At the risk of sounding preachy, let me give a few pieces of general advice as the exams approach.
(1) Try to read each chapter of the notes at least three times, possibly before you review the coursework or past exams. This means that you read once to get a general feel, once again carefully working all the examples out for yourself, and then a third time for revision.
(2) Similarly for the various problems. Several have expressed concern about correctness of their solutions to past exams. There is no better way of learning than by solving those problems several times so that you feel confident about your own solutions.
(3) Of course this will require considerable time commitment, say 12 hours per day for a month or so, if you take into account all the courses. But remember, this period is one of those few rare opportunities in life to study something substantial really intensively.
(4) Crucially, this requires you to simplify all other arrangements in everyday life.
MK
March 4, 2008
My name is George Wooding I sat your algebra 3 course last term.
I have a question. I do not understand why all numbers that are congruent to 3 mod 4 must have one of their prime number factors be congruent to 3 mod 4.
Any help would be great thanks,
George Wooding
Reply:
Firstly, if , then
is not even so all prime factors are congruent to 1 or 3 mod 4. Now here is the point: because congruence classes are compatible with ordinary arithmetic, the product of any collection of numbers that are congruent to 1 mod 4 is still congruent to 1 mod 4. Now do you see the reason? In fact, you might be able to see that the number of prime factors
is *odd*.
March 3, 2008
I received a lengthy email with a number of general questions about the 2201 exam. I suspect the reply will be of relevance to many people, so I’m posting a rather detailed reply. Try to give it a good reading.
—————————————————————————————————————
1) there will be 6 questions in the exam paper; how do you divide these according to our syllabus; is it similar to the past papers or you can tell me with regard to the course summary i.e 2 from part 1 etc.
Reply:
If you take the chapters from the course notes the distribution is: 1 problem from each of the first three chapters and three problems from the last two chapters.
—————————————————————————————————————-
2) will your question style be similar to the homework sheets or the available past papers.
Reply:
Combination of both of course. Among the past exams, the last three seem to be more relevant than the earlier ones. However, you should be aware that *similarity of style* is a highly subjective notion. More precisely, if you understand the material well, many things appear similar. With a superficial understanding, small differences can be terrifying, even small typos.
—————————————————————————————————————–
3) what is the ratio of theorem and proof questions to calculation questions.
Reply:
I wouldn’t quite divide the material up in this way. But the portion of the exam where you are expected to prove an assertion coming from a standard theorem is worth around 10~30 points , depending on which problems you select. This does not mean you can avoid *understanding* many proofs. More on this below.
——————————————————————————————————————
4) could you please list the theorems you expect us to reproduce. i know i need to cover all, but some are required to do calculation while others are to be reproduced. i understand them but reproducing somehow is difficult for me. if i have a list, i can revise them in a way, keeping in mind that i need to reproduce them; such as if a is congruent to a’ and b is congruent to b’ (mod m) then a+a’= b+b’ and aa’=bb’
Reply:
Many students have expressed concerns about `reproducing’ the proof of a theorem. I would rather say that you need to come to a confident understanding of the proofs. This means you should feel comfortable with the main points rather than being able to read (or even memorize) line by line. In practice, this also means connecting the different parts of a section, chapter, or the whole course. With any given proof, ask yourself what the key idea is. If you’ve done this through sufficiently many readings, then memorization becomes unnecessary. I will try to illustrate this a bit with another of your questions below. But rest assured that if you’ve understood the main point of a theorem, a small defect in memory will not cause a problem in the exam.
——————————————————————————————————————-
5) i am following the web lecture notes since my class lecture notes are sketchy; is there anything i need to eliminate or add? however i refer to them.
Reply:
You should go through the whole set. Supplement with at least the starred material from the course website.
——————————————————————————————————————–
6) c is prime to m; does this imply that c and m are coprime?
Reply:
Yes. The following terminology often refers to the same condition:
-c is prime to m;
-c and m are coprime;
-c and m are relatively prime.
The condition is that the highest common factor (or greatest common divisor) of c and m is 1. Equivalently, if you look at the prime factorization of the two numbers, the set of primes that occur for the two numbers should be disjoint.
——————————————————————————————————————
7) how important is RSA cryptography regard to exams
Reply:
It’s not so directly important. But the notions that occur there, namely, taking powers modulo a number, inverting modulo a number, using the Chinese remainder theorem, and so forth, you should understand well.
——————————————————————————————————————-
i had this in my notes, please tell me if i have it correct and do we use this in our exam; prime number theorem
X/logX ~ primes less than X
Reply:
This is correct. However, this is not material you will be tested on. I discussed this before I was aware of the importance of distinguishing the tested material from the add-ons.
——————————————————————————————————————-
9) in the web notes for the ‘unique factorization theorem’ it says if a>/2 (if a is greater than equal to 2) is an integer then there are primes > 0 such that a can be written as prime factorization. but how can we write 2, 3 as prime factorization since 1 is not a prime
Reply:
Both 2 and 3 are themselves primes. So the prime factorization equation for them would look like
2=2, 3=3
It only becomes non-trivial with non-primes (composite numbers). So, for example
By the way, it is the *uniqueness* of the factorization that is the more interesting fact. This shows, for example, that a power of 2 can never be of the form
(1 followed by many zeros).
Why not?
10) coprime is when both numbers are prime and so their hcf is equal to 1
Reply:
The sentence as written is incorrect. If you say `both numbers are prime’ then you are requiring indeed both numbers to be prime. As discussed above, the correct definition is what follows your `so’. That is, you should have written: Two numbers are coprime when their hcf is 1.
Examples:
-10 and 21 are coprime although neither are prime.
- 2 and 3 are *both* primes.
Now if you think about it a second, you will see that if you have two numbers that are both primes and distinct, then they *are* coprime, as in 2 and 3. But you can’t say this `the other way around.’
—————————————————————————————————————-
11) in the notes it was written that natural numbers = {0,1,2….} but i believe natural = { 1,2,…..} and whole numbers = {0,1,2…}; please clear
Reply:
This is a rather simple matter of convention that shouldn’t bother you too much. But it is true that mathematicians usually prefer to include 0 in the natural numbers.
————————————————————————————————————
12) in mentioning unique factorization theorem does the order of primes matter?
Reply:
It depends on the context you have in mind. If you are stating the unique factorization theorem precisely, for example, it is important to point out that the uniqueness is only true *up to reordering*. That is, if
and also
where the and
are all prime, the theorem is *not* saying
and so on.
It is saying:
-; and
-There is a permutation of
such that
for each
. That is, the primes that occur are the same *up to reordering*.
Having said this, suppose the question you encounter is to *find* the prime factorization of a number. Then it’s not important what order you put it in, although some people might like to fix a convention. That is, you can write
or
But it is probably a good idea to group the same primes together rather than write, say
————————————————————————————————————–
13) there are two euclid’s theorems; when you are to ask for one how do we know which to write.
Reply:
If such a question occurs, the context will make it clear which one is being asked for.
————————————————————————————————————–
14) the diophantine equation; ax+by=n; is it the one that takes the multiple of the hfc of a and b into consideration.
Reply:
Yes. Try to state this more precisely for yourself. That is, what exactly is the condition for the existence of a solution in integers? (This is carefully discussed in the notes.)
—————————————————————————————————————
15) there are in the web notes some corollary which are not part of ur lec notes nor the summary; what to do; such as 1.3.13, 1.3.14
Reply:
This is the kind of situation you should think about more carefully. It is important to understand how the different items connect up. In fact, at the end of the course, you could say that understanding the *flow* of the subject is the *most* important thing. Specific to your question, note that 1.3.14 uses 1.3.13. And then 1.3.14 is used in 1.3.15. The use of Fermat’s little theorem is of course ubiquitous.
In short, the assertion that they do not occur in the notes or the summary is rather strongly false. I say this in a somewhat strong way because coming to an understanding of such an issue could be very important for many of your other courses as well. The point is, once again: The material comes together in its entirety. To think that some result *does not occur* because it’s not explicitly listed is not a satisfactory level of understanding. Of course I’m sure you can remedy that.
——————————————————————————————————————-
16) do you require bezout’s lemma proof or is it just its application
Reply:
In this case, perhaps I will say that knowing how to use the theorem is more important than remembering the proof.
———————————————————————————————————————
17) in solving inverse congruency questions, for example inverse 5 ( mod 12 ):
12 = 2 x 5 + 2
5 = 2 x 2 + 1
once we get 1 we do the following
1 = 5 – 2 x 2
= 5 – 2 x ( 12 – 2 x 5 )
= 5 x 5 – 2 x 12
hence 5 is congruent to inverse of 5
however, if we get a negative i.e
1 = (-34)3 + 103
this implies inverse 3 is -34 but how do we calculate this further to get a positive answer; in tis case 69, as in the web notes
Reply:
Here, I presume we are working modulo 103. The point is that inside the set
that we use to represent the congruence classes, the number you add to 34 to get 0 is 69, because
34+69=103 0 ( mod 103)
In the additive group of we can concisely write this
-34=69
Yet another way to say this is to note that
so that
which implies
This displays more explicitly 69 as the inverse of 3 modulo 103.
—————————————————————————————————————–
18) in the summary you have mentioned that how is bezout’s lemma used in the proof of unique factor theorem; i cant find how we use it cuz i believe i haven’t used it in my proof; please explain how we use it; i have attached my proof os the theorem
Reply:
Here, the issue is again similar to question (15). The whole reason for asking this was to get students to examine at least some key ingredients of the proof, not to get them to memorize what’s written in the notes.
In the proof of theorem 1.2.8, the main point in the uniqueness part is corollary 1.2.7, which, in turn, just generalizes theorem 1.2.6. This theorem says
if a prime divides the product of two numbers, then it has to divide one or the other.
It is this key property of primes that is used many times in elementary arithmetic. The proof of this theorem, of course, relies crucially on Bezout’s lemma.
——————————————————————————————————————–
Anyways, thank you for all these questions! I’m sure it will be useful to other students who have wondered about similar things. Please feel free to ask again after thinking about matters a bit. My own strong commitment is to helping all who wish to come to a comfortable understanding of the material rather than trembling in fear over what proofs need to be memorized!
MK
March 3, 2008
During the previous office hour, I was asked two questions that I didn’t answer too clearly. So I thought I’d put up written versions.
Primitive elements: an example
Example of an integral basis
The second note corrects a mistake from the solutions to the coursework: The element does *not* have an Eisenstein minimal polynomial.
Let me know if you need more elaboration.
MK
March 3, 2008
Following another request from Adriana Pomella, I have put solutions to sheet 9 on the coursework page. However, you are warned that these solutions are decidedly sketchy.
MK
March 3, 2008
Hi Sir
I was looking over my Algebra 3 notes and I have a few questions regarding Jordan bases. I was looking at an example where
on page 25 of the notes. I could find the pre-Jordan basis and from this I was able to find the Jordan basis, but only by checking LI and spanning. Is there an easy way of finding out which vector to replace so that you still have a basis without having to check if it is LI and spans? I found my Jordan Basis to be B_1 = {(-1,1,0), (1,1,1)} B_2 = {(1,0,0)} which is slightly different to the notes, is this possible?
How do I obtain the Jordan Canonical Form from this?
Is the answer
?
Thank you very much for taking the time to read this.
Kind Regards
Ramiz
Reply:
The final answer is correct. Once you have a Jordan basis, you can put them into the columns of a matrix . Then, as in diagonalization,
will be the Jordan normal form. But it’s often not necessary to have the Jordan basis to compute this form. For example, up to matrices, it suffices to know the characteristic polynomial, the minimal polynomial, and the dimension of the eigenspaces. Up to
matrices (your case) it even suffices to know the characteristic and minimal polynomials. Look at the discussion of this in Tom Leinster’s notes on the course web page.
Regarding the question of turning a pre-Jordan basis into a Jordan basis, in general, you definitely have to just check which ones are OK to replace. There’s no `clever’ way to do this for a general matrix. But for reasonably sized matrices, this is not such a difficult procedure.
Finally, a Jordan basis is not unique, so it’s certainly possible to have an answer different from that of the notes.
MK
March 2, 2008
Hi Professor Kim,
I looked at the lecture notes. In Lecture 27 there was a proposition talked about On(R), ie Capital letter O sub n over all real numbers. What is that?
Thank you
Mi Sun
Reply:
is the set of
matrices
with real entries that satisfy the identity
That is,
You can easily check that this is equivalent to the columns of forming an orthonormal set of vectors. Hence, the terminology *orthogonal matrices*. Also, if you take on
the standard inner product, orthogonal matrices are exactly the ones that are isometries when considered as linear transformations. Incidentally, isometries on general real inner product spaces are also sometimes called orthogonal transformations .
MK