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

middle four exchange law in a Setoid: definition and consequences #1953

Merged
merged 7 commits into from
Jun 10, 2023

Conversation

jamesmckinna
Copy link
Contributor

@jamesmckinna jamesmckinna commented Apr 26, 2023

_MiddleFourExchange_ : Op₂ A  Op₂ A  Set _
_*_ MiddleFourExchange _+_ =   w x y z  ((w + x) * (y + z)) ≈ ((w + y) * (x + z))

UPDATED: hmmm... naming conventions between Algebra.Consequences.Setoid and Algebra.Consequences.Propositional: may wish to remove cong+ prefixes? DONE.

@gallais
Copy link
Member

gallais commented May 12, 2023

There's a lot of misaligned type signature, probably due to the fact that
some lemmas were renamed during the preparation of this PR.

Other than that, it looks OK to me.

@jamesmckinna
Copy link
Contributor Author

This must be a common problem, but the alignment still looks off in the GitHub listing, while looks fine in my vanilla default Emacs (GNU Emacs 26.3) font under Linux (Ubuntu 20.04LTS). What is the (FAQ?) recommendation of suitable fixed-width fonts to use in Emacs?

@gallais
Copy link
Member

gallais commented May 15, 2023

Yes the whitespace alignment in your types seems to be off by one.
In emacs using DejaVu Sans Mono I also see the off by one issue.

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

Successfully merging this pull request may close these issues.

5 participants