lean2/library/theories/group_theory
Haitao Zhang a04c6b0c7d feat(library/theories/group_theory): Group and finite group theories
subgroup.lean : general subgroup theories, quotient group using quot
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.lean : homomorphism and isomorphism, kernel, first isomorphism theorem
perm.lean : permutation group
cyclic.lean : cyclic subgroup, finite generator, order of generator, sequence and rotation
action.lean : fixed point, action, stabilizer, orbit stabilizer theorem, orbit partition,
  Cayley theorem, action on lcoset, cardinality of permutation group
pgroup.lean : subgroup with order of prime power, Cauchy theorem, first Sylow theorem
2015-07-15 20:02:11 -07:00
..
action.lean feat(library/theories/group_theory): Group and finite group theories 2015-07-15 20:02:11 -07:00
cyclic.lean feat(library/theories/group_theory): Group and finite group theories 2015-07-15 20:02:11 -07:00
finsubg.lean feat(library/theories/group_theory): Group and finite group theories 2015-07-15 20:02:11 -07:00
group_theory.md feat(library/theories/group_theory): Group and finite group theories 2015-07-15 20:02:11 -07:00
hom.lean feat(library/theories/group_theory): Group and finite group theories 2015-07-15 20:02:11 -07:00
perm.lean feat(library/theories/group_theory): Group and finite group theories 2015-07-15 20:02:11 -07:00
pgroup.lean feat(library/theories/group_theory): Group and finite group theories 2015-07-15 20:02:11 -07:00
subgroup.lean feat(library/theories/group_theory): Group and finite group theories 2015-07-15 20:02:11 -07:00