File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,17 +175,17 @@ morally the same as the definition of a group that Mathlib uses.
175175
176176It is sometimes useful to bundle
177177the type together with the structure, and Mathlib also
178- contains a definition of a ``GroupCat `` structure that is equivalent to
178+ contains a definition of a ``Grp `` structure that is equivalent to
179179the following:
180180EXAMPLES: -/
181181-- QUOTE:
182- structure Group₁Cat where
182+ structure Grp₁ where
183183 α : Type *
184184 str : Group₁ α
185185-- QUOTE.
186186
187187/- TEXT:
188- The Mathlib version is found in ``Mathlib.Algebra.Category.GroupCat .Basic``,
188+ The Mathlib version is found in ``Mathlib.Algebra.Category.Grp .Basic``,
189189and you can ``#check`` it if you add this to the imports at the
190190beginning of the examples file.
191191
@@ -277,7 +277,7 @@ def permGroup {α : Type*} : Group₁ (Equiv.Perm α)
277277
278278/- TEXT:
279279In fact, Mathlib defines exactly this ``Group`` structure on ``Equiv.Perm α``
280- in the file ``GroupTheory.Perm.Basic ``.
280+ in the file ``Algebra.Group.End ``.
281281As always, you can hover over the theorems used in the definition of
282282``permGroup`` to see their statements,
283283and you can jump to their definitions in the original file to learn
You can’t perform that action at this time.
0 commit comments