We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
limit.lift_self_id
pullback.lift_self_id
pullback.with_id_l
pullback.comp_l
The text was updated successfully, but these errors were encountered:
For with_id_l, here's what the type could look like
with_id_l
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)) :=
Sorry, something went wrong.
start fixing #7
3e2a058
pullback symmetry helps in (#7) (#11)
746b201
b-mehta
No branches or pull requests
limit.lift_self_id
pullback.lift_self_id
pullback.with_id_l
pullback.comp_l
it's a corol of Bhavik's pasting lemmaThe text was updated successfully, but these errors were encountered: