-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Merged by Bors] - feat(Algebra/Colimit/DirectLimit): add Algebra structure for DirectLimit #38672
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
Closed
Closed
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
fdbb91f
add instance of Algebra for DirectLimit
drocta 85519eb
add algebraMap_at in Algebra/Colimit/DirectLimit.lean
drocta e56da43
add lift, of, etc. for DirectLimit.Algebra
drocta 0f0437a
remove an unnecessary rfl that was causing an error, an unused argume…
drocta db1e953
add docstring for algebraMapAux
drocta ff148d0
Merge branch 'master' into algebra-direct-limit2
drocta afee464
Merge branch 'master' into algebra-direct-limit2
drocta 5a2bdcc
apply suggestions from code review (simplifying proofs)
drocta b7948a2
following PR feedback, use map_0 in algebraMapAux and map_0_def in al…
drocta 34f10fc
add DirectLimit.Algebra.lift_comp_of
drocta 9dc79d7
Merge branch 'master' of https://github.com/leanprover-community/math…
drocta b089524
rename algebraMap_at to algebraMap_def, and remove unnecessary type a…
drocta 63d2d45
add @[simps] to DirectLimit.Algebra.of and DirectLimit.Algebra.lift
drocta 15190eb
remove the @[simp] on DirectLimit.Algebra.of_f for consistency with t…
drocta 1609007
add map0MonoidHom, map0RingHom, map0RingHom_def, & replace algebraMap…
drocta 1026f06
add docstring to map0AddMonoidHom, and use the proper notation for th…
drocta 2806655
Merge branch 'master' into algebra-direct-limit2
drocta 61022bf
fix whitespace and remove excess parentheses in Mathlib/Algebra/Colim…
drocta dbdab9d
make lemma algebraMapAux_def private, and rename it to map0RingHom_al…
drocta 28013cc
add R-algebras to the list of categories for which the lift map is de…
drocta b21c1e9
Simplify map₀RingHom
eric-wieser 3b72e57
make variable (f) explicit in map0MonoidHom, map0AddMonoidHom, and ma…
drocta b850d12
remove commented out typeclass variable
drocta 9ed65bc
pull out proofs of map_one' and map_mul' from definition of map0Monoi…
drocta 8280c16
make map0RingHom work for NonAssocSemiring by using map0_one and map0…
drocta 7172b17
tiny simplification to map0MonoidHom
drocta e6f64a0
make map0MonoidHom assume only MapOneClass (G i) rather than Monoid (…
drocta 26ec4f4
add simp attr to the map0_one lemma
drocta 720e839
remove todo comment in light of PR #39017
drocta 1585f69
add DirectLimit.NonUnitalAlgebra.lift etc.
drocta abca651
Merge branch 'algebra-direct-limit2' of https://github.com/drocta/mat…
drocta c24b02d
remove @[simp] tag on the lift_of lemmas for Algebra and NonUnitalAlg…
drocta f4a7e82
add simp tag for map0_mul to match the tag on map0_one
drocta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.