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

Generalise limit.lift_self_id etc to cones. #7

Open
EdAyers opened this issue Feb 19, 2020 · 1 comment
Open

Generalise limit.lift_self_id etc to cones. #7

EdAyers opened this issue Feb 19, 2020 · 1 comment
Assignees
Labels
good first issue Good for newcomers

Comments

@EdAyers
Copy link
Collaborator

EdAyers commented Feb 19, 2020

  • limit.lift_self_id
  • pullback.lift_self_id
  • pullback.with_id_l
  • pullback.comp_l it's a corol of Bhavik's pasting lemma
@b-mehta
Copy link
Owner

b-mehta commented Feb 19, 2020

For with_id_l, here's what the type could look like

lemma pullback.with_id_l' {X Y : C} (f : X ⟶ Y) :
  is_limit (pullback_cone.mk f (𝟙 X) (show f ≫ (𝟙 Y) = (𝟙 X) ≫ f, by simp)) :=

@b-mehta b-mehta added the good first issue Good for newcomers label Feb 19, 2020
b-mehta added a commit that referenced this issue Feb 19, 2020
b-mehta added a commit that referenced this issue Feb 21, 2020
@b-mehta b-mehta self-assigned this Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants