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

(¬_ ∘ P) Respects #9

Closed
mechvel opened this issue Feb 18, 2014 · 2 comments
Closed

(¬_ ∘ P) Respects #9

mechvel opened this issue Feb 18, 2014 · 2 comments
Assignees

Comments

@mechvel
Copy link
Contributor

mechvel commented Feb 18, 2014

Consider proofs for things like

  P Respects _≈_  (¬_ ∘ P) Respects _≈_,

  x ≈ x' -> y ≈ y' -> x ∤ y -> x' ∤ y'   (for a generic "not divides").

I write for this:

  ¬respects : ∀ {α α= β} →  {A : Set α} → (_≈_ : Rel A α=) → Symmetric _≈_ →
                                           (P : A → Set β) → 
                                           P Respects _≈_ → (¬_ ∘ P) Respects _≈_
  ...
  ¬respects = ...

But has Standard library something for this?
If not, then needs it to have?

@mechvel
Copy link
Contributor Author

mechvel commented Feb 18, 2014

I would rename ¬respects to respectsFor¬

@MatthewDaggitt MatthewDaggitt self-assigned this Jun 26, 2017
@MatthewDaggitt
Copy link
Contributor

Added in 22ed935

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants