Ring Theory - Mizar
Table of Contents
1. Overview
This is just a "map" or "analytical table of contents", of where things are defined in the "ring theory wing" of the Mizar library.
The articles of interest include RING_*
articles, as well as
VECTSP_*
articles (for fields and whatnot).
polynom3
defines:Polynomial of L
asAlgSequence of L
Polynom-Ring L
is astricct doubleLoopStr
(which is then proved to be a ring through registrations)
- In
polyalg1
, we have the following definitionsAlgebra over F
(which is both a "ring" (doubleLoopStr
) and aModuleStr
over F)Subalgebra
- In
vectsp_1
:Ring
Skew-Field
Field
ModuleStr
VectSp
- In
vectsp_2
: ring_1
defines quotient ringsideal_1
defines the notion of an ideal for a double loopring_3
defines the characteristic of rings, and some stuff about prime fieldsringfrac
defines the ring of fractions and localization, for commutative ringsec_pf_1
(Set of Points on Elliptic Curve in Projective Coordinates)
1.1. Familiar Fields
complfld
definesF_Complex
the field of complex numbers (whose underlying set isCOMPLEX
, the set of complex numbers)F_Real
(the field of real numbers) is defined invectsp_1
F_Rat
is the field of rational numbersGauss_INT_Field
is the field of Gaussian integers, as defined ingaussint
INT.Ring
is the ring of integers \(\mathbb{Z}\) (INT_3:def 3
)INT.Ring n
is the ring \(\mathbb{Z}/n\mathbb{Z}\) (defined inINT_3:def 12
)