Revert "There have been some changes in the algebra-part of Lean."
This reverts commit c1d1a5e509
.
This commit is contained in:
parent
f4a8a679c6
commit
f1e76aa8db
2 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,13 @@ Basic group theory
|
||||||
/-
|
/-
|
||||||
Groups are defined in the HoTT library in algebra/group, as part of the algebraic hierarchy.
|
Groups are defined in the HoTT library in algebra/group, as part of the algebraic hierarchy.
|
||||||
However, there is currently no group theory.
|
However, there is currently no group theory.
|
||||||
|
The only relevant defintions are the trivial group (in types/unit) and some files in algebra/
|
||||||
-/
|
-/
|
||||||
|
|
||||||
import types.pointed types.pi algebra.bundled
|
import algebra.group types.pointed types.pi
|
||||||
|
|
||||||
open eq algebra pointed function is_trunc pi
|
open eq algebra pointed function is_trunc pi
|
||||||
set_option class.force_new true
|
|
||||||
namespace group
|
namespace group
|
||||||
|
|
||||||
definition pointed_Group [instance] (G : Group) : pointed G := pointed.mk one
|
definition pointed_Group [instance] (G : Group) : pointed G := pointed.mk one
|
||||||
|
|
|
@ -10,7 +10,6 @@ import .basic hit.set_quotient types.sigma types.list types.sum
|
||||||
|
|
||||||
open eq algebra is_trunc set_quotient relation sigma sigma.ops prod prod.ops sum list trunc function
|
open eq algebra is_trunc set_quotient relation sigma sigma.ops prod prod.ops sum list trunc function
|
||||||
equiv
|
equiv
|
||||||
set_option class.force_new true
|
|
||||||
namespace group
|
namespace group
|
||||||
|
|
||||||
/- Subgroups -/
|
/- Subgroups -/
|
||||||
|
|
Loading…
Add table
Reference in a new issue