LTCC Representation Theory Matt Fayers, Based on Notes by Markus Linckelmann

Total Page:16

File Type:pdf, Size:1020Kb

LTCC Representation Theory Matt Fayers, Based on Notes by Markus Linckelmann LTCC Representation theory Matt Fayers, based on notes by Markus Linckelmann thanks to Diego Millan Berdasco for corrections Contents 1 Basics 2 1.1 Some linear algebra . .2 1.2 Rings . .3 1.3 Algebras . .4 1.4 Modules . .6 1.5 Module homomorphisms . .7 1.6 Direct sums of modules . .9 1.7 Decomposable modules, simple modules and maximal submodules . 11 1.8 Representations of algebras and the structure homomorphism . 13 2 Semisimple modules and semisimple algebras 15 3 Idempotents 19 4 The Jacobson radical 23 5 Local algebras and indecomposable modules 26 6 Projective modules 28 7 Representation theory of finite groups 30 1 2 LTCC Representation theory 1 Basics 1.1 Some linear algebra In this course I’ll assume that you’re pretty familiar with basic linear algebra. But we’ll begin by revising a few simple concepts. Throughout these notes we fix a field F, and all vector spaces will be over F. dim will always mean dimension over F. Some basic notation: for any vector space V, we write idV (or just id, if it’s clear what V is) for the identity function from V to V. Also, we’ll abuse notation by writing 0 instead of f0g for the zero vector space. Definition. Suppose V and W are vector spaces. 1. The direct sum V ⊕ W is the set of all symbols v ⊕ w for v 2 V, w 2 W, with addition and scalar multiplication defined by (v ⊕ w) + (v0 ⊕ w0) = (v + v0) ⊕ (w + w0), x(v ⊕ w) = (xv) ⊕ (xw) 0 0 for x 2 F, v, v 2 V, w, w 2 W. 2. The tensor product V ⊗ W is the set of all formal sums of symbols v ⊗ w with v 2 V and w 2 W, modulo the relations (xv) ⊗ w = v ⊗ (xw), (v + v0) ⊗ w = v ⊗ w + v0 ⊗ w, v ⊗ (w + w0) = v ⊗ w + v ⊗ w0 0 0 for x 2 F, v, v 2 V, w, w 2 W. We make V ⊗ W is a vector space via x(v ⊗ w) = (xv) ⊗ w for x 2 F, v 2 V, w 2 W. Note that if B is a basis for V and C is a basis for W, then f b ⊕ 0 j b 2 Bg [ f0 ⊕ c j c 2 Cg is a basis for V ⊕ W, and f b ⊗ c j b 2 B, c 2 Cg is a basis for V ⊗ W. Hence if V and W are finite-dimensional then dim(V ⊕ W) = dim(V) + dim(W), dim(V ⊗ W) = dim(V) dim(W). Definition. Suppose V is a vector space and W 6 V. The quotient space V/W is the set of all cosets v + W = f v + w j w 2 Wg with vector space structure given by (u + W) + (v + W) = (u + v) + W, x(v + W) = (xv) + W for u, v 2 V and x 2 F. Basics 3 Suppose B is a basis for V and C is a basis for W with C ⊆ B. Then f b + W j b 2 B n Cg is a basis for V/W. Hence if V is finite-dimensional, then dim(V/W) = dim(V) − dim(W). Note that we can have u + W = v + W even when u 6= v, so we need to be careful. A precise (and useful) statement is the following. Coset Lemma. Suppose V is a vector space, u, v 2 V and W 6 V. Then u + W = v + W if and only if u − v 2 W. 1.2 Rings Now let’s revise some basic definitions for rings. Definition. A ring is a set R with two special elements 0 and 1 and two binary operations +, × such that: • R is an abelian group under +, with zero element 0; • × is associative, i.e. r × (s × t) = (r × s) × t for all r, s, t 2 R; • 1 × r = r × 1 = r for all r 2 R; • (the distributive law) r × (s + t) = (r × s) + (r × t) and (r + s) × t = (r × t) + (s × t) for all r, s, t 2 R. We’ll use standard conventions of notation, writing rs instead of r × s, and writing expres- sions like rs + t without brackets on the understanding that we do the multiplication first. We also adopt the following convention: if r 2 R and X ⊆ R, then we write rX to mean frx j x 2 Xg. Similarly we define Xr, rXs, XrY etc. We refer to the element 1 as the identity element of R, and to 0 as the zero element. Note that (unlike some people) we do not require these two elements to be distinct. The only effect of this is to permit the trivial ring f0g which has addition and multiplication defined in the only possible way. Very occasionally we will prove results that only hold for non-trivial rings, but in general the trivial ring will be allowed. We’ll need the following definitions in order to define an algebra. Definition. 1. If R is a ring, the centre of R is the set Z(R) = f a 2 R j ab = ba for all b 2 Rg . 2. If R and S are rings, a homomorphism from R to S is a function f : R ! S such that f(ab) = f(a)f(b), f(a + b) = f(a) + f(b) and f(1R) = 1S for all a, b 2 R. Note that in the definition of a homomorphism, the condition f(1R) = 1S rules out, for example, the trivial map which sends a to 0 for all a 2 R (unless S is the trivial ring). 4 LTCC Representation theory 1.3 Algebras Now we come to algebras. Definition. An F-algebra is a ring A together with a specified ring homomorphism from F to Z(A). Almost always in these notes we shall be considering algebras over F, so we will just say ‘algebra’ to mean ‘F-algebra’. Remarks. 1. Some people’s definition of an algebra A requires that the homomorphism from F to Z(A) be injective. The only difference between this and our definition is that it rules out the possibility that A is the trivial ring. Indeed, if A is a ring f : F ! A is a non- −1 injective homomorphism, take 0 6= x 2 F with f(x) = 0; then 1A = f(1F) = f(xx ) = f(x)f(x−1) = 0f(x−1) = 0, so that A is the trivial ring. We prefer to allow the trivial ring; for example, if V is a non-zero F-vector space, then the set EndF(V) of linear maps from V to V is an F-algebra; if we want to extend this to the case V = 0, we need to allow the trivial ring as an algebra. 2. In the cases where A is non-trivial (so the corresponding ring homomorphism is injec- tive), it is customary to identify F with its image under the homomorphism, and thereby regard F as a subring of Z(A). 3. An algebra A is naturally a vector space over F; if A is trivial this is obvious, while if A is non-trivial and we regard F as a subring of A as above, then the scalar multiplication is just given by the ring multiplication in A. This leads to an alternative definition of an algebra: it is an F-vector space equipped with a binary operation × which which satisfies the associative and identity laws and is bilinear. Definition. Suppose A and B are algebras. A homomorphism from A to B is an F-linear map which is also a ring homomorphism. Note that not every ring homomorphism between two algebras is an algebra homomor- phism. For example, take F = A = B = C; then complex conjugation is a ring homomorphism, but is not C-linear. We use standard terminology associated with homomorphisms: an isomorphism is a homo- morphism which is also a bijection (in which case its inverse is also an isomorphism), and two algebras are isomorphic if there is at least one isomorphism between them. An automorphism of an algebra A is an isomorphism from A to A. The kernel of a homomorphism is the set of elements that map to 0. As is always the case with linear maps, a homomorphism is injective if and only if its kernel is 0. Definition. Suppose A is an algebra. • A subalgebra of A is an F-subspace which is also a subring (i.e. which is closed under multiplication and contains 1). • A left ideal of A is an F-subspace I of A such that ai 2 I for all a 2 A, i 2 I. • A right ideal of A is an F-subspace I of A such that ia 2 I for all a 2 A, i 2 I. Basics 5 • An ideal of A is a left ideal which is also a right ideal. We write I L A, I R A, I A to mean that I is a left ideal, a right ideal or an ideal of A, respectively. P P P Some key examples: if A is a non-trivial algebra, then F is a subalgebra of A. If X is any subset of A, let AX = f ax j a 2 A, x 2 Xg. Then the subspace of A spanned by AX is a left ideal of A. Similarly the subspace spanned by XA is a right ideal, and the subspace spanned by AXA = f axb j a, b 2 A, x 2 Xg is an ideal.
Recommended publications
  • Pub . Mat . UAB Vol . 27 N- 1 on the ENDOMORPHISM RING of A
    Pub . Mat . UAB Vol . 27 n- 1 ON THE ENDOMORPHISM RING OF A FREE MODULE Pere Menal Throughout, let R be an (associative) ring (with 1) . Let F be the free right R-module, over an infinite set C, with endomorphism ring H . In this note we first study those rings R such that H is left coh- erent .By comparison with Lenzing's characterization of those rings R such that H is right coherent [8, Satz 41, we obtain a large class of rings H which are right but not left coherent . Also we are concerned with the rings R such that H is either right (left) IF-ring or else right (left) self-FP-injective . In particular we pro- ve that H is right self-FP-injective if and only if R is quasi-Frobenius (QF) (this is an slight generalization of results of Faith and .Walker [31 which assure that R must be QF whenever H is right self-i .njective) moreover, this occurs if and only if H is a left IF-ring . On the other hand we shall see that if' R is .pseudo-Frobenius (PF), that is R is an . injective cogenera- tortin Mod-R, then H is left self-FP-injective . Hence any PF-ring, R, that is not QF is such that H is left but not right self FP-injective . A left R-module M is said to be FP-injective if every R-homomorphism N -. M, where N is a -finitély generated submodule of a free module F, may be extended to F .
    [Show full text]
  • Single Elements
    Beitr¨agezur Algebra und Geometrie Contributions to Algebra and Geometry Volume 47 (2006), No. 1, 275-288. Single Elements B. J. Gardner Gordon Mason Department of Mathematics, University of Tasmania Hobart, Tasmania, Australia Department of Mathematics & Statistics, University of New Brunswick Fredericton, N.B., Canada Abstract. In this paper we consider single elements in rings and near- rings. If R is a (near)ring, x ∈ R is called single if axb = 0 ⇒ ax = 0 or xb = 0. In seeking rings in which each element is single, we are led to consider 0-simple rings, a class which lies between division rings and simple rings. MSC 2000: 16U99 (primary), 16Y30 (secondary) Introduction If R is a (not necessarily unital) ring, an element s is called single if whenever asb = 0 then as = 0 or sb = 0. The definition was first given by J. Erdos [2] who used it to obtain results in the representation theory of normed algebras. More recently the idea has been applied by Longstaff and Panaia to certain matrix algebras (see [9] and its bibliography) and they suggest it might be worthy of further study in other contexts. In seeking rings in which every element is single we are led to consider 0-simple rings, a class which lies between division rings and simple rings. In the final section we examine the situation in nearrings and obtain information about minimal N-subgroups of some centralizer nearrings. 1. Single elements in rings We begin with a slightly more general definition. If I is a one-sided ideal in a ring R an element x ∈ R will be called I-single if axb ∈ I ⇒ ax ∈ I or xb ∈ I.
    [Show full text]
  • MA3203 Ring Theory Spring 2019 Norwegian University of Science and Technology Exercise Set 3 Department of Mathematical Sciences
    MA3203 Ring theory Spring 2019 Norwegian University of Science and Technology Exercise set 3 Department of Mathematical Sciences 1 Decompose the following representation into indecomposable representations: 1 1 1 1 1 1 1 1 2 2 2 k k k . α γ 2 Let Q be the quiver 1 2 3 and Λ = kQ. β δ a) Find the representations corresponding to the modules Λei, for i = 1; 2; 3. Let R be a ring and M an R-module. The endomorphism ring is defined as EndR(M) := ff : M ! M j f R-homomorphismg. b) Show that EndR(M) is indeed a ring. c) Show that an R-module M is decomposable if and only if its endomorphism ring EndR(M) contains a non-trivial idempotent, that is, an element f 6= 0; 1 such that f 2 = f. ∼ Hint: If M = M1 ⊕ M2 is decomposable, consider the projection morphism M ! M1. Conversely, any idempotent can be thought of as a projection mor- phism. d) Using c), show that the representation corresponding to Λe1 is indecomposable. ∼ Hint: Prove that EndΛ(Λe1) = k by showing that every Λ-homomorphism Λe1 ! Λe1 depends on a parameter l 2 k and that every l 2 k gives such a homomorphism. 3 Let A be a k-algebra, e 2 A be an idempotent and M be an A-module. a) Show that eAe is a k-algebra and that e is the identity element. For two A-modules N1, N2, we denote by HomA(N1;N2) the space of A-module morphism from N1 to N2.
    [Show full text]
  • ON FULLY IDEMPOTENT RINGS 1. Introduction Throughout This Note
    Bull. Korean Math. Soc. 47 (2010), No. 4, pp. 715–726 DOI 10.4134/BKMS.2010.47.4.715 ON FULLY IDEMPOTENT RINGS Young Cheol Jeon, Nam Kyun Kim, and Yang Lee Abstract. We continue the study of fully idempotent rings initiated by Courter. It is shown that a (semi)prime ring, but not fully idempotent, can be always constructed from any (semi)prime ring. It is shown that the full idempotence is both Morita invariant and a hereditary radical property, obtaining hs(Matn(R)) = Matn(hs(R)) for any ring R where hs(−) means the sum of all fully idempotent ideals. A non-semiprimitive fully idempotent ring with identity is constructed from the Smoktunow- icz’s simple nil ring. It is proved that the full idempotence is preserved by the classical quotient rings. More properties of fully idempotent rings are examined and necessary examples are found or constructed in the process. 1. Introduction Throughout this note each ring is associative with identity unless stated otherwise. Given a ring R, denote the n by n full (resp. upper triangular) matrix ring over R by Matn(R) (resp. Un(R)). Use Eij for the matrix with (i, j)-entry 1 and elsewhere 0. Z denotes the ring of integers. A ring (possibly without identity) is called reduced if it has no nonzero nilpotent elements. A ring (possibly without identity) is called semiprime if the prime radical is zero. Reduced rings are clearly semiprime and note that a commutative ring is semiprime if and only if it is reduced. The study of fully idempotent rings was initiated by Courter [2].
    [Show full text]
  • REPRESENTATION THEORY WEEK 9 1. Jordan-Hölder Theorem And
    REPRESENTATION THEORY WEEK 9 1. Jordan-Holder¨ theorem and indecomposable modules Let M be a module satisfying ascending and descending chain conditions (ACC and DCC). In other words every increasing sequence submodules M1 ⊂ M2 ⊂ ... and any decreasing sequence M1 ⊃ M2 ⊃ ... are finite. Then it is easy to see that there exists a finite sequence M = M0 ⊃ M1 ⊃···⊃ Mk = 0 such that Mi/Mi+1 is a simple module. Such a sequence is called a Jordan-H¨older series. We say that two Jordan H¨older series M = M0 ⊃ M1 ⊃···⊃ Mk = 0, M = N0 ⊃ N1 ⊃···⊃ Nl = 0 ∼ are equivalent if k = l and for some permutation s Mi/Mi+1 = Ns(i)/Ns(i)+1. Theorem 1.1. Any two Jordan-H¨older series are equivalent. Proof. We will prove that if the statement is true for any submodule of M then it is true for M. (If M is simple, the statement is trivial.) If M1 = N1, then the ∼ statement is obvious. Otherwise, M1 + N1 = M, hence M/M1 = N1/ (M1 ∩ N1) and ∼ M/N1 = M1/ (M1 ∩ N1). Consider the series M = M0 ⊃ M1 ⊃ M1∩N1 ⊃ K1 ⊃···⊃ Ks = 0, M = N0 ⊃ N1 ⊃ N1∩M1 ⊃ K1 ⊃···⊃ Ks = 0. They are obviously equivalent, and by induction assumption the first series is equiv- alent to M = M0 ⊃ M1 ⊃ ··· ⊃ Mk = 0, and the second one is equivalent to M = N0 ⊃ N1 ⊃···⊃ Nl = {0}. Hence they are equivalent. Thus, we can define a length l (M) of a module M satisfying ACC and DCC, and if M is a proper submodule of N, then l (M) <l (N).
    [Show full text]
  • Idempotent Lifting and Ring Extensions
    IDEMPOTENT LIFTING AND RING EXTENSIONS ALEXANDER J. DIESL, SAMUEL J. DITTMER, AND PACE P. NIELSEN Abstract. We answer multiple open questions concerning lifting of idempotents that appear in the literature. Most of the results are obtained by constructing explicit counter-examples. For instance, we provide a ring R for which idempotents lift modulo the Jacobson radical J(R), but idempotents do not lift modulo J(M2(R)). Thus, the property \idempotents lift modulo the Jacobson radical" is not a Morita invariant. We also prove that if I and J are ideals of R for which idempotents lift (even strongly), then it can be the case that idempotents do not lift over I + J. On the positive side, if I and J are enabling ideals in R, then I + J is also an enabling ideal. We show that if I E R is (weakly) enabling in R, then I[t] is not necessarily (weakly) enabling in R[t] while I t is (weakly) enabling in R t . The latter result is a special case of a more general theorem about completions.J K Finally, we give examplesJ K showing that conjugate idempotents are not necessarily related by a string of perspectivities. 1. Introduction In ring theory it is useful to be able to lift properties of a factor ring of R back to R itself. This is often accomplished by restricting to a nice class of rings. Indeed, certain common classes of rings are defined precisely in terms of such lifting properties. For instance, semiperfect rings are those rings R for which R=J(R) is semisimple and idempotents lift modulo the Jacobson radical.
    [Show full text]
  • Topics in Module Theory
    Chapter 7 Topics in Module Theory This chapter will be concerned with collecting a number of results and construc- tions concerning modules over (primarily) noncommutative rings that will be needed to study group representation theory in Chapter 8. 7.1 Simple and Semisimple Rings and Modules In this section we investigate the question of decomposing modules into \simpler" modules. (1.1) De¯nition. If R is a ring (not necessarily commutative) and M 6= h0i is a nonzero R-module, then we say that M is a simple or irreducible R- module if h0i and M are the only submodules of M. (1.2) Proposition. If an R-module M is simple, then it is cyclic. Proof. Let x be a nonzero element of M and let N = hxi be the cyclic submodule generated by x. Since M is simple and N 6= h0i, it follows that M = N. ut (1.3) Proposition. If R is a ring, then a cyclic R-module M = hmi is simple if and only if Ann(m) is a maximal left ideal. Proof. By Proposition 3.2.15, M =» R= Ann(m), so the correspondence the- orem (Theorem 3.2.7) shows that M has no submodules other than M and h0i if and only if R has no submodules (i.e., left ideals) containing Ann(m) other than R and Ann(m). But this is precisely the condition for Ann(m) to be a maximal left ideal. ut (1.4) Examples. (1) An abelian group A is a simple Z-module if and only if A is a cyclic group of prime order.
    [Show full text]
  • SPECIAL CLEAN ELEMENTS in RINGS 1. Introduction for Any Unital
    SPECIAL CLEAN ELEMENTS IN RINGS DINESH KHURANA, T. Y. LAM, PACE P. NIELSEN, AND JANEZ STERˇ Abstract. A clean decomposition a = e + u in a ring R (with idempotent e and unit u) is said to be special if aR \ eR = 0. We show that this is a left-right symmetric condition. Special clean elements (with such decompositions) exist in abundance, and are generally quite accessible to computations. Besides being both clean and unit-regular, they have many remarkable properties with respect to element-wise operations in rings. Several characterizations of special clean elements are obtained in terms of exchange equations, Bott-Duffin invertibility, and unit-regular factorizations. Such characterizations lead to some interesting constructions of families of special clean elements. Decompositions that are both special clean and strongly clean are precisely spectral decompositions of the group invertible elements. The paper also introduces a natural involution structure on the set of special clean decompositions, and describes the fixed point set of this involution. 1. Introduction For any unital ring R, the definition of the set of special clean elements in R is motivated by the earlier introduction of the following three well known sets: sreg (R) ⊆ ureg (R) ⊆ reg (R): To recall the definition of these sets, let I(a) = fr 2 R : a = arag denote the set of \inner inverses" for a (as in [28]). Using this notation, the set of regular elements reg (R) consists of a 2 R for which I (a) is nonempty, the set of unit-regular elements ureg (R) consists of a 2 R for which I (a) contains a unit, and the set of strongly regular elements sreg (R) consists of a 2 R for which I (a) contains an element commuting with a.
    [Show full text]
  • Modular Representation Theory of Finite Groups Jun.-Prof. Dr
    Modular Representation Theory of Finite Groups Jun.-Prof. Dr. Caroline Lassueur TU Kaiserslautern Skript zur Vorlesung, WS 2020/21 (Vorlesung: 4SWS // Übungen: 2SWS) Version: 23. August 2021 Contents Foreword iii Conventions iv Chapter 1. Foundations of Representation Theory6 1 (Ir)Reducibility and (in)decomposability.............................6 2 Schur’s Lemma...........................................7 3 Composition series and the Jordan-Hölder Theorem......................8 4 The Jacobson radical and Nakayama’s Lemma......................... 10 Chapter5 2.Indecomposability The Structure of and Semisimple the Krull-Schmidt Algebras Theorem ...................... 1115 6 Semisimplicity of rings and modules............................... 15 7 The Artin-Wedderburn structure theorem............................ 18 Chapter8 3.Semisimple Representation algebras Theory and their of Finite simple Groups modules ........................ 2226 9 Linear representations of finite groups............................. 26 10 The group algebra and its modules............................... 29 11 Semisimplicity and Maschke’s Theorem............................. 33 Chapter12 4.Simple Operations modules on over Groups splitting and fields Modules............................... 3436 13 Tensors, Hom’s and duality.................................... 36 14 Fixed and cofixed points...................................... 39 Chapter15 5.Inflation, The Mackey restriction Formula and induction and Clifford................................ Theory 3945 16 Double cosets...........................................
    [Show full text]
  • Ring (Mathematics) 1 Ring (Mathematics)
    Ring (mathematics) 1 Ring (mathematics) In mathematics, a ring is an algebraic structure consisting of a set together with two binary operations usually called addition and multiplication, where the set is an abelian group under addition (called the additive group of the ring) and a monoid under multiplication such that multiplication distributes over addition.a[›] In other words the ring axioms require that addition is commutative, addition and multiplication are associative, multiplication distributes over addition, each element in the set has an additive inverse, and there exists an additive identity. One of the most common examples of a ring is the set of integers endowed with its natural operations of addition and multiplication. Certain variations of the definition of a ring are sometimes employed, and these are outlined later in the article. Polynomials, represented here by curves, form a ring under addition The branch of mathematics that studies rings is known and multiplication. as ring theory. Ring theorists study properties common to both familiar mathematical structures such as integers and polynomials, and to the many less well-known mathematical structures that also satisfy the axioms of ring theory. The ubiquity of rings makes them a central organizing principle of contemporary mathematics.[1] Ring theory may be used to understand fundamental physical laws, such as those underlying special relativity and symmetry phenomena in molecular chemistry. The concept of a ring first arose from attempts to prove Fermat's last theorem, starting with Richard Dedekind in the 1880s. After contributions from other fields, mainly number theory, the ring notion was generalized and firmly established during the 1920s by Emmy Noether and Wolfgang Krull.[2] Modern ring theory—a very active mathematical discipline—studies rings in their own right.
    [Show full text]
  • Block Theory with Modules
    JOURNAL OF ALGEBRA 65, 225--233 (1980) Block Theory with Modules J. L. ALPERIN* AND DAVID W. BURRY* Department of Mathematics, University of Chicago, Chicago, Illinois 60637 and Department of Mathematics, Yale University, New Haven, Connecticut 06520 Communicated by Walter Felt Received October 2, 1979 1. INTRODUCTION There are three very different approaches to block theory: the "functional" method which deals with characters, Brauer characters, Carton invariants and the like; the ring-theoretic approach with heavy emphasis on idempotents; module-theoretic methods based on relatively projective modules and the Green correspondence. Each approach contributes greatly and no one of them is sufficient for all the results. Recently, a number of fundamental concepts and results have been formulated in module-theoretic terms. These include Nagao's theorem [3] which implies the Second Main Theorem, Green's description of the defect group in terms of vertices [4, 6] and a module description of the Brauer correspondence [1]. Our purpose here is to show how much of block theory can be done by statring with module-theoretic concepts; our contribution is the methods and not any new results, though we do hope these ideas can be applied elsewhere. We begin by defining defect groups in terms of vertices and so use Green's theorem to motivate the definition. This enables us to show quickly the fact that defect groups are Sylow intersections [4, 6] and can be characterized in terms of the vertices of the indecomposable modules in the block. We then define the Brauer correspondence in terms of modules and then prove part of the First Main Theorem, Nagao's theorem in full and results on blocks and normal subgroups.
    [Show full text]
  • A GENERALIZATION of BAER RINGS K. Paykan1 §, A. Moussavi2
    International Journal of Pure and Applied Mathematics Volume 99 No. 3 2015, 257-275 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu AP doi: http://dx.doi.org/10.12732/ijpam.v99i3.3 ijpam.eu A GENERALIZATION OF BAER RINGS K. Paykan1 §, A. Moussavi2 1Department of Mathematics Garmsar Branch Islamic Azad University Garmsar, IRAN 2Department of Pure Mathematics Faculty of Mathematical Sciences Tarbiat Modares University P.O. Box 14115-134, Tehran, IRAN Abstract: A ring R is called generalized right Baer if for any non-empty subset n S of R, the right annihilator rR(S ) is generated by an idempotent for some positive integer n. Generalized Baer rings are special cases of generalized PP rings and a generalization of Baer rings. In this paper, many properties of these rings are studied and some characterizations of von Neumann regular rings and PP rings are extended. The behavior of the generalized right Baer condition is investigated with respect to various constructions and extensions and it is used to generalize many results on Baer rings and generalized right PP-rings. Some families of generalized right Baer-rings are presented and connections to related classes of rings are investigated. AMS Subject Classification: 16S60, 16D70, 16S50, 16D20, 16L30 Key Words: generalized p.q.-Baer ring, generalized PP-ring, PP-ring, quasi Baer ring, Baer ring, Armendariz ring, annihilator 1. Introduction Throughout this paper all rings are associative with identity and all modules are unital. Recall from [15] that R is a Baer ring if the right annihilator of c 2015 Academic Publications, Ltd.
    [Show full text]