Skip to content

Commit

Permalink
feat: define NonUnitalSubalgebra and develop basic API (#5512)
Browse files Browse the repository at this point in the history
This continues the non-unital-ization of mathlib.

- [x] depends on: #5151
  • Loading branch information
j-loreaux authored and semorrison committed Aug 14, 2023
1 parent c059129 commit 9d30220
Show file tree
Hide file tree
Showing 6 changed files with 1,098 additions and 1 deletion.
1 change: 1 addition & 0 deletions Mathlib.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Mathlib.Algebra.Algebra.Basic
import Mathlib.Algebra.Algebra.Bilinear
import Mathlib.Algebra.Algebra.Equiv
import Mathlib.Algebra.Algebra.Hom
import Mathlib.Algebra.Algebra.NonUnitalSubalgebra
import Mathlib.Algebra.Algebra.Operations
import Mathlib.Algebra.Algebra.Pi
import Mathlib.Algebra.Algebra.Prod
Expand Down

0 comments on commit 9d30220

Please sign in to comment.