Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Direct sum

From Wikipedia, the free encyclopedia

Operation in abstract algebra composing objects into "more complicated" objects
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Direct sum" – news ·newspapers ·books ·scholar ·JSTOR
(December 2013) (Learn how and when to remove this message)

Thedirect sum is anoperation betweenstructures inabstract algebra, a branch ofmathematics. It is defined differently but analogously for different kinds of structures. As an example, the direct sum of twoabelian groupsA{\displaystyle A} andB{\displaystyle B} is another abelian groupAB{\displaystyle A\oplus B} consisting of the ordered pairs(a,b){\displaystyle (a,b)} whereaA{\displaystyle a\in A} andbB{\displaystyle b\in B}. To addordered pairs, the sum is defined(a,b)+(c,d){\displaystyle (a,b)+(c,d)} to be(a+c,b+d){\displaystyle (a+c,b+d)}; in other words, addition is defined coordinate-wise. For example, the direct sumRR{\displaystyle \mathbb {R} \oplus \mathbb {R} }, whereR{\displaystyle \mathbb {R} } isreal coordinate space, is theCartesian plane,R2{\displaystyle \mathbb {R} ^{2}}. A similar process can be used to form the direct sum of twovector spaces or twomodules.

Direct sums can also be formed with any finite number of summands; for example,ABC{\displaystyle A\oplus B\oplus C}, providedA,B,{\displaystyle A,B,} andC{\displaystyle C} are the same kinds of algebraic structures (e.g., all abelian groups, or all vector spaces). That relies on the fact that the direct sum isassociativeup toisomorphism. That is,(AB)CA(BC){\displaystyle (A\oplus B)\oplus C\cong A\oplus (B\oplus C)} for any algebraic structuresA{\displaystyle A},B{\displaystyle B}, andC{\displaystyle C} of the same kind. The direct sum is alsocommutative up to isomorphism, i.e.ABBA{\displaystyle A\oplus B\cong B\oplus A} for any algebraic structuresA{\displaystyle A} andB{\displaystyle B} of the same kind.

The direct sum of finitely many abelian groups, vector spaces, or modules is canonicallyisomorphic to the correspondingdirect product. That is false, however, for some algebraic objects like nonabelian groups.

In the case where infinitely many objects are combined, the direct sum and direct product are not isomorphic even for abelian groups, vector spaces, or modules. For example, consider the direct sum and the direct product of (countably) infinitely many copies of the integers. An element in the direct product is an infinite sequence, such as (1,2,3,...) but in the direct sum, there is a requirement that all but finitely many coordinates be zero, so the sequence (1,2,3,...) would be an element of the direct product but not of the direct sum, while (1,2,0,0,0,...) would be an element of both. Often, if a + sign is used, all but finitely many coordinates must be zero, while if some form of multiplication is used, all but finitely many coordinates must be 1.

In more technical language, if the summands are(Ai)iI{\displaystyle (A_{i})_{i\in I}}, the direct sumiIAi{\displaystyle \bigoplus _{i\in I}A_{i}} is defined to be the set of tuples(ai)iI{\displaystyle (a_{i})_{i\in I}} withaiAi{\displaystyle a_{i}\in A_{i}} such thatai=0{\displaystyle a_{i}=0} for all but finitely manyi. The direct sumiIAi{\textstyle \bigoplus _{i\in I}A_{i}} is contained in thedirect productiIAi{\textstyle \prod _{i\in I}A_{i}}, but is strictly smaller when theindex setI{\displaystyle I} is infinite, because an element of the direct product can have infinitely many nonzero coordinates.[1]

Examples

[edit]

Thexy-plane, a two-dimensionalvector space, can be thought of as the direct sum of two one-dimensional vector spaces: thex andy axes. In this direct sum, thex andy axes intersect only at the origin (the zero vector). Addition is defined coordinate-wise; that is,(x1,y1)+(x2,y2)=(x1+x2,y1+y2){\displaystyle (x_{1},y_{1})+(x_{2},y_{2})=(x_{1}+x_{2},y_{1}+y_{2})}, which is the same as vector addition.

Given two structuresA{\displaystyle A} andB{\displaystyle B}, their direct sum is written asAB{\displaystyle A\oplus B}. Given anindexed family of structuresAi{\displaystyle A_{i}}, indexed withiI{\displaystyle i\in I}, the direct sum may be writtenA=iIAi{\textstyle A=\bigoplus _{i\in I}A_{i}}. EachAi is called adirect summand ofA. If the index set is finite, the direct sum is the same as the direct product. In the case of groups, if the group operation is written as+{\displaystyle +} the phrase "direct sum" is used, while if the group operation is written{\displaystyle *} the phrase "direct product" is used. When the index set is infinite, the direct sum is not the same as the direct product since the direct sum has the extra requirement that all but finitely many coordinates must be zero.

Internal and external direct sums

[edit]

A distinction is made between internal and external direct sums though both are isomorphic. If the summands are defined first, and the direct sum is then defined in terms of the summands, there is an external direct sum. For example, if the real numbersR{\displaystyle \mathbb {R} } are defined, followed byRR{\displaystyle \mathbb {R} \oplus \mathbb {R} }, the direct sum is said to be external.

If, on the other hand, some algebraic structureS{\displaystyle S} is defined, andS{\displaystyle S} is then defined as a direct sum of two substructuresV{\displaystyle V} andW{\displaystyle W}, the direct sum is said to be internal. In that case, each element ofS{\displaystyle S} is expressible uniquely as an algebraic combination of an element ofV{\displaystyle V} and an element ofW{\displaystyle W}. For an example of an internal direct sum, considerZ6{\displaystyle \mathbb {Z} _{6}} (the integers modulo six), whose elements are{0,1,2,3,4,5}{\displaystyle \{0,1,2,3,4,5\}}. This is expressible as an internal direct sumZ6={0,2,4}{0,3}{\displaystyle \mathbb {Z} _{6}=\{0,2,4\}\oplus \{0,3\}}.

Types of direct sums

[edit]

Direct sum of abelian groups

[edit]
Main article:Direct product of groups

Thedirect sum ofabelian groups is a prototypical example of a direct sum. Given two suchgroups(A,){\displaystyle (A,\circ )} and(B,),{\displaystyle (B,\bullet ),} their direct sumAB{\displaystyle A\oplus B} is the same as theirdirect product. That is, the underlying set is theCartesian productA×B{\displaystyle A\times B} and the group operation{\displaystyle \,\cdot \,} is defined component-wise:(a1,b1)(a2,b2)=(a1a2,b1b2).{\displaystyle \left(a_{1},b_{1}\right)\cdot \left(a_{2},b_{2}\right)=\left(a_{1}\circ a_{2},b_{1}\bullet b_{2}\right).}This definition generalizes to direct sums of finitely many abelian groups.

For an arbitrary family of groupsAi{\displaystyle A_{i}} indexed byiI,{\displaystyle i\in I,} theirdirect sum[2]iIAi{\displaystyle \bigoplus _{i\in I}A_{i}}is thesubgroup of the direct product that consists of the elements(ai)iIiIAi{\textstyle \left(a_{i}\right)_{i\in I}\in \prod _{i\in I}A_{i}} that have finitesupport, where, by definition,(ai)iI{\displaystyle \left(a_{i}\right)_{i\in I}} is said to havefinite support ifai{\displaystyle a_{i}} is the identity element ofAi{\displaystyle A_{i}} for all but finitely manyi.{\displaystyle i.}[3] The direct sum of an infinite family(Ai)iI{\displaystyle \left(A_{i}\right)_{i\in I}} of non-trivial groups is aproper subgroup of the product groupiIAi.{\textstyle \prod _{i\in I}A_{i}.}

Direct sum of modules

[edit]
Main article:Direct sum of modules

Thedirect sum of modules is a construction that combines severalmodules into a new module.

The most familiar examples of that construction occur in consideringvector spaces, which are modules over afield. The construction may also be extended toBanach spaces andHilbert spaces.

Direct sum in categories

[edit]
Main article:Coproduct

Anadditive category is an abstraction of the properties of the category of modules.[4][5] In such a category, finite products andcoproducts agree, and the direct sum is either of them: cf.biproduct.

General case:[2]Incategory theory thedirect sum is often but not always the coproduct in thecategory of the mathematical objects in question. For example, in the category of abelian groups, the direct sum is a coproduct. That is also true in the category of modules.

Direct sums versus coproducts in category of groups

[edit]

However, the direct sumS3Z2{\displaystyle S_{3}\oplus \mathbb {Z} _{2}} (defined identically to the direct sum of abelian groups) is not a coproduct of the groupsS3{\displaystyle S_{3}} andZ2{\displaystyle \mathbb {Z} _{2}} in thecategory of groups. Therefore, for that category, a categorical direct sum is often called simply a coproduct to avoid any possible confusion.

Direct sum of group representations

[edit]
See also:Representation theory of finite groups § Direct sum of representations

Thedirect sum of group representations generalizes thedirect sum of the underlying modules by adding agroup action. Specifically, given agroupG{\displaystyle G} and tworepresentationsV{\displaystyle V} andW{\displaystyle W} ofG{\displaystyle G} (or, more generally, twoG{\displaystyle G}-modules), the direct sum of the representations isVW{\displaystyle V\oplus W} with the action ofgG{\displaystyle g\in G} given component-wise, that is,g(v,w)=(gv,gw).{\displaystyle g\cdot (v,w)=(g\cdot v,g\cdot w).}Another equivalent way of defining the direct sum is as follows:

Given two representations(V,ρV){\displaystyle (V,\rho _{V})} and(W,ρW){\displaystyle (W,\rho _{W})} the vector space of the direct sum isVW{\displaystyle V\oplus W} and the homomorphismρVW{\displaystyle \rho _{V\oplus W}} is given byα(ρV×ρW),{\displaystyle \alpha \circ (\rho _{V}\times \rho _{W}),} whereα:GL(V)×GL(W)GL(VW){\displaystyle \alpha :GL(V)\times GL(W)\to GL(V\oplus W)} is the natural map obtained by coordinate-wise action as above.

Furthermore, ifV,W{\displaystyle V,\,W} are finite dimensional, then, given a basis ofV,W{\displaystyle V,\,W},ρV{\displaystyle \rho _{V}} andρW{\displaystyle \rho _{W}} are matrix-valued. In this case,ρVW{\displaystyle \rho _{V\oplus W}} is given asg(ρV(g)00ρW(g)).{\displaystyle g\mapsto {\begin{pmatrix}\rho _{V}(g)&0\\0&\rho _{W}(g)\end{pmatrix}}.}

Moreover, ifV{\displaystyle V} andW{\displaystyle W} are treated as modules over thegroup ringkG{\displaystyle kG}, wherek{\displaystyle k} is the field, the direct sum of the representationsV{\displaystyle V} andW{\displaystyle W} is equal to their direct sum askG{\displaystyle kG} modules.

Direct sum of rings

[edit]
Main article:Product of rings

Some authors speak of the direct sumRS{\displaystyle R\oplus S} of two rings when they mean thedirect productR×S{\displaystyle R\times S}, but that should be avoided[6] sinceR×S{\displaystyle R\times S} does not receive natural ring homomorphisms fromR{\displaystyle R} andS{\displaystyle S}. In particular, the mapRR×S{\displaystyle R\to R\times S} sendingr{\displaystyle r} to(r,0){\displaystyle (r,0)} is not a ring homomorphism since it fails to send 1 to(1,1){\displaystyle (1,1)} (assuming that01{\displaystyle 0\neq 1} inS{\displaystyle S}). Thus,R×S{\displaystyle R\times S} is not a coproduct in thecategory of rings, and should not be written as a direct sum. (The coproduct in thecategory of commutative rings is thetensor product of rings.[7] In the category of rings, the coproduct is given by a construction similar to thefree product of groups.)

The use of direct sum terminology and notation is especially problematic in dealing with infinite families of rings. If(Ri)iI{\displaystyle (R_{i})_{i\in I}} is an infinite collection of nontrivial rings, the direct sum of the underlying additive groups may be equipped with termwise multiplication, but that produces arng, a ring without a multiplicative identity.

Direct sum of matrices

[edit]
See also:Direct_sum_of_matrices

For any arbitrary matricesA{\displaystyle \mathbf {A} } andB{\displaystyle \mathbf {B} }, the direct sumAB{\displaystyle \mathbf {A} \oplus \mathbf {B} } is defined as theblock diagonal matrix ofA{\displaystyle \mathbf {A} } andB{\displaystyle \mathbf {B} } if both are square matrices (and to an analogousblock matrix, if not).AB=[A00B].{\displaystyle \mathbf {A} \oplus \mathbf {B} ={\begin{bmatrix}\mathbf {A} &0\\0&\mathbf {B} \end{bmatrix}}.}

Alternatively, the forms[AB]{\displaystyle \left[{\begin{matrix}\mathbf {A} \\\mathbf {B} \end{matrix}}\right]} or[AB]{\displaystyle \left[{\begin{matrix}\mathbf {A} &\mathbf {B} \end{matrix}}\right]} may also be encountered in the literature and are isomorphic to the aforementioned block form.

Direct sum of topological vector spaces

[edit]
Main articles:Complemented subspace andDirect sum of topological groups

Atopological vector space (TVS)X,{\displaystyle X,} such as aBanach space, is said to be atopological direct sum of two vector subspacesM{\displaystyle M} andN{\displaystyle N} if the addition map M×NX(m,n)m+n{\displaystyle {\begin{alignedat}{4}\ \;&&M\times N&&\;\to \;&X\\[0.3ex]&&(m,n)&&\;\mapsto \;&m+n\\\end{alignedat}}}is anisomorphism of topological vector spaces (meaning that thislinear map is abijectivehomeomorphism) in which caseM{\displaystyle M} andN{\displaystyle N} are said to betopological complements inX.{\displaystyle X.} That is true if and only if when considered asadditivetopological groups (so scalar multiplication is ignored),X{\displaystyle X} is thetopological direct sum of the topological subgroupsM{\displaystyle M} andN.{\displaystyle N.} If this is the case and ifX{\displaystyle X} isHausdorff thenM{\displaystyle M} andN{\displaystyle N} are necessarilyclosed subspaces ofX.{\displaystyle X.}

IfM{\displaystyle M} is a vector subspace of a real or complex vector spaceX{\displaystyle X}, there is always another vector subspaceN{\displaystyle N} ofX,{\displaystyle X,} called analgebraic complement ofM{\displaystyle M} inX,{\displaystyle X,} such thatX{\displaystyle X} is thealgebraic direct sum ofM{\displaystyle M} andN{\displaystyle N}, which happens if and only if the addition mapM×NX{\displaystyle M\times N\to X} is avector space isomorphism.

In contrast to algebraic direct sums, the existence of such a complement is no longer guaranteed for topological direct sums.

A vector subspaceM{\displaystyle M} ofX{\displaystyle X} is said to be a (topologically)complemented subspace ofX{\displaystyle X} if there exists some vector subspaceN{\displaystyle N} ofX{\displaystyle X} such thatX{\displaystyle X} is the topological direct sum ofM{\displaystyle M} andN.{\displaystyle N.} A vector subspace is calleduncomplemented if it is not a complemented subspace. For example, every vector subspace of a Hausdorff TVS that is not a closed subset is necessarily uncomplemented. Every closed vector subspace of aHilbert space is complemented. But everyBanach space that is not a Hilbert space necessarily possess some uncomplemented closed vector subspace.

Homomorphisms

[edit]

[clarification needed]

The direct sumiIAi{\textstyle \bigoplus _{i\in I}A_{i}} comes equipped with aprojectionhomomorphismπj:iIAiAj{\textstyle \pi _{j}\colon \,\bigoplus _{i\in I}A_{i}\to A_{j}} for eachj inI and acoprojectionαj:AjiIAi{\textstyle \alpha _{j}\colon \,A_{j}\to \bigoplus _{i\in I}A_{i}} for eachj inI.[8] Given another algebraic structureB{\displaystyle B} (with the same additional structure) and homomorphismsgj:AjB{\displaystyle g_{j}\colon A_{j}\to B} for everyj inI, there is a unique homomorphismg:iIAiB{\textstyle g\colon \,\bigoplus _{i\in I}A_{i}\to B}, called the sum of thegj, such thatgαj=gj{\displaystyle g\alpha _{j}=g_{j}} for allj. Thus the direct sum is thecoproduct in the appropriatecategory.

See also

[edit]

Notes

[edit]
  1. ^Thomas W. Hungerford,Algebra, p.60, Springer, 1974,ISBN 0387905189
  2. ^abDirect Sum at thenLab
  3. ^Joseph J. Rotman,The Theory of Groups: an Introduction, p. 177, Allyn and Bacon, 1965
  4. ^""p.45""(PDF). Archived fromthe original(PDF) on 2013-05-22. Retrieved2014-01-14.
  5. ^"Appendix"(PDF). Archived fromthe original(PDF) on 2006-09-17. Retrieved2014-01-14.
  6. ^Math StackExchange on direct sum of rings vs. direct product of rings.
  7. ^Lang 2002, section I.11
  8. ^Heunen, Chris (2009).Categorical Quantum Models and Logics. Pallas Proefschriften. Amsterdam University Press. p. 26.ISBN 978-9085550242.

References

[edit]
Retrieved from "https://en.wikipedia.org/w/index.php?title=Direct_sum&oldid=1308625757"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp