Skip to content

Commit

Permalink
commented out failing code
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyriehl committed Jan 6, 2025
1 parent 0745a95 commit 5e0d788
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@ noncomputable def HomotopyL.ofHomotopyLOfHomotopyL {f g h : A _[1]}
(H₁ : HomotopyL f g) (H₂ : HomotopyL f h) :
HomotopyL g h := by
let σ : Λ[3, 1] ⟶ A := sorry
let τ : A _[3] :=
A.yonedaEquiv _ (Classical.choose $ Quasicategory.hornFilling
(by simp) (by simp [Fin.lt_iff_val_lt_val]) σ)
let τ : A _[3] := sorry
-- BUILD FAILS:
-- A.yonedaEquiv _ (Classical.choose $ Quasicategory.hornFilling
-- (by simp) (by simp [Fin.lt_iff_val_lt_val]) σ)
have τ₀ : A.δ 0 τ = (A.δ 0 ≫ A.σ 0≫ A.σ 0) g := sorry
have τ₂ : A.δ 2 τ = H₂.simplex := sorry
have τ₃ : A.δ 3 τ = H₁.simplex := sorry
Expand Down

0 comments on commit 5e0d788

Please sign in to comment.