-
Notifications
You must be signed in to change notification settings - Fork 70
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
Irrationality of the square root of 2 #1211
base: master
Are you sure you want to change the base?
Conversation
Cool! I'll wait to submit the 100-theorems list to Freek until after this PR is merged :) #1203 |
is-decidable-is-odd-ℤ a = is-decidable-neg (is-decidable-is-even-ℤ a) | ||
``` | ||
|
||
### `0` is an even integer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're switching between using code guarded algebraic expressions in your headers and latex rendered ones in this PR. While code guarding is certainly the more established style in the library (there is only one place in the whole library where latex rendered text is used in a header:
https://unimath.github.io/agda-unimath/ring-theory.localizations-rings.html#the-type-of-localizations-of-a-ring-r-at-an-element-x-is-contractible), the LaTeX rendering looks a lot better in my opinion, so I'm tempted to suggest you use only latex rendered algebraic expressions in headers in your PR.
The goal of this PR is twofold: