lean2/library/theories/group_theory/group_theory.md

12 lines
889 B
Markdown
Raw Normal View History

theories.group_theory
=====================
Group theory (especially finite group theory).
* [subgroup](subgroup.lean) : general subgroup theories, quotient group using quot
* [finsubg](finsubg.lean) : finite subgroups (finset and fintype), Lagrange theorem, finite cosets and lcoset_type, normalizer for finite groups, coset product and quotient group based on lcoset_type, semidirect product
* [hom](hom.lean) : homomorphism and isomorphism, kernel, first isomorphism theorem
* [perm](perm.lean) : permutation group
* [cyclic](cyclic.lean) : cyclic subgroup, finite generator, order of generator, sequence and rotation
* [action](action.lean) : fixed point, action, stabilizer, orbit stabilizer theorem, orbit partition, Cayley theorem, action on lcoset, cardinality of permutation group
* [pgroup](pgroup.lean) : subgroup with order of prime power, Cauchy theorem, first Sylow theorem