lean2/library
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
..
algebra feat(library/algebra/group): add definitions and lemmas of conjugation 2015-07-15 19:36:18 -07:00
data feat(library/data): add a few convenience lemmas 2015-07-15 17:44:37 -07:00
examples chore(examples/ex): move example to library 2015-05-13 17:07:10 -07:00
init feat(library): use sigma instead of exists (experimental) 2015-07-15 15:49:47 -04:00
logic feat(library): add '[rewrite]' annotation some some theorems 2015-07-13 16:39:53 -04:00
theories feat(library/theories/group_theory): Group and finite group theories 2015-07-15 20:02:11 -07:00
tools feat(frontends/lean): add simp tactic frontend stub 2015-07-14 09:54:53 -04:00
.gitignore chore(library/.gitignore): update 2014-08-29 10:31:16 -07:00
.project chore(library): add .project file 2014-08-29 10:31:16 -07:00
classical.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
library.md fix(hott/*.md,library/*.md): use the word 'file' instead of 'module' 2015-05-25 16:50:42 -07:00
standard.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00