-
Notifications
You must be signed in to change notification settings - Fork 354
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
[Merged by Bors] - feat(Algebra/Homology): the class of quasi-isomorphisms in the homotopy category #9686
Conversation
namespace HomotopyCategory | ||
|
||
/-- The class of quasi-isomorphisms in the homotopy category. -/ | ||
def qis : MorphismProperty (HomotopyCategory C c) := |
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.
I would prefer
def qis : MorphismProperty (HomotopyCategory C c) := | |
def quasiIso : MorphismProperty (HomotopyCategory C c) := |
Or do you think the length will quickly become annoying?
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.
Thanks for the suggestion. I do not think it will be annoying at all. I have made the change both for HomologicalComplex.quasiIso
and HomotopyCategory.quasiIso
.
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.
Thanks 🎉
bors merge
…py category (#9686) This PR introduces the class of quasi-isomorphisms in the homotopy category of homological complexes.
Pull request successfully merged into master. Build succeeded: |
…py category (#9686) This PR introduces the class of quasi-isomorphisms in the homotopy category of homological complexes.
…py category (#9686) This PR introduces the class of quasi-isomorphisms in the homotopy category of homological complexes.
This PR introduces the class of quasi-isomorphisms in the homotopy category of homological complexes.