Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cong-map analogues and such for map-with-∈ #70

Closed
mechvel opened this issue Jul 15, 2015 · 2 comments
Closed

cong-map analogues and such for map-with-∈ #70

mechvel opened this issue Jul 15, 2015 · 2 comments
Assignees
Labels
addition status: blocked-by-issue Progress on this issue or PR is blocked by another issue.
Milestone

Comments

@mechvel
Copy link
Contributor

mechvel commented Jul 15, 2015

As Standard library has map-with-∈, probably, it also needs analogues of cong-map
(, map-compose, map-id, ... ?) for map-with-∈ for the pointwise equlaity on lists.
Say,

module _ {α α= β β=} {A : Setoid α α=} {A' : Setoid β β=} where
  ...
  map-with-∈-cong : ∀ xs → (f g : ∀ {x} → x ∈ xs → C') →
                                 (∀ {x} → (x∈xs : x ∈ xs) → f x∈xs ≈' g x∈xs) →
                                 map-with-∈ xs f  =p  map-with-∈ xs g,

  map-with-∈≗map : ∀ xs → (f : C → C') → map-with-∈ xs (\ {x} x∈xs → f x)  =p  map f xs

-- ?

analogues and such for `map-with-∈

@MatthewDaggitt MatthewDaggitt self-assigned this Jun 27, 2017
@MatthewDaggitt MatthewDaggitt added status: blocked-by-issue Progress on this issue or PR is blocked by another issue. addition labels Jul 28, 2017
@MatthewDaggitt
Copy link
Contributor

Blocked by #155

@MatthewDaggitt
Copy link
Contributor

Closed with d9400f1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addition status: blocked-by-issue Progress on this issue or PR is blocked by another issue.
Projects
None yet
Development

No branches or pull requests

2 participants