mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
minor
This commit is contained in:
parent
c631cf1bc3
commit
5f836b4d89
1 changed files with 1 additions and 3 deletions
|
@ -323,11 +323,9 @@ To show preservation we need some facts about discretizing setoids:
|
|||
cong (disc-dom {X} f) {x} {y} x≡y rewrite x≡y = ≡-refl (Delay∼.₀ A ⊎ₛ ‖ X ‖)
|
||||
|
||||
iter-g-var : ∀ {X : Setoid ℓ ℓ} → (g : X ⟶ (Delay≈.₀ A ⊎ₛ X)) → ∀ {x} → [ A ][ (iter {A} {X} < g >) x ∼ (iter∼ {A} {‖ X ‖} (disc-dom g)) ⟨$⟩ x ]
|
||||
iter-g-var′ : ∀ {X : Setoid ℓ ℓ} → (g : X ⟶ (Delay≈.₀ A ⊎ₛ X)) → ∀ {x} → [ A ][ (iter {A} {X} < g >) x ∼′ (iter∼ {A} {‖ X ‖} (disc-dom g)) ⟨$⟩ x ]
|
||||
force∼ (iter-g-var′ {X} g {x}) = iter-g-var {X} g {x}
|
||||
iter-g-var {X} g {x} with g ⟨$⟩ x
|
||||
... | inj₁ a = ∼-refl A
|
||||
... | inj₂ a = later∼ (iter-g-var′ {X} g {a})
|
||||
... | inj₂ a = later∼ λ { .force∼ → iter-g-var {X} g {a} }
|
||||
```
|
||||
|
||||
Now we show that helper # is iteration preserving:
|
||||
|
|
Loading…
Reference in a new issue