Fact-checked by Grok 2 weeks ago

Quotient

In , a quotient is the result obtained when one quantity, known as the , is divided by another quantity, called the , often expressed in the form where the equals the product of the and the quotient plus a . This concept forms the foundation of in , where, for nonnegative n and positive integer d, there exist unique integers q (the quotient) and r (the , $0 \leq r < d) such that n = d \cdot q + r. Beyond basic arithmetic, the notion of quotient extends to advanced structures in abstract algebra and topology. In group theory, a quotient group G/N is formed by factoring a group G by a normal subgroup N, where elements are cosets of N and the operation inherits from G, enabling the study of group symmetries and homomorphisms. Similarly, in ring theory, a quotient ring R/I arises from a ring R and an ideal I, with addition and multiplication defined on cosets, which is crucial for understanding ring homomorphisms and modular arithmetic generalizations. These constructions preserve algebraic properties while simplifying complex structures. In topology, a quotient space (or identification space) is constructed from a topological space by collapsing points equivalent under a relation into single points, yielding new spaces like the torus from a square with boundary identifications; this process is fundamental in algebraic topology for classifying manifolds and studying continuous deformations. Overall, quotients facilitate abstraction and reduction across mathematical disciplines, from computational algorithms in number theory to homological algebra.

Basic Concepts

Definition

In mathematics, the quotient of two integers a and b (with b \neq 0) is defined as the integer q satisfying the equation a = b q + r, where r is the remainder such that $0 \leq r < |b|. This formulation arises from the division algorithm, which decomposes the dividend a into a multiple of the divisor b and a remainder smaller than the absolute value of b. The concept of the quotient presupposes an understanding of division as the inverse operation of multiplication: given a and b, the quotient q indicates the scaling factor for b that yields a product closest to a, adjusted by the remainder r. This inverse relationship underscores the quotient's role in measuring how many times b is contained within a, either exactly or approximately. The term "quotient" originates from the Latin word quoties, meaning "how many times," which captures the essence of repeatedly applying the divisor to approach the dividend. This etymology reflects its early use in division contexts by ancient mathematicians, notably Euclid, who formalized the division algorithm in his Elements around 300 BCE as a method for finding the greatest common divisor.

Notation

The quotient, as the result obtained by dividing one quantity by another, is represented through various symbols that have evolved to ensure clarity in mathematical expression. The primary notations include the obelus (÷), a horizontal line with dots above and below, which serves as the division sign; the solidus (/), derived from its use in fractions; and the fractional form \frac{a}{b}, where a and b denote the dividend and divisor, respectively. The obelus was introduced by Swiss mathematician Johann Heinrich Rahn in his 1659 treatise Teutsche Algebra, marking an early symbolic standardization for division in European mathematics. According to the International Standard ISO 80000-2 on mathematical notation, the solidus (/) and the horizontal fraction bar are recommended for expressing division, with the obelus considered less suitable for advanced mathematical contexts due to potential ambiguity in inline expressions; the fractional form \frac{a}{b} is emphasized for its precision in representing quotients. In contextual variations, algebraic ratios are frequently written as a : b, distinguishing them from pure division while conveying proportional quotients. In computer programming languages such as C, Python, and Java, the modulo operator % computes the remainder of division, whereas integer division operators (e.g., / in C or // in Python) yield the quotient directly, and the variable q is conventionally used to explicitly denote the quotient in code or pseudocode. The evolution of quotient notation reflects a broader transition in mathematics from rhetorical descriptions in ancient texts—such as Babylonian cuneiform tablets or Greek proportional statements without symbols—to symbolic representations during the Renaissance, when algebraic works began incorporating dedicated signs for operations like division.

Arithmetic Operations

Integer Division Quotient

In the context of integer arithmetic, the quotient arises from the division algorithm, which states that for any integers a (the dividend) and b \neq 0 (the divisor), there exist unique integers q (the quotient) and r (the remainder) such that a = b q + r and $0 \leq r < |b|. This decomposition ensures the remainder is nonnegative and strictly less than the absolute value of the divisor, making the representation unique for each pair (a, b). The quotient q represents the integer part of the division, capturing how many full multiples of b fit into a. The quotient is formally given by q = \left\lfloor \frac{a}{b} \right\rfloor when b > 0, where \left\lfloor \cdot \right\rfloor denotes the floor function, the greatest less than or equal to the input. For example, dividing 17 by 5 yields q = 3 and r = 2, since $17 = 5 \cdot 3 + 2. This formula aligns with the division algorithm by ensuring the remainder condition holds, as r = a - b q. The quotient is always an , reflecting the discrete nature of . When handling negative numbers, the standard mathematical convention uses the floor function to determine q, ensuring the remains nonnegative. For instance, (-17) \div 5 gives q = -4 and r = 3, since -17 = 5 \cdot (-4) + 3. Other conventions, such as toward zero (yielding q = -3 and r = -2), may appear in programming contexts but violate the nonnegative requirement of the algorithm. This relation to the floor function underscores the quotient's role in providing the largest multiple of the not exceeding the in magnitude, adjusted for signs.

Real Number Quotient

In the context of real numbers, the quotient of two a and b, where b \neq [0](/page/0), is defined as q = a / b, which equals a multiplied by the of b. This operation produces an exact result that is itself a , potentially rational or , without any notion of . Division of real numbers inherits certain properties from the field axioms of the real numbers but lacks others. It is not commutative, as a / b \neq b / a in general (for example, $6 / 2 = 3 but $2 / 6 = 1/3). However, it satisfies a specific form of associativity: a / (b / c) = (a \cdot c) / b for b \neq 0 and c \neq 0. Fundamentally, division serves as the multiplicative inverse operation, meaning that for any real numbers a and b with b \neq 0, (a / b) \cdot b = a. Examples illustrate the range of possible quotients. For rational inputs, such as $3 / 4, the quotient is the $0.75. When one operand is irrational, the result may be irrational; for instance, \pi / 2 \approx 1.5708, where \pi \approx 3.1416 yields an irrational quotient. Unlike integer division, which truncates to produce an integer quotient and a , real number division always delivers the precise value. In computational contexts, quotients are approximated using , as defined by the standard, which specifies binary and decimal formats for representing and performing operations on s with finite precision. This leads to potential rounding errors; for example, dividing two large numbers may result in a quotient that deviates slightly from the exact mathematical value due to limited mantissa bits in single-precision (32-bit) or double-precision (64-bit) formats.

Algebraic Structures

Quotient Groups

In group theory, a is a fundamental construction that arises from a group G and one of its subgroups N. The elements of the quotient group G/N are the cosets of N in G, where each coset is a set of the form gN = \{gn \mid n \in N\} for some g \in G. The group operation is defined by (gN)(hN) = (gh)N, making G/N a group whose structure captures how G is built "" the subgroup N. This operation is well-defined precisely because N is in G, ensuring that the product of cosets does not depend on the choice of representatives. The requirement that N be normal stems from the need for the coset multiplication to respect the group structure. A subgroup N of G is normal if for every g \in G and n \in N, the conjugate gng^{-1} \in N. Without normality, left and right cosets may differ (gN \neq Ng), and the proposed operation would not be consistent, failing to yield a group. In abelian groups, all subgroups are normal, simplifying the construction. For instance, consider G = \mathbb{Z} under and N = n\mathbb{Z} (the multiples of a positive n). Since \mathbb{Z} is abelian, n\mathbb{Z} is normal, and the quotient \mathbb{Z}/n\mathbb{Z} consists of the cosets k + n\mathbb{Z} for k = 0, 1, \dots, n-1, forming the of order n under modular . This example illustrates how quotient groups generalize modular to abstract settings. Quotient groups play a central role in the isomorphism theorems, which relate homomorphisms, kernels, and quotients. The first isomorphism theorem states that if \phi: G \to H is a group homomorphism, then the kernel \ker(\phi) = \{g \in G \mid \phi(g) = e_H\} is a normal subgroup of G, and G / \ker(\phi) \cong \operatorname{im}(\phi), the image of \phi. This theorem shows that every homomorphic image of G is isomorphic to a quotient of G by its kernel, providing a way to classify groups up to isomorphism and understand their structure through factorizations. For example, the projection map \phi: \mathbb{Z} \to \mathbb{Z}/n\mathbb{Z} given by \phi(k) = k + n\mathbb{Z} has kernel n\mathbb{Z}, confirming \mathbb{Z}/n\mathbb{Z} \cong \operatorname{im}(\phi). A notable example of a quotient group is the Klein four-group, which arises as \mathbb{Z}^2 / 2\mathbb{Z}^2. Here, \mathbb{Z}^2 is the additive group of integer pairs, and $2\mathbb{Z}^2 = \{(2m, 2k) \mid m, k \in \mathbb{Z}\} is the subgroup of pairs with even coordinates, normal since \mathbb{Z}^2 is abelian. The quotient has four cosets: (0,0) + 2\mathbb{Z}^2, (1,0) + 2\mathbb{Z}^2, (0,1) + 2\mathbb{Z}^2, and (1,1) + 2\mathbb{Z}^2, each of order dividing 2, forming the non-cyclic abelian group \mathbb{Z}/2\mathbb{Z} \times \mathbb{Z}/2\mathbb{Z}. This group, also called V_4, exemplifies how quotients can produce finite groups from infinite ones, highlighting the role of normal subgroups in creating distinct algebraic structures.

Quotient Rings and Fields

In ring theory, the quotient ring of a ring R by an ideal I, denoted R/I, is constructed by identifying elements of R that differ by elements of I. The elements of R/I are the cosets r + I for r \in R, with addition defined as (r + I) + (s + I) = (r + s) + I and multiplication as (r + I)(s + I) = rs + I. This structure forms a ring, inheriting the additive and multiplicative operations from R modulo I. For the quotient construction to be well-defined in the multiplicative sense, I must be an of R. In commutative rings, ideals are subsets closed under addition and absorption by ring multiplication. In non-commutative rings, ideals are two-sided, meaning they absorb multiplication from both sides: for a \in I and r \in R, both ra \in I and ar \in I. A classic example is the \mathbb{Z}/n\mathbb{Z}, where n\mathbb{Z} is the ideal of multiples of n, consisting of residue classes n. This ring is a if and only if n is prime, as the ideal n\mathbb{Z} is then maximal in \mathbb{Z}. More generally, for a R with , the quotient R/I is a precisely when I is a , meaning no proper ideal strictly contains I. In polynomial rings over a k, the quotient k/(f(x)) identifies polynomials that differ by multiples of f(x), yielding a when f(x) is irreducible. Such constructions are central to , where splitting fields of are obtained via quotients that adjoin roots. The provides a for certain quotient rings. If m and n are coprime positive integers, then \mathbb{Z}/(mn)\mathbb{Z} \cong \mathbb{Z}/m\mathbb{Z} \times \mathbb{Z}/n\mathbb{Z} as rings, via the map sending a residue class mn to the pair of its classes m and n. This extends to general commutative rings: if ideals I and J are comaximal (i.e., I + J = R), then R/(I \cap J) \cong R/I \times R/J.

Quotient Modules

In module theory, the quotient module construction generalizes the notion of quotient groups and quotients to over a . Given a R and an R- M with a submodule N \subseteq M, the quotient module M/N is the set of cosets \{m + N \mid m \in M\}, equipped with addition (m_1 + N) + (m_2 + N) = (m_1 + m_2) + N and r(m + N) = rm + N for r \in R. This structure makes M/N an under addition and satisfies the module axioms, ensuring it is an R-. The canonical projection \pi: M \to M/N defined by \pi(m) = m + N is a surjective R- with N. The quotient module appears in the short exact sequence $0 \to [N](/page/N+) \to M \to M/[N](/page/N+) \to 0, where the first map is the inclusion i: [N](/page/N+) \hookrightarrow M (injective with image [N](/page/N+)) and the second is the projection \pi (surjective with [N](/page/N+)). This sequence is exact at [N](/page/N+) (image of the zero map is zero, kernel of i is zero), at M (image of i equals kernel of \pi), and at M/[N](/page/N+) (image of \pi is M/[N](/page/N+), kernel of the zero map is M/[N](/page/N+)). Such sequences form the foundation of , allowing the study of modules via their submodules and quotients. A prominent example arises when M is a vector space V over a field k (so R = k) and N = W is a subspace. The quotient V/W is then a vector space with dimension satisfying the theorem \dim(V/W) = \dim V - \dim W, which follows from the rank-nullity theorem applied to the projection map. For instance, if V = k^3 and W = \{(x, y, z) \in k^3 \mid x + y + z = 0\} (a 2-dimensional subspace), then V/W is 1-dimensional. For free modules, consider M = R^n, the free R-module of rank n with basis \{e_1, \dots, e_n\}. Any submodule N generated by linear relations yields a quotient R^n / N that captures the structure imposed by those relations; every finitely generated R-module is isomorphic to such a quotient. In the case R = \mathbb{Z}, quotients like \mathbb{Z}^n / N produce finitely presented abelian groups, which are central in for computing groups of spaces via complexes.

Applications and Extensions

In Geometry and Topology

In and , the quotient construction allows for the formation of new spaces by identifying points according to an , preserving relevant structural properties. Given a X and an equivalence relation \sim on X, the quotient space X/\sim is the set of equipped with the quotient topology, where a U \subseteq X/\sim is open if and only if its preimage under the quotient map q: X \to X/\sim, defined by q(x) = (the equivalence class of x), is open in X. This topology ensures that q is continuous and that X/\sim inherits openness from X in a manner that "glues" equivalent points appropriately. The quotient map q is surjective and identifies the coarsest topology on X/\sim making q continuous, enabling the study of spaces with singularities or identifications that arise naturally in geometric contexts. A classic example is the circle S^1, which can be realized as the quotient space \mathbb{R}/\sim, where x \sim y if x - y \in \mathbb{Z}. Here, the quotient map q: \mathbb{R} \to S^1 wraps the real line around by identifying points differing by integers, inducing the standard topology on S^1 via the q(t) = e^{2\pi i t}. This construction illustrates how quotients can compactify non-compact spaces while maintaining topological invariants like connectedness and . When the equivalence relation arises from a , the quotient space X/[G](/page/G) is called the orbit space, where G acts continuously on X and orbits \{g \cdot x \mid g \in [G](/page/G)\} for x \in X form the equivalence classes. For proper and free actions, X/[G](/page/G) inherits a manifold structure if X does, but in general, it captures the symmetry of the action. A prominent example is the real projective plane \mathbb{RP}^2, obtained as the orbit space S^2 / \{\pm 1\}, where the group \{\pm 1\} acts on the 2-sphere S^2 \subset \mathbb{R}^3 by the antipodal map (x,y,z) \mapsto (-x,-y,-z). This quotient identifies opposite points on the sphere, yielding a non-orientable surface that models lines through the origin in \mathbb{R}^3. Fundamental domains play a role in understanding these quotients, particularly for actions on or spaces, by providing a "slice" representative of each . A fundamental domain D \subseteq X for a group G properly discontinuously on X is an such that the images g \cdot D for g \in G are disjoint and their union covers X up to a of measure zero, often the . In tilings, such as the tiled by translations of a , the fundamental domain is a whose quotient by the yields a . Similarly, in moduli spaces, like the space of Riemann surfaces of g, the quotiented by the mapping class group uses a fundamental domain to parameterize distinct structures up to , as seen in the upper half-plane modulo \mathrm{[PSL](/page/PSL)}(2,\mathbb{Z}) for elliptic curves. Quotients by group actions can introduce singularities where stabilizers (subgroups fixing points) are non-trivial, leading to the concept of . An is a locally modeled on quotients \mathbb{R}^n / \Gamma by finite subgroups \Gamma \leq \mathrm{O}(n), allowing points with non-trivial stabilizers to have cone-like neighborhoods. This generalizes manifolds to spaces with "mild" singularities, such as mirror reflections in tilings. The notion was introduced by Ichirō Satake in as V-manifolds, defined via local uniformizing charts where neighborhoods are quotients of open sets in \mathbb{R}^n by finite groups acting freely away from the origin. arise as orbit spaces X/G for effective actions with finite stabilizers, facilitating the study of geometric objects with , like weighted projective spaces or quotient singularities in .

In Computer Science

In computer science, the concept of the quotient manifests primarily through integer division operations in programming languages, where it represents the integer part of the division of two integers, often with specific rounding semantics to handle implementation efficiency and consistency. In languages like C, integer division truncates the quotient towards zero, meaning that for positive integers 7 / 3 yields 2, discarding the remainder. This behavior is defined in the C standard to ensure predictable results across platforms, though it can lead to counterintuitive outcomes with negative numbers, such as -7 / 3 resulting in -2. In contrast, Python employs floor division via the // operator, which rounds the quotient down to the nearest integer, so 5 // 2 equals 2 and -5 // 2 equals -3, promoting mathematical consistency over hardware simplicity. These semantics directly impact algorithm design, particularly in performance-critical code where division affects loop iterations or array indexing. Modular arithmetic, foundational to many computational structures, relies on the quotient from algorithm to compute remainders, which are quotients modulo a given number. In hashing for data structures like hash tables, the quotient is implicitly computed during index calculation as hash(key) % table_size, where the table_size is often chosen as a prime to distribute keys evenly and minimize collisions; for example, in modular hashing, the operation discards the quotient to map keys to slots efficiently. In cryptography, the RSA algorithm uses modular exponentiation modulo n (where n is the product of two large primes), with the underlying division algorithm providing the quotient to isolate remainders during encryption and decryption, ensuring secure key exchanges as originally proposed. This quotient computation is crucial for the efficiency of big-integer arithmetic libraries implementing these operations. In , particularly within dependently typed languages, quotient types formalize the identification of elements under equivalence , effectively constructing new types by quotienting existing ones by a . In , a supporting dependent types, quotient types are realized through libraries like Setoid or the Quotient plugin, allowing users to define types where equivalent elements (e.g., rational numbers equivalence) are treated as identical, enabling proofs and programs that respect these identifications without explicit . This approach, axiomatized pragmatically to avoid issues in the underlying , supports advanced tasks such as proving properties of abstract data types. Asymptotic analysis in algorithm complexity employs quotients of functions to characterize growth rates, with defining f(n) = O(g(n)) if the limit superior of |f(n)/g(n)| remains finite as n approaches , focusing on how division operations in algorithms contribute to overall time or space bounds. For instance, in algorithms, the quotient arises in analyzing divide-and-conquer steps, where recursive divisions halve the problem size, leading to O(n log n) complexity; this emphasizes the logarithmic quotient from repeated halvings rather than exhaustive details. Floating-point quotients approximate divisions under the standard, rounding to the nearest representable value for precision in numerical computations.

References

  1. [1]
    [PDF] The Division Theorem
    In this theorem, you should think of n as “the number” or “the dividend,” d as “the divisor,” q as “the quotient,” and r as “the remainder.”.
  2. [2]
    [PDF] Division - into Cases and the Quotient-Remainder Theorem
    The quotient-remainder theorem says that when any integer n is divided by any pos- itive integer d, the result is a quotient q and a nonnegative remainder r ...<|control11|><|separator|>
  3. [3]
    [PDF] quotient groups - keith conrad
    A group modulo a normal subgroup is called a quotient group and we'll look at some examples and properties of quotient groups in Section 3. 2. Normal Subgroups.
  4. [4]
    [PDF] Math 403 Chapter 14: Ideals and Quotient (Factor) Rings
    Introduction: In group theory we introduced the concept of a normal subgroup and we showed that if N/G then we can create the quotient (factor) group G/N. This ...
  5. [5]
    [PDF] Math 190: Quotient Topology Supplement
    The purpose of this document is to give an introduction to the quotient topology. The quotient topology is one of the most ubiquitous constructions in algebraic ...
  6. [6]
    5.2: Division Algorithm - Mathematics LibreTexts
    Jul 7, 2021 · When we divide a positive integer (the dividend) by another positive integer (the divisor), we obtain a quotient. We multiply the quotient to ...
  7. [7]
    [PDF] Number Theory - FSU Math
    The mod operation is derived from the Division Algorithm: If we divide the integer a by the positive integer m, we get a unique quotient q and remainder r.
  8. [8]
    Quotient - Etymology, Origin & Meaning
    Originating from mid-15c. Latin "quotiens," meaning "how often?", quotient means the result of division or how many times one quantity fits into another.
  9. [9]
    Euclid's Algorithm for the Greatest Common Divisor
    More than two millennia ago Euclid (circa 300 BCE) described a method for computing the "greatest common measure" of two "numbers", and today we name our modern ...
  10. [10]
    Earliest Uses of Symbols of Operation - MacTutor
    ... division in 1684 in the Acta eruditorum (Cajori vol. 1, page 295). The obelus (÷) was first used as a division symbol by Johann Rahn (or Rhonius) (1622-1676) ...
  11. [11]
    Integer Division and Modulus – Programming Fundamentals
    The integer quotient operation is referred to as integer division, and the integer remainder operation is the modulus.
  12. [12]
    [PDF] A History of Mathematical Notations, 2 Vols - Monoskop
    This book covers the history of mathematical notations, divided into two volumes: elementary and higher mathematics. Originally published in 1928-1929.
  13. [13]
    Division Algorithm | Brilliant Math & Science Wiki
    The division algorithm computes the quotient and remainder of two integers, using repeated subtraction, similar to multiplication as repeated addition.
  14. [14]
    Obtaining wrong quotient when dividing by negative number
    Jan 24, 2013 · Number theorists follow the convention that if a and b are integers, b≠0, then the quotient q and the remainder r when you divide a by b ...Negative quotients and their remainders - Math Stack Exchangenegative number divided by positive number, what would be ...More results from math.stackexchange.com
  15. [15]
    Integer part of the quotient: Introduction to the rounding and ...
    For real , the floor function is the greatest integer less than or equal to . For arbitrary complex , the function can be described (or defined) by the ...
  16. [16]
    [PDF] Real Numbers and their Properties
    Addition (+), Subtraction (−), Multiplication. (× or ·), Division (÷ or /). These operations satisfy a number of rules. In the following, we assume a, b, c ∈ R.
  17. [17]
    Multiplying and Dividing Real Numbers - West Texas A&M University
    Jul 25, 2011 · This tutorial reviews multiplying and dividing real numbers and intertwines that with some order of operation and evaluation problems.
  18. [18]
    IEEE 754-2019 - IEEE SA
    Jul 22, 2019 · This standard specifies interchange and arithmetic formats and methods for binary and decimal floating-point arithmetic in computer programming environments.
  19. [19]
    Quotient Group -- from Wolfram MathWorld
    The quotient group of N in G, written G/N and read "G modulo N", is the set of cosets of N in G. Quotient groups are also called factor groups.
  20. [20]
    First Group Isomorphism Theorem -- from Wolfram MathWorld
    The first group isomorphism theorem, also known as the fundamental homomorphism theorem, states that if ... phi:G->H ... is a group homomorphism, then ... Ker(phi)⊴G ...<|control11|><|separator|>
  21. [21]
    Klein Four-Group -- from Wolfram MathWorld
    - **Definition**: The Klein Four-Group is not explicitly defined in the provided content snippet. It refers to a mathematical group, with a link to "Vierergruppe" suggesting it is the same entity.
  22. [22]
    Quotient Ring -- from Wolfram MathWorld
    A quotient ring is a ring that is the quotient of a ring and one of its ideals, denoted as A/a. For example, if A is Z and a is 6Z, the quotient ring is .Missing: abstract | Show results with:abstract
  23. [23]
    [PDF] Quotient Rings
    Apr 21, 2018 · This example gives a formal contruction of Zn as the quotient ring. Z. nZ . Example. Z3[x] is the ring of polynomials with coefficients in Z3.
  24. [24]
    [PDF] Chapter 4 Modular arithmetic
    The ring Z/(n) is a field if and only if n is prime. Proof. Recall that an integral domain is a commutative ring A with 1 having no zero divisors, ie xy =0 = ...
  25. [25]
    [PDF] Fields and Galois Theory - James Milne
    These notes give a concise exposition of the theory of fields, including the Galois theory of finite and infinite extensions and the theory of transcendental ...
  26. [26]
    Chinese remainder theorem - PlanetMath.org
    Mar 22, 2013 · I=∩ni=1Ii=n∏i=1Ii. ... R/I≅n∏i=1R/Ii. ... x≅ai(modIi) x ≅ a i ( mod I i ) , there is a solution in R R which is unique mod I I , as the theorem is ...
  27. [27]
    The Chinese Remainder Theorem - William Stein
    In terms of rings, the Chinese Remainder Theorem asserts that the natural map. $\displaystyle \mathbf{Z}/(n_1\cdots n_r)\. is an isomorphism. This result ...
  28. [28]
    [PDF] Math 332 Winter 2023, Lecture 20: Modules
    Mar 18, 2023 · This left R-module is called the quotient module of M by the submodule I (or, for short, “M modulo I”). It is denoted by M/I. Theorem 2.4.11.Missing: abstract | Show results with:abstract
  29. [29]
    [PDF] 1. Modules Definition 1.1. Let R be a commutative ring ... - UCSD Math
    Let M be an R-module and let N be a sub- module. Then the quotient group M/N can be made into a quotient module in an obvious way. Furthermore there is a ...
  30. [30]
    [PDF] 4/2/13 1 2. Quotient Modules - Arun Debray
    Aug 3, 2013 · algorithm for finding the quotient module: (1) Build a matrix whose columns are the vectors to be spanned. (2) Then, one can perform ...
  31. [31]
    [PDF] Part IB - Groups, Rings, and Modules
    Jan 31, 2024 · Definition (Quotient module). Let N ≤ M be an R-submodule. The quotient module M/N is the set of N-cosets in (M,+,0M ), with the R action given ...
  32. [32]
    [PDF] Math 396. Quotient spaces 1. Definition Let F be a field, V a vector ...
    In particular, this shows dim(V/W) = dimV − dimW. The first step is to check that all vj's span V/W, and the second step is to verify their linear independence.
  33. [33]
    [PDF] Algebraic Topology - Cornell Mathematics
    This book was written to be a readable introduction to algebraic topology with rather broad coverage of the subject. The viewpoint is quite classical in ...
  34. [34]
    [PDF] What is a fundamental domain? - arXiv
    Aug 23, 2023 · Of course, the standard explicit examples of fundamental domains such as the modular triangle, the Poincaré normal polygon (also known as the ...
  35. [35]
    Moduli spaces: Exploring the torus space | plus.maths.org
    Jul 3, 2024 · (It's a tiling of the upper half plane by fundamental domains of the modular group.) ... quotient comes from stacking all the regions back ...
  36. [36]
    ON A GENERALIZATION OF THE NOTION OF MANIFOLD - PNAS
    In the following, I shall introduce a notion of V-manifold, which is a generaliza- tion of the notion of manifold as well as of that of quotient space of a ...