Skip to content

Commit

Permalink
Right extrusion conversions complete
Browse files Browse the repository at this point in the history
  • Loading branch information
pthariensflame committed May 5, 2024
1 parent 420bf2a commit 55e1d9d
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions src/Algebra/Fumula/Extrusion/Convert.agda
Original file line number Diff line number Diff line change
Expand Up @@ -337,19 +337,10 @@ module FromFumulaExtrusion where
; *ᵣ-assoc = λ x s r ⤙⤚❲❳-◆ᶠ-◆-outer-associate x s r ◆
; *ᵣ-zeroˡ = λ x ⤙⤚❲❳-◆-collapse-middleˡ x ◆
; *ᵣ-distribʳ = λ s x y begin
x ⤙ y ⤚❲ F.● ❳ ⤙ ◆ ⤚❲ s ❳ ≈⟨ {!!}
{!!} ≈⟨ {!!}
{!!} ≈⟨ {!!}
{!!} ≈⟨ {!!}
{!!} ≈⟨ {!!}
{!!} ≈⟨ {!!}
{!!} ≈⟨ {!!}
{!!} ≈⟨ {!!}
{!!} ≈⟨ {!!}
{!!} ≈⟨ {!!}
{!!} ≈⟨ {!!}
{!!} ≈⟨ {!!}
{!!} ≈⟨ {!!}
x ⤙ y ⤚❲ F.● ❳ ⤙ ◆ ⤚❲ s ❳ ≈⟨ ⤙⤚❲❳-◆-pulloutₗ y x F.● s ◆ ⟩
x ⤙ ◆ ⤚❲ F.● ❳ ⤙ y ⤙ ◆ ⤚❲ s ❳ ⤚❲ s ❳ ≈⟨ ⤙⤚❲❳-cong (⤙⤚❲❳-●ᶠ-◆-collapse-sideʳ x) (sym (⤙⤚❲❳-●ᶠ-◆-collapse-sideʳ (y ⤙ ◆ ⤚❲ s ❳))) F.refl ⟩
x ⤙ y ⤙ ◆ ⤚❲ s ❳ ⤙ ◆ ⤚❲ F.● ❳ ⤚❲ s ❳ ≈⟨ ⤙⤚❲❳-double-exchange x s (y ⤙ ◆ ⤚❲ s ❳) F.● ◆ ⟩
((y ⤙ ◆ ⤚❲ s ❳) ⤙ x ⤙ ◆ ⤚❲ s ❳ ⤚❲ F.● ❳) ≈⟨ ⤙⤚❲❳-●ᶠ-inner-commuteₗ (y ⤙ ◆ ⤚❲ s ❳) (x ⤙ ◆ ⤚❲ s ❳) ⟩
x ⤙ ◆ ⤚❲ s ❳ ⤙ y ⤙ ◆ ⤚❲ s ❳ ⤚❲ F.● ❳ ∎
}
}
Expand Down

0 comments on commit 55e1d9d

Please sign in to comment.