-
Notifications
You must be signed in to change notification settings - Fork 23
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
Identity crisis #159
Comments
2.5 starts by a sentence stating: [...] identity type, which implements I changed the next sentence to: Identity types are formed of a type and Later on we have Equality is symmetric [....]. I would prefer something like: We desperately need a paragraph on proof relevance, otherwise we also get an equality crisis! |
Maybe add a warning to the effect that the notion of equality implemented here keeps track of the way two things are identified, and there can be multiple ways. For example, two triangles can be congruent in multiple ways. |
Most cases of "identity" in Ch. 2 have been resolved in commit fbbda70. There are still some issues with "equal".
I attach an annotated copy of Ch. 2 for discussion tomorrow. |
I rephrased in the style guide the points below in accordance to our discussions, and assign to myself carrying the first point out. That means inspecting 187 lines in which "identity" occurs, and keep "identity type/function/map", add "map" in cases where the map is meant, and change the remaining occurrences of "identity" to "identification" or "path".
If the type is a set, we may denote its identity types by a = b and call them equations. When a = b has an element we say that a and b are equal.
The text was updated successfully, but these errors were encountered: