Skip to content

Commit

Permalink
fix unfolding in proof of isconnected_fiber_to_cofiber
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <alizter@gmail.com>
  • Loading branch information
Alizter committed Jan 28, 2025
1 parent dca49f9 commit 7aa3b08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions theories/Homotopy/Cofiber.v
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ Proof.
1: reflexivity.
snrapply path_sigma.
1: reflexivity.
simpl.
unfold fiber_to_path_cofiber; simpl.
lhs_V nrapply inv_V.
change ((pglue ?x)^^ = ?y) with ((cfglue f x)^ = y).
by elim (cfglue f x).
nrapply ap; symmetry.
apply concat_1p.
Defined.

0 comments on commit 7aa3b08

Please sign in to comment.