Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

Commutative Algebra (Definition)

The study of commutative rings and their ideals.
📜

The statement of the theorem

Let RR be a set equipped with two binary operations, addition (++) and multiplication (\cdot). RR is a commutative ring if (R,+,)(R, +, \cdot) satisfies the following axioms for all a,b,cRa, b, c \in R: \n\n1. (R,+)(R, +) is an abelian group: \n a. Associativity: (a+b)+c=a+(b+c)(a+b)+c = a+(b+c) \n b. Commutativity: a+b=b+aa+b = b+a \n c. Identity: There exists an additive identity 0R0 \in R such that a+0=aa+0 = a. \n d. Inverse: For every aRa \in R, there exists an additive inverse aR-a \in R such that a+(a)=0a+(-a) = 0. \n\n2. (R,)(R, \cdot) is a commutative monoid: \n a. Associativity: (ab)c=a(bc)(a \cdot b) \cdot c = a \cdot (b \cdot c) \n b. Commutativity: ab=baa \cdot b = b \cdot a \n c. Identity: There exists a multiplicative identity 1R1 \in R such that a1=aa \cdot 1 = a. \n (Note: We typically require 010 \neq 1 for non-trivial rings.)\n\n3. Distributivity: Multiplication distributes over addition: a(b+c)=(ab)+(ac)a \cdot (b+c) = (a \cdot b) + (a \cdot c).