Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is no GroupCat in Mathlib #254

Open
ctchou opened this issue Nov 13, 2024 · 0 comments
Open

There is no GroupCat in Mathlib #254

ctchou opened this issue Nov 13, 2024 · 0 comments

Comments

@ctchou
Copy link

ctchou commented Nov 13, 2024

In section 6.2 there is the following paragraph:

It is sometimes useful to bundle the type together with the structure, and Mathlib also contains a definition of a GroupCat structure that is equivalent to the following:

structure Group₁Cat where
α : Type*
str : Group₁ α

The Mathlib version is found in Mathlib.Algebra.Category.GroupCat.Basic, and you can #check it if you add this to the imports at the beginning of the examples file.

But there is no GroupCat in Mathlib, nor does the path Mathlib.Algebra.Category.GroupCat.Basic exist in Mathlib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant