topos icon indicating copy to clipboard operation
topos copied to clipboard

Generalise `limit.lift_self_id` etc to cones.

Open EdAyers opened this issue 5 years ago • 1 comments

  • limit.lift_self_id
  • pullback.lift_self_id
  • pullback.with_id_l
  • pullback.comp_l it's a corol of Bhavik's pasting lemma

EdAyers avatar Feb 19 '20 14:02 EdAyers

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 avatar Feb 19 '20 14:02 b-mehta