Skip to content

Commit

Permalink
formatting a definition
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrik-bakke committed Feb 24, 2024
1 parent c0273e8 commit 8e46b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/foundation/cones-over-cospan-diagrams.lagda.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,14 +361,14 @@ module _
is-torsorial-htpy-parallel-cone :
{f' : A X} (Hf : f ~ f') {g' : B X} (Hg : g ~ g') (c : cone f g C)
is-torsorial (htpy-parallel-cone Hf Hg c)
is-torsorial-htpy-parallel-cone
{f'} Hf {g'} Hg =
is-torsorial-htpy-parallel-cone Hf {g'} =
ind-htpy
( f)
( λ f'' Hf' (g' : B X) (Hg : g ~ g') (c : cone f g C)
is-contr (Σ (cone f'' g' C) (htpy-parallel-cone Hf' Hg c)))
( λ g' Hg is-torsorial-htpy-parallel-cone-refl-htpy Hg)
Hf g' Hg
( Hf)
( g')

tr-tr-refl-htpy-cone :
(c : cone f g C)
Expand Down

0 comments on commit 8e46b5c

Please sign in to comment.