We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a97b4 commit a525eacCopy full SHA for a525eac
contrib/SetoidRewrite.v
@@ -139,8 +139,7 @@ Proposition IsEpic_HasSection {A} `{Is1Cat A}
139
SectionOf f -> Epic f.
140
Proof.
141
intros [right_inverse is_section] c g h eq_gf_hf.
142
- apply (fmap (cat_precomp _ right_inverse)) in eq_gf_hf;
143
- unfold cat_precomp in eq_gf_hf.
+ apply (fun p => cat_prewhisker p right_inverse) in eq_gf_hf.
144
rewrite 2 cat_assoc, is_section, 2 cat_idr in eq_gf_hf.
145
exact eq_gf_hf.
146
Defined.
0 commit comments