-
Notifications
You must be signed in to change notification settings - Fork 11
feat: Groupoid model identity and Pi types #161
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
Conversation
|
|
||
| namespace hurewiczUTp | ||
|
|
||
| attribute [local irreducible] tpClovenIsofibration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Vtec234 is this an ok thing to do? After I actually defined what tpClovenIsofibration was (as opposed to stating it with a sorry) simp would crash with a "nested" error. I couldn't figure out what the issue was, but adding this irreducible attribute stopped the error.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I think it's fine. It would be good to also diagnose the underlying issue.
|
|
||
| open CategoryTheory Functor.ClovenIsofibration | ||
|
|
||
| def tpClovenIsofibration : (GroupoidModel.U.{u}.tp).ClovenIsofibration := |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this live in Groupoids/ rather than ForMathlib/?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i can move the whole file to Groupoids.
| @@ -0,0 +1,659 @@ | |||
| import Mathlib.CategoryTheory.FiberedCategory.HomLift | |||
| import Mathlib.CategoryTheory.FiberedCategory.Fiber | |||
| import HoTTLean.Grothendieck.Groupoidal.IsPullback | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably don't want to import non-ForMathlib modules in ForMathlib.
Uh oh!
There was an error while loading. Please reload this page.