We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In CayleyDickson.v we mistakenly define conjugation on a suspension as:
Coq-HoTT/theories/Homotopy/CayleyDickson.v
Lines 66 to 74 in e56b4fa
It should be merid (-a) rather than merid a.
merid (-a)
merid a
This means that the H-space structure we get out of the Cayley-Dickson construction is incorrect.
The text was updated successfully, but these errors were encountered:
cleanup in CayleyDickson and fix HoTT#2149
389831b
Signed-off-by: Ali Caglayan <[email protected]> <!-- ps-id: 7c532112-95bc-4690-82c3-a579eeab1181 -->
39a0ea0
Merge pull request #2152 from Alizter/ps/rr/cleanup_in_cayleydickson_…
2869ec0
…and_fix__2149 cleanup in CayleyDickson and fix #2149
Successfully merging a pull request may close this issue.
In CayleyDickson.v we mistakenly define conjugation on a suspension as:
Coq-HoTT/theories/Homotopy/CayleyDickson.v
Lines 66 to 74 in e56b4fa
It should be
merid (-a)
rather thanmerid a
.This means that the H-space structure we get out of the Cayley-Dickson construction is incorrect.
The text was updated successfully, but these errors were encountered: