1. Closure Law

    • If a,b,cRa, b, c \in \mathbb{R}, then:

      • a+bRa + b \in \mathbb{R}

      • abRa \cdot b \in \mathbb{R}

    • The set of real numbers is closed under addition and multiplication.

  2. Commutative Laws

    • Addition: a+b=b+aa + b = b + a

    • Multiplication: ab=baa \cdot b = b \cdot a

    • The order of addition or multiplication does not change the result.

  3. Associative Laws

    • Addition: a+(b+c)=(a+b)+ca + (b + c) = (a + b) + c

    • Multiplication: a(bc)=(ab)ca \cdot (b \cdot c) = (a \cdot b) \cdot c

    • Grouping of numbers does not affect the sum or product.

  4. Distributive Law

    • a(b+c)=ab+aca(b + c) = ab + ac

    • Multiplication distributes over addition.

  5. Identity Elements

    • Additive Identity: a+0=0+a=aa + 0 = 0 + a = a (0 is the identity for addition)

    • Multiplicative Identity: a1=1a=aa \cdot 1 = 1 \cdot a = a (1 is the identity for multiplication)

  6. Inverse Elements

    • Additive Inverse: For any aa, there exists a-a such that:
      a+(a)=0a + (-a) = 0

    • Multiplicative Inverse: For any a0a \neq 0, there exists a1a^{-1} (or 1a\frac{1}{a}) such that:
      aa1=1a \cdot a^{-1} = 1