src/HOL/GroupTheory/README.html
author wenzelm
Thu, 15 Nov 2001 18:20:13 +0100
changeset 12207 4dff931b852f
parent 11443 77ed7e2b56c8
child 12254 78bc1f3462b5
permissions -rw-r--r--
added Induct/Binary_Trees.thy, Induct/Tree_Forest (converted from former ex/TF.ML ex/TF.thy ex/Term.ML ex/Term.thy);
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11443
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
     1
<!-- $Id$ -->
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
     2
<HTML><HEAD><TITLE>HOL/UNITY/README</TITLE></HEAD><BODY>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
     3
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
     4
<H2>GroupTheory -- Group Theory using Locales, including Sylow's Theorem</H2>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
     5
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
     6
<P>This directory presents proofs about group theory, by
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
     7
Florian Kammüller.  (Later, Larry Paulson simplified some of the proofs.)
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
     8
These theories use locales and were indeed the original motivation for
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
     9
locales.  However, this treatment of groups must still be regarded as
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    10
experimental.  We can expect to see refinements in the future.
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    11
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    12
Here is an outline of the directory's contents:
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    13
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    14
<UL> 
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    15
<LI>Theory <A HREF="Bij.thy"><CODE>Bij</CODE></A>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    16
defines bijections over sets and operations on them and shows that they
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    17
are a group.
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    18
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    19
<LI>Theory <A HREF="DirProd.thy"><CODE>DirProd</CODE></A>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    20
defines the product of two groups and proves that it is a group again.
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    21
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    22
<LI>Theory <A HREF="FactGroup.thy"><CODE>FactGroup</CODE></A>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    23
defines the factorization of a group and shows that the factorization a
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    24
normal subgroup is a group.
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    25
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    26
<LI>Theory <A HREF="Homomorphism.thy"><CODE>Homomorphism</CODE></A>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    27
defines homomorphims and automorphisms for groups and rings and shows that
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    28
ring automorphisms are a group by using the previous result for
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    29
bijections.
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    30
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    31
<LI>Theory <A HREF="Ring.thy"><CODE>Ring</CODE></A>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    32
and <A HREF="RingConstr.thy"><CODE>RingConstr</CODE></A>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    33
defines rings, proves a few basic theorems and constructs a lambda
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    34
function to extract the group that is part of the ring showing that it is
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    35
an abelian group. 
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    36
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    37
<LI>Theory <A HREF="Sylow.thy"><CODE>Sylow</CODE></A>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    38
contains a proof of the first Sylow theorem.
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    39
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    40
</UL>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    41
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    42
<HR>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    43
<P>Last modified on $Date$
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    44
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    45
<ADDRESS>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    46
<A NAME="lcp@cl.cam.ac.uk" HREF="mailto:lcp@cl.cam.ac.uk">lcp@cl.cam.ac.uk</A>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    47
</ADDRESS>
77ed7e2b56c8 The final version of Florian Kammueller's proofs
paulson
parents:
diff changeset
    48
</BODY></HTML>