- Boxes
- definitions
- Ellipses
- theorems and lemmas
- Blue border
- the statement of this result is ready to be formalized; all prerequisites are done
- Orange border
- the statement of this result is not ready to be formalized; the blueprint needs more work
- Blue background
- the proof of this result is ready to be formalized; all prerequisites are done
- Green border
- the statement of this result is formalized
- Green background
- the proof of this result is formalized
- Dark green background
- the proof of this result and all its ancestors are formalized
Let \(R\) be a commutative ring. An algebra \(A\) over \(R\) is a pair \((A, \bullet )\), satisfying:
\(A\) is a ring under \(*\).
there exists a ring homomorphism from \(R\) to \(A\), denoted \(\mathit{1}: R \to _{+*} A\).
\(\bullet : R \to M \to M\) is a scalar multiplication
for every \(r \in R\), \(x \in A\), we have
\(r * x = x * r\) (commutativity between \(R\) and \(A\))
\(r \bullet x = r * x\) (definition of scalar multiplication)
where we omitted that the ring homomorphism \(\mathit{1}\) is applied to \(r\) before each multiplication.
Let \(A\) and \(B\) be \(R\)-algebras. \(\mathit{1}_A\) and \(\mathit{1}_B\) are ring homomorphisms from \(R\) to \(A\) and \(B\), respectively.
A algebra homomorphism from \(A\) to \(B\) is a map \(f : \alpha \to _{a}\beta \) such that
\(f\) is a ring homomorphism
\(f(\mathit{1}_{A}(r)) = \mathit{1}_{B}(r)\) for each \(r \in R\)
Let \(R\) be a ring, \(M\) an \(R\)-module. An bilinear form \(B\) over \(M\) is a map \(B : M \to M \to R\), satisfying:
\( B(x + y, z) = B(x, z) +B(y, z) \)
\( B(x, y + z) = B(x, y) +B(x, z) \)
\( B(a \bullet x, y) = a * B(x, y)\)
\( B(x, a \bullet y) = a * B(x, y)\)
for all \(a \in R, x, y, z \in M\).
Let \(X\) be an arbitrary set. An free \(R\)-algebra \(A\) on \(X\) (or “ generated by \(X\) ") is the ring quotient of the following inductively constructed set \(A_{\mathtt{pre}}\)
for all \(x\) in \(X\), there exists a map \(X \to A_{\mathtt{pre}}\).
for all \(r\) in \(R\), there exists a map \(R \to A_{\mathtt{pre}}\).
for all \(a, b\) in \(A_{\mathtt{pre}}\), \(a + b\) is in \(A_{\mathtt{pre}}\).
for all \(a, b\) in \(A_{\mathtt{pre}}\), \(a * b\) is in \(A_{\mathtt{pre}}\).
by that equivalence relation that makes \(A\) an \(R\)-algebra, namely:
there exists a ring homomorphism from \(R\) to \(A_{\mathtt{pre}}\), denoted \(R \to _{+*} A_{\mathtt{pre}}\).
\(A\) is a commutative group under \(+\).
\(A\) is a monoid under \(*\).
left and right distributivity under \(*\) over \(+\).
\(0 * a \sim a * 0 \sim 0\).
for all \(a, b, c\) in \(A\), if \(a \sim b\), we have
\(a + c \sim b + c\)
\(c + a \sim c + b\)
\(a * c \sim b * c\)
\(c * a \sim c * b\)
(compatibility with the ring operations \(+\) and \(*\))
A group is a pair \((G, *)\), satisfying:
\((a * b) * c = a * (b * c)\) for all \(a, b, c \in G\) (associativity).
there exists \(1 \in G\) such that \(1 * a = a * 1 = a\) for all \(a \in G\).
for each \(a \in G\) there exists \(a^{-1} \in G\) such that \(a * a^{-1} = a^{-1} * a = 1\).
Let \(R, S\) be rings, \(M\) an \(R\)-module, \(N\) an \(S\)-module. A linear map from \(M\) to \(N\) is a function \(f : M \to _{l} N\) over a ring homomorphism \(\sigma : R \to _{+*} S\), satisfying:
\(f(x + y) = f(x) + f(y)\) for all \(x, y \in M\).
\(f(r \bullet x) = \sigma (r) \bullet f(x)\) for all \(r \in R\), \(x \in M\).
Let \(R\) be a commutative ring. A module over \(R\) (in short \(R\)-module) is a pair \((M, \bullet )\), satisfying:
M is a group under \(+\).
\(\bullet : R \to M \to M\) is called scalar multiplication, for every \(a, b \in R\), \(x, y \in M\), we have
\(a \bullet (x + y) = a \bullet x + b \bullet y\)
\((a + b) \bullet x = a \bullet x + b \bullet x\)
\(a * (b \bullet x)=(a * b) \bullet x\)
\(1_R \bullet x = x\)
A monoid is a pair \((R, *)\), satisfying:
\((a * b) * c = a * (b * c)\) for all \(a, b, c \in R\) (associativity).
there exists an element \(1 \in R\) such that \(1 * a = a * 1 = a\) for all \(a \in R\)
i.e. \(1\) is the multiplicative identity (neutral element).
Let \(R\) be a commutative ring, \(M\) a \(R\)-module. An quadratic form \(Q\) over \(M\) is a map \(Q : M \to R\), satisfying:
\( Q(a \bullet x) = a * a * Q(x)\) for all \(a \in R, x \in M\).
there exists a companion bilinear form \(B : M \to M \to R\), such that \(Q(x + y) = Q(x) + Q(y) + B(x, y)\)
In some literatures, the bilinear form is denoted \(\Phi \), and called the polar form associated with the quadratic form \(Q\), or simply the polar form of \(Q\).
A ring is a triple \((R, +, *)\), satisfying:
\(R\) is a commutative group under \(+\).
\(R\) is a monoid under \(*\).
for all \(a, b, c \in R\), we have
\(a * (b + c) = a * b + a * c\)
\((a + b) * c = a * c + b * c\)
(left and right distributivity over \(+\)).
Let \((\alpha , +_\alpha , *_\alpha )\) and \((\beta , +_\beta , *_\beta )\) be rings.
A ring homomorphism from \(\alpha \) to \(\beta \) is a map \(\mathit{1}: \alpha \to _{+*}\beta \) such that
\(\mathit{1}(x +_{\alpha } y) = \mathit{1}(x) +_{\beta } \mathit{1}(y)\) for each \(x,y \in \alpha \).
\(\mathit{1}(x *_{\alpha } y) = \mathit{1}(x) *_{\beta } \mathit{1}(y)\) for each \(x,y \in \alpha \).
\(\mathit{1}(1_{\alpha }) = 1_{\beta }\).
Let \(R\) be a non-commutative ring, \(r\) an arbitrary equivalence relation on \(R\). The ring quotient of \(R\) by \(r\) is the quotient of \(R\) by the strengthen equivalence relation of \(r\) such that for all \(a, b, c\) in \(R\):
\(a + c \sim b + c\) if \(a \sim b\)
\(a * c \sim b * c\) if \(a \sim b\)
\(a * b \sim a * c\) if \(b \sim c\)
i.e. the equivalence relation is compatible with the ring operations \(+\) and \(*\).
Let \(A\) be a free \(R\)-algebra generated by module \(M\), let \(\iota : M \to A\) denote the map from \(M\) to \(A\).
An tensor algebra over \(M\) (or “of \(M\) ") \(T\) is the ring quotient of the free \(R\)-algebra generated by \(M\), by the equivalence relation satisfying:
for all \(a, b\) in \(M\), \(\iota (a + b) \sim \iota (a) + \iota (b)\).
for all \(r\) in \(R\), \(a\) in \(M\), \(\iota (r \bullet a) \sim r * \iota (a)\).
i.e. making the inclusion of \(M\) into an \(R\)-linear map.