HomeHome Intuitionistic Logic Explorer
Theorem List (p. 151 of 174)
< Previous  Next >
Browser slow? Try the
Unicode version.

Mirrors  >  Metamath Home Page  >  ILE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Theorem List for Intuitionistic Logic Explorer - 15001-15100   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremcnsubrglem 15001* Lemma for zsubrg 15002 and friends. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |-  ( x  e.  A  ->  x  e.  CC )   &    |-  (
 ( x  e.  A  /\  y  e.  A )  ->  ( x  +  y )  e.  A )   &    |-  ( x  e.  A  -> 
 -u x  e.  A )   &    |-  1  e.  A   &    |-  (
 ( x  e.  A  /\  y  e.  A )  ->  ( x  x.  y )  e.  A )   =>    |-  A  e.  (SubRing ` ℂfld )
 
Theoremzsubrg 15002 The integers form a subring of the complex numbers. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |- 
 ZZ  e.  (SubRing ` ℂfld )
 
Theoremgzsubrg 15003 The gaussian integers form a subring of the complex numbers. (Contributed by Mario Carneiro, 4-Dec-2014.)
 |- 
 ZZ[_i]  e.  (SubRing ` ℂfld )
 
Theoremnn0subm 15004 The nonnegative integers form a submonoid of the complex numbers. (Contributed by Mario Carneiro, 18-Jun-2015.)
 |- 
 NN0  e.  (SubMnd ` ℂfld )
 
Theoremrege0subm 15005 The nonnegative reals form a submonoid of the complex numbers. (Contributed by Mario Carneiro, 20-Jun-2015.)
 |-  ( 0 [,) +oo )  e.  (SubMnd ` ℂfld )
 
Theoremzsssubrg 15006 The integers are a subset of any subring of the complex numbers. (Contributed by Mario Carneiro, 15-Oct-2015.)
 |-  ( R  e.  (SubRing ` ℂfld ) 
 ->  ZZ  C_  R )
 
Theoremgsumfsum 15007* Relate a group sum on ℂfld to a finite sum on the complex numbers. (Contributed by Mario Carneiro, 28-Dec-2014.)
 |-  ( ph  ->  A  e.  Fin )   &    |-  ( ( ph  /\  k  e.  A ) 
 ->  B  e.  CC )   =>    |-  ( ph  ->  (ℂfld 
 gsumg  ( k  e.  A  |->  B ) )  = 
 sum_ k  e.  A  B )
 
Theoremcnfldui 15008 The invertible complex numbers are exactly those apart from zero. This is recapb 9004 but expressed in terms of ℂfld. (Contributed by Jim Kingdon, 11-Sep-2025.)
 |- 
 { z  e.  CC  |  z #  0 }  =  (Unit ` ℂfld )
 
7.7.2  Ring of integers

According to Wikipedia ("Integer", 25-May-2019, https://en.wikipedia.org/wiki/Integer) "The integers form a unital ring which is the most basic one, in the following sense: for any unital ring, there is a unique ring homomorphism from the integers into this ring. This universal property, namely to be an initial object in the category of [unital] rings, characterizes the ring  Z." In set.mm, there was no explicit definition for the ring of integers until June 2019, but it was denoted by  (ℂfld ↾s  ZZ ), the field of complex numbers restricted to the integers. In zringring 15012 it is shown that this restriction is a ring, and zringbas 15015 shows that its base set is the integers. As of June 2019, there is an abbreviation of this expression as Definition df-zring 15010 of the ring of integers.

Remark: Instead of using the symbol "ZZrng" analogous to ℂfld used for the field of complex numbers, we have chosen the version with an "i" to indicate that the ring of integers is a unital ring, see also Wikipedia ("Rng (algebra)", 9-Jun-2019, https://en.wikipedia.org/wiki/Rng_(algebra) 15010).

 
Syntaxczring 15009 Extend class notation with the (unital) ring of integers.
 class ℤring
 
Definitiondf-zring 15010 The (unital) ring of integers. (Contributed by Alexander van der Vekens, 9-Jun-2019.)
 |- ℤring  =  (ℂfld ↾s  ZZ )
 
Theoremzringcrng 15011 The ring of integers is a commutative ring. (Contributed by AV, 13-Jun-2019.)
 |- ℤring  e.  CRing
 
Theoremzringring 15012 The ring of integers is a ring. (Contributed by AV, 20-May-2019.) (Revised by AV, 9-Jun-2019.) (Proof shortened by AV, 13-Jun-2019.)
 |- ℤring  e.  Ring
 
Theoremzringabl 15013 The ring of integers is an (additive) abelian group. (Contributed by AV, 13-Jun-2019.)
 |- ℤring  e.  Abel
 
Theoremzringgrp 15014 The ring of integers is an (additive) group. (Contributed by AV, 10-Jun-2019.)
 |- ℤring  e.  Grp
 
Theoremzringbas 15015 The integers are the base of the ring of integers. (Contributed by Thierry Arnoux, 31-Oct-2017.) (Revised by AV, 9-Jun-2019.)
 |- 
 ZZ  =  ( Base ` ℤring )
 
Theoremzringplusg 15016 The addition operation of the ring of integers. (Contributed by Thierry Arnoux, 8-Nov-2017.) (Revised by AV, 9-Jun-2019.)
 |- 
 +  =  ( +g  ` ℤring )
 
Theoremzringmulg 15017 The multiplication (group power) operation of the group of integers. (Contributed by Thierry Arnoux, 31-Oct-2017.) (Revised by AV, 9-Jun-2019.)
 |-  ( ( A  e.  ZZ  /\  B  e.  ZZ )  ->  ( A (.g ` ℤring ) B )  =  ( A  x.  B ) )
 
Theoremzringmulr 15018 The multiplication operation of the ring of integers. (Contributed by Thierry Arnoux, 1-Nov-2017.) (Revised by AV, 9-Jun-2019.)
 |- 
 x.  =  ( .r
 ` ℤring
 )
 
Theoremzring0 15019 The zero element of the ring of integers. (Contributed by Thierry Arnoux, 1-Nov-2017.) (Revised by AV, 9-Jun-2019.)
 |-  0  =  ( 0g
 ` ℤring
 )
 
Theoremzring1 15020 The unity element of the ring of integers. (Contributed by Thierry Arnoux, 1-Nov-2017.) (Revised by AV, 9-Jun-2019.)
 |-  1  =  ( 1r
 ` ℤring
 )
 
Theoremzringnzr 15021 The ring of integers is a nonzero ring. (Contributed by AV, 18-Apr-2020.)
 |- ℤring  e. NzRing
 
Theoremdvdsrzring 15022 Ring divisibility in the ring of integers corresponds to ordinary divisibility in  ZZ. (Contributed by Stefan O'Rear, 3-Jan-2015.) (Revised by AV, 9-Jun-2019.)
 |-  ||  =  ( ||r ` ℤring )
 
Theoremzringinvg 15023 The additive inverse of an element of the ring of integers. (Contributed by AV, 24-May-2019.) (Revised by AV, 10-Jun-2019.)
 |-  ( A  e.  ZZ  -> 
 -u A  =  ( ( invg ` ℤring ) `  A ) )
 
Theoremzringsubgval 15024 Subtraction in the ring of integers. (Contributed by AV, 3-Aug-2019.)
 |-  .-  =  ( -g ` ℤring )   =>    |-  ( ( X  e.  ZZ  /\  Y  e.  ZZ )  ->  ( X  -  Y )  =  ( X  .-  Y ) )
 
Theoremzringmpg 15025 The multiplicative group of the ring of integers is the restriction of the multiplicative group of the complex numbers to the integers. (Contributed by AV, 15-Jun-2019.)
 |-  ( (mulGrp ` ℂfld ) ↾s  ZZ )  =  (mulGrp ` ℤring )
 
Theoremexpghmap 15026* Exponentiation is a group homomorphism from addition to multiplication. (Contributed by Mario Carneiro, 18-Jun-2015.) (Revised by AV, 10-Jun-2019.) (Revised by Jim Kingdon, 11-Sep-2025.)
 |-  M  =  (mulGrp ` ℂfld )   &    |-  U  =  ( M ↾s 
 { z  e.  CC  |  z #  0 }
 )   =>    |-  ( ( A  e.  CC  /\  A #  0 ) 
 ->  ( x  e.  ZZ  |->  ( A ^ x ) )  e.  (ℤring  GrpHom  U ) )
 
Theoremmulgghm2 15027* The powers of a group element give a homomorphism from  ZZ to a group. The name  .1. should not be taken as a constraint as it may be any group element. (Contributed by Mario Carneiro, 13-Jun-2015.) (Revised by AV, 12-Jun-2019.)
 |- 
 .x.  =  (.g `  R )   &    |-  F  =  ( n  e.  ZZ  |->  ( n 
 .x.  .1.  ) )   &    |-  B  =  ( Base `  R )   =>    |-  (
 ( R  e.  Grp  /\ 
 .1.  e.  B )  ->  F  e.  (ℤring  GrpHom  R ) )
 
Theoremmulgrhm 15028* The powers of the element  1 give a ring homomorphism from  ZZ to a ring. (Contributed by Mario Carneiro, 14-Jun-2015.) (Revised by AV, 12-Jun-2019.)
 |- 
 .x.  =  (.g `  R )   &    |-  F  =  ( n  e.  ZZ  |->  ( n 
 .x.  .1.  ) )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( R  e.  Ring  ->  F  e.  (ℤring RingHom  R ) )
 
Theoremmulgrhm2 15029* The powers of the element  1 give the unique ring homomorphism from  ZZ to a ring. (Contributed by Mario Carneiro, 14-Jun-2015.) (Revised by AV, 12-Jun-2019.)
 |- 
 .x.  =  (.g `  R )   &    |-  F  =  ( n  e.  ZZ  |->  ( n 
 .x.  .1.  ) )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( R  e.  Ring  ->  (ℤring RingHom  R )  =  { F } )
 
7.7.3  Algebraic constructions based on the complex numbers
 
Syntaxczrh 15030 Map the rationals into a field, or the integers into a ring.
 class  ZRHom
 
Syntaxczlm 15031 Augment an abelian group with vector space operations to turn it into a  ZZ-module.
 class  ZMod
 
Syntaxczn 15032 The ring of integers modulo  n.
 class ℤ/nℤ
 
Definitiondf-zrh 15033 Define the unique homomorphism from the integers into a ring. This encodes the usual notation of 
n  =  1r  +  1r  +  ...  +  1r for integers (see also df-mulg 13976). (Contributed by Mario Carneiro, 13-Jun-2015.) (Revised by AV, 12-Jun-2019.)
 |-  ZRHom  =  ( r  e.  _V  |->  U. (ℤring RingHom  r ) )
 
Definitiondf-zlm 15034 Augment an abelian group with vector space operations to turn it into a  ZZ-module. (Contributed by Mario Carneiro, 2-Oct-2015.) (Revised by AV, 12-Jun-2019.)
 |-  ZMod  =  ( g  e.  _V  |->  ( ( g sSet  <. (Scalar `  ndx ) , ℤring >. ) sSet  <. ( .s `  ndx ) ,  (.g `  g
 ) >. ) )
 
Definitiondf-zn 15035* Define the ring of integers  mod  n. This is literally the quotient ring of  ZZ by the ideal  n ZZ, but we augment it with a total order. (Contributed by Mario Carneiro, 14-Jun-2015.) (Revised by AV, 12-Jun-2019.)
 |- ℤ/nℤ  =  ( n  e.  NN0  |->  [_ℤring  /  z ]_ [_ (
 z  /.s  ( z ~QG  ( (RSpan `  z
 ) `  { n } ) ) ) 
 /  s ]_ (
 s sSet  <. ( le `  ndx ) ,  [_ ( ( ZRHom `  s )  |` 
 if ( n  =  0 ,  ZZ ,  ( 0..^ n ) ) )  /  f ]_ ( ( f  o. 
 <_  )  o.  `' f
 ) >. ) )
 
Theoremzrhval 15036 Define the unique homomorphism from the integers to a ring or field. (Contributed by Mario Carneiro, 13-Jun-2015.) (Revised by AV, 12-Jun-2019.)
 |-  L  =  ( ZRHom `  R )   =>    |-  L  =  U. (ℤring RingHom  R )
 
Theoremzrhvalg 15037 Define the unique homomorphism from the integers to a ring or field. (Contributed by Mario Carneiro, 13-Jun-2015.) (Revised by AV, 12-Jun-2019.)
 |-  L  =  ( ZRHom `  R )   =>    |-  ( R  e.  V  ->  L  =  U. (ℤring RingHom  R ) )
 
Theoremzrhval2 15038* Alternate value of the  ZRHom homomorphism. (Contributed by Mario Carneiro, 12-Jun-2015.)
 |-  L  =  ( ZRHom `  R )   &    |-  .x.  =  (.g `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( R  e.  Ring  ->  L  =  ( n  e. 
 ZZ  |->  ( n  .x.  .1.  ) ) )
 
Theoremzrhmulg 15039 Value of the  ZRHom homomorphism. (Contributed by Mario Carneiro, 14-Jun-2015.)
 |-  L  =  ( ZRHom `  R )   &    |-  .x.  =  (.g `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( ( R  e.  Ring  /\  N  e.  ZZ )  ->  ( L `  N )  =  ( N  .x.  .1.  ) )
 
Theoremzrhex 15040 Set existence for  ZRHom. (Contributed by Jim Kingdon, 19-May-2025.)
 |-  L  =  ( ZRHom `  R )   =>    |-  ( R  e.  V  ->  L  e.  _V )
 
Theoremzrhrhmb 15041 The  ZRHom homomorphism is the unique ring homomorphism from  ZZ. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by AV, 12-Jun-2019.)
 |-  L  =  ( ZRHom `  R )   =>    |-  ( R  e.  Ring  ->  ( F  e.  (ℤring RingHom  R )  <->  F  =  L )
 )
 
Theoremzrhrhm 15042 The  ZRHom homomorphism is a homomorphism. (Contributed by Mario Carneiro, 12-Jun-2015.) (Revised by AV, 12-Jun-2019.)
 |-  L  =  ( ZRHom `  R )   =>    |-  ( R  e.  Ring  ->  L  e.  (ℤring RingHom  R ) )
 
Theoremzrh1 15043 Interpretation of 1 in a ring. (Contributed by Stefan O'Rear, 6-Sep-2015.)
 |-  L  =  ( ZRHom `  R )   &    |-  .1.  =  ( 1r `  R )   =>    |-  ( R  e.  Ring  ->  ( L `  1 )  =  .1.  )
 
Theoremzrh0 15044 Interpretation of 0 in a ring. (Contributed by Stefan O'Rear, 6-Sep-2015.)
 |-  L  =  ( ZRHom `  R )   &    |-  .0.  =  ( 0g `  R )   =>    |-  ( R  e.  Ring  ->  ( L `  0 )  =  .0.  )
 
Theoremzrhpropd 15045* The  ZZ ring homomorphism depends only on the ring attributes of a structure. (Contributed by Mario Carneiro, 15-Jun-2015.)
 |-  ( ph  ->  B  =  ( Base `  K )
 )   &    |-  ( ph  ->  B  =  ( Base `  L )
 )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( +g  `  K )
 y )  =  ( x ( +g  `  L ) y ) )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( .r `  K ) y )  =  ( x ( .r `  L ) y ) )   =>    |-  ( ph  ->  ( ZRHom `  K )  =  ( ZRHom `  L ) )
 
Theoremzlmval 15046 Augment an abelian group with vector space operations to turn it into a  ZZ-module. (Contributed by Mario Carneiro, 2-Oct-2015.) (Revised by AV, 12-Jun-2019.)
 |-  W  =  ( ZMod `  G )   &    |-  .x.  =  (.g `  G )   =>    |-  ( G  e.  V  ->  W  =  ( ( G sSet  <. (Scalar `  ndx ) , ℤring >. ) sSet  <. ( .s `  ndx ) ,  .x.  >. ) )
 
Theoremzlmlemg 15047 Lemma for zlmbasg 15048 and zlmplusgg 15049. (Contributed by Mario Carneiro, 2-Oct-2015.) (Revised by AV, 3-Nov-2024.)
 |-  W  =  ( ZMod `  G )   &    |-  E  = Slot  ( E `  ndx )   &    |-  ( E `  ndx )  e. 
 NN   &    |-  ( E `  ndx )  =/=  (Scalar `  ndx )   &    |-  ( E `  ndx )  =/=  ( .s `  ndx )   =>    |-  ( G  e.  V  ->  ( E `  G )  =  ( E `  W ) )
 
Theoremzlmbasg 15048 Base set of a  ZZ-module. (Contributed by Mario Carneiro, 2-Oct-2015.) (Revised by AV, 3-Nov-2024.)
 |-  W  =  ( ZMod `  G )   &    |-  B  =  (
 Base `  G )   =>    |-  ( G  e.  V  ->  B  =  (
 Base `  W ) )
 
Theoremzlmplusgg 15049 Group operation of a  ZZ-module. (Contributed by Mario Carneiro, 2-Oct-2015.) (Revised by AV, 3-Nov-2024.)
 |-  W  =  ( ZMod `  G )   &    |-  .+  =  ( +g  `  G )   =>    |-  ( G  e.  V  ->  .+  =  ( +g  `  W ) )
 
Theoremzlmmulrg 15050 Ring operation of a  ZZ-module (if present). (Contributed by Mario Carneiro, 2-Oct-2015.) (Revised by AV, 3-Nov-2024.)
 |-  W  =  ( ZMod `  G )   &    |-  .x.  =  ( .r `  G )   =>    |-  ( G  e.  V  ->  .x.  =  ( .r `  W ) )
 
Theoremzlmsca 15051 Scalar ring of a  ZZ-module. (Contributed by Mario Carneiro, 2-Oct-2015.) (Revised by AV, 12-Jun-2019.) (Proof shortened by AV, 2-Nov-2024.)
 |-  W  =  ( ZMod `  G )   =>    |-  ( G  e.  V  -> ℤring  =  (Scalar `  W )
 )
 
Theoremzlmvscag 15052 Scalar multiplication operation of a  ZZ-module. (Contributed by Mario Carneiro, 2-Oct-2015.)
 |-  W  =  ( ZMod `  G )   &    |-  .x.  =  (.g `  G )   =>    |-  ( G  e.  V  ->  .x.  =  ( .s
 `  W ) )
 
Theoremznlidl 15053 The set  n ZZ is an ideal in  ZZ. (Contributed by Mario Carneiro, 14-Jun-2015.) (Revised by AV, 13-Jun-2019.)
 |-  S  =  (RSpan ` ℤring )   =>    |-  ( N  e.  ZZ  ->  ( S `  { N } )  e.  (LIdeal ` ℤring ) )
 
Theoremzncrng2 15054 Making a commutative ring as a quotient of  ZZ and 
n ZZ. (Contributed by Mario Carneiro, 12-Jun-2015.) (Revised by AV, 13-Jun-2019.)
 |-  S  =  (RSpan ` ℤring )   &    |-  U  =  (ℤring  /.s  (ℤring ~QG  ( S `
  { N }
 ) ) )   =>    |-  ( N  e.  ZZ  ->  U  e.  CRing )
 
Theoremznval 15055 The value of the ℤ/nℤ structure. It is defined as the quotient ring  ZZ  /  n ZZ, with an "artificial" ordering added. (In other words, ℤ/nℤ is a ring with an order , but it is not an ordered ring , which as a term implies that the order is compatible with the ring operations in some way.) (Contributed by Mario Carneiro, 14-Jun-2015.) (Revised by Mario Carneiro, 2-May-2016.) (Revised by AV, 13-Jun-2019.)
 |-  S  =  (RSpan ` ℤring )   &    |-  U  =  (ℤring  /.s  (ℤring ~QG  ( S `
  { N }
 ) ) )   &    |-  Y  =  (ℤ/nℤ `  N )   &    |-  F  =  ( ( ZRHom `  U )  |`  W )   &    |-  W  =  if ( N  =  0 ,  ZZ ,  (
 0..^ N ) )   &    |-  .<_  =  ( ( F  o.  <_  )  o.  `' F )   =>    |-  ( N  e.  NN0  ->  Y  =  ( U sSet  <.
 ( le `  ndx ) ,  .<_  >. ) )
 
Theoremznle 15056 The value of the ℤ/nℤ structure. It is defined as the quotient ring  ZZ  /  n ZZ, with an "artificial" ordering added. (In other words, ℤ/nℤ is a ring with an order , but it is not an ordered ring , which as a term implies that the order is compatible with the ring operations in some way.) (Contributed by Mario Carneiro, 14-Jun-2015.) (Revised by AV, 13-Jun-2019.)
 |-  S  =  (RSpan ` ℤring )   &    |-  U  =  (ℤring  /.s  (ℤring ~QG  ( S `
  { N }
 ) ) )   &    |-  Y  =  (ℤ/nℤ `  N )   &    |-  F  =  ( ( ZRHom `  U )  |`  W )   &    |-  W  =  if ( N  =  0 ,  ZZ ,  (
 0..^ N ) )   &    |-  .<_  =  ( le `  Y )   =>    |-  ( N  e.  NN0  ->  .<_  =  ( ( F  o.  <_  )  o.  `' F ) )
 
Theoremznval2 15057 Self-referential expression for the ℤ/nℤ structure. (Contributed by Mario Carneiro, 14-Jun-2015.) (Revised by AV, 13-Jun-2019.)
 |-  S  =  (RSpan ` ℤring )   &    |-  U  =  (ℤring  /.s  (ℤring ~QG  ( S `
  { N }
 ) ) )   &    |-  Y  =  (ℤ/nℤ `  N )   &    |-  .<_  =  ( le `  Y )   =>    |-  ( N  e.  NN0  ->  Y  =  ( U sSet  <.
 ( le `  ndx ) ,  .<_  >. ) )
 
Theoremznbaslemnn 15058 Lemma for znbas 15063. (Contributed by Mario Carneiro, 14-Jun-2015.) (Revised by Mario Carneiro, 14-Aug-2015.) (Revised by AV, 13-Jun-2019.) (Revised by AV, 9-Sep-2021.) (Revised by AV, 3-Nov-2024.)
 |-  S  =  (RSpan ` ℤring )   &    |-  U  =  (ℤring  /.s  (ℤring ~QG  ( S `
  { N }
 ) ) )   &    |-  Y  =  (ℤ/nℤ `  N )   &    |-  E  = Slot  ( E `  ndx )   &    |-  ( E `  ndx )  e. 
 NN   &    |-  ( E `  ndx )  =/=  ( le `  ndx )   =>    |-  ( N  e.  NN0  ->  ( E `  U )  =  ( E `  Y ) )
 
Theoremznbas2 15059 The base set of ℤ/nℤ is the same as the quotient ring it is based on. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by AV, 13-Jun-2019.) (Revised by AV, 3-Nov-2024.)
 |-  S  =  (RSpan ` ℤring )   &    |-  U  =  (ℤring  /.s  (ℤring ~QG  ( S `
  { N }
 ) ) )   &    |-  Y  =  (ℤ/nℤ `  N )   =>    |-  ( N  e.  NN0  ->  ( Base `  U )  =  ( Base `  Y )
 )
 
Theoremznadd 15060 The additive structure of ℤ/nℤ is the same as the quotient ring it is based on. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by AV, 13-Jun-2019.) (Revised by AV, 3-Nov-2024.)
 |-  S  =  (RSpan ` ℤring )   &    |-  U  =  (ℤring  /.s  (ℤring ~QG  ( S `
  { N }
 ) ) )   &    |-  Y  =  (ℤ/nℤ `  N )   =>    |-  ( N  e.  NN0  ->  ( +g  `  U )  =  ( +g  `  Y ) )
 
Theoremznmul 15061 The multiplicative structure of ℤ/nℤ is the same as the quotient ring it is based on. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by AV, 13-Jun-2019.) (Revised by AV, 3-Nov-2024.)
 |-  S  =  (RSpan ` ℤring )   &    |-  U  =  (ℤring  /.s  (ℤring ~QG  ( S `
  { N }
 ) ) )   &    |-  Y  =  (ℤ/nℤ `  N )   =>    |-  ( N  e.  NN0  ->  ( .r `  U )  =  ( .r `  Y ) )
 
Theoremznzrh 15062 The  ZZ ring homomorphism of ℤ/nℤ is inherited from the quotient ring it is based on. (Contributed by Mario Carneiro, 14-Jun-2015.) (Revised by AV, 13-Jun-2019.)
 |-  S  =  (RSpan ` ℤring )   &    |-  U  =  (ℤring  /.s  (ℤring ~QG  ( S `
  { N }
 ) ) )   &    |-  Y  =  (ℤ/nℤ `  N )   =>    |-  ( N  e.  NN0  ->  ( ZRHom `  U )  =  ( ZRHom `  Y ) )
 
Theoremznbas 15063 The base set of ℤ/nℤ structure. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by AV, 13-Jun-2019.)
 |-  S  =  (RSpan ` ℤring )   &    |-  Y  =  (ℤ/nℤ `  N )   &    |-  R  =  (ℤring ~QG  ( S `
  { N }
 ) )   =>    |-  ( N  e.  NN0  ->  ( ZZ /. R )  =  ( Base `  Y ) )
 
Theoremzncrng 15064 ℤ/nℤ is a commutative ring. (Contributed by Mario Carneiro, 15-Jun-2015.)
 |-  Y  =  (ℤ/nℤ `  N )   =>    |-  ( N  e.  NN0  ->  Y  e.  CRing )
 
Theoremznzrh2 15065* The  ZZ ring homomorphism maps elements to their equivalence classes. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by AV, 13-Jun-2019.)
 |-  S  =  (RSpan ` ℤring )   &    |-  .~  =  (ℤring ~QG  ( S `  { N }
 ) )   &    |-  Y  =  (ℤ/nℤ `  N )   &    |-  L  =  ( ZRHom `  Y )   =>    |-  ( N  e.  NN0  ->  L  =  ( x  e.  ZZ  |->  [ x ]  .~  )
 )
 
Theoremznzrhval 15066 The  ZZ ring homomorphism maps elements to their equivalence classes. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by AV, 13-Jun-2019.)
 |-  S  =  (RSpan ` ℤring )   &    |-  .~  =  (ℤring ~QG  ( S `  { N }
 ) )   &    |-  Y  =  (ℤ/nℤ `  N )   &    |-  L  =  ( ZRHom `  Y )   =>    |-  (
 ( N  e.  NN0  /\  A  e.  ZZ )  ->  ( L `  A )  =  [ A ]  .~  )
 
Theoremznzrhfo 15067 The  ZZ ring homomorphism is a surjection onto ℤ/nℤ. (Contributed by Mario Carneiro, 15-Jun-2015.)
 |-  Y  =  (ℤ/nℤ `  N )   &    |-  B  =  ( Base `  Y )   &    |-  L  =  ( ZRHom `  Y )   =>    |-  ( N  e.  NN0  ->  L : ZZ -onto-> B )
 
Theoremzndvds 15068 Express equality of equivalence classes in  ZZ 
/  n ZZ in terms of divisibility. (Contributed by Mario Carneiro, 15-Jun-2015.)
 |-  Y  =  (ℤ/nℤ `  N )   &    |-  L  =  ( ZRHom `  Y )   =>    |-  ( ( N  e.  NN0  /\  A  e.  ZZ  /\  B  e.  ZZ )  ->  ( ( L `  A )  =  ( L `  B )  <->  N  ||  ( A  -  B ) ) )
 
Theoremzndvds0 15069 Special case of zndvds 15068 when one argument is zero. (Contributed by Mario Carneiro, 15-Jun-2015.)
 |-  Y  =  (ℤ/nℤ `  N )   &    |-  L  =  ( ZRHom `  Y )   &    |-  .0.  =  ( 0g `  Y )   =>    |-  ( ( N  e.  NN0  /\  A  e.  ZZ )  ->  ( ( L `  A )  =  .0.  <->  N  ||  A ) )
 
Theoremznf1o 15070 The function  F enumerates all equivalence classes in ℤ/nℤ for each  n. When  n  = 
0,  ZZ  /  0 ZZ  =  ZZ  /  {
0 }  ~~  ZZ so we let  W  =  ZZ; otherwise  W  =  { 0 , 
... ,  n  - 
1 } enumerates all the equivalence classes. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by Mario Carneiro, 2-May-2016.) (Revised by AV, 13-Jun-2019.)
 |-  Y  =  (ℤ/nℤ `  N )   &    |-  B  =  ( Base `  Y )   &    |-  F  =  ( ( ZRHom `  Y )  |`  W )   &    |-  W  =  if ( N  =  0 ,  ZZ ,  (
 0..^ N ) )   =>    |-  ( N  e.  NN0  ->  F : W -1-1-onto-> B )
 
Theoremznle2 15071 The ordering of the ℤ/nℤ structure. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by AV, 13-Jun-2019.)
 |-  Y  =  (ℤ/nℤ `  N )   &    |-  F  =  ( ( ZRHom `  Y )  |`  W )   &    |-  W  =  if ( N  =  0 ,  ZZ ,  ( 0..^ N ) )   &    |-  .<_  =  ( le `  Y )   =>    |-  ( N  e.  NN0  ->  .<_  =  ( ( F  o.  <_  )  o.  `' F ) )
 
Theoremznleval 15072 The ordering of the ℤ/nℤ structure. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by AV, 13-Jun-2019.)
 |-  Y  =  (ℤ/nℤ `  N )   &    |-  F  =  ( ( ZRHom `  Y )  |`  W )   &    |-  W  =  if ( N  =  0 ,  ZZ ,  ( 0..^ N ) )   &    |-  .<_  =  ( le `  Y )   &    |-  X  =  ( Base `  Y )   =>    |-  ( N  e.  NN0  ->  ( A  .<_  B  <->  ( A  e.  X  /\  B  e.  X  /\  ( `' F `  A )  <_  ( `' F `  B ) ) ) )
 
Theoremznleval2 15073 The ordering of the ℤ/nℤ structure. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by AV, 13-Jun-2019.)
 |-  Y  =  (ℤ/nℤ `  N )   &    |-  F  =  ( ( ZRHom `  Y )  |`  W )   &    |-  W  =  if ( N  =  0 ,  ZZ ,  ( 0..^ N ) )   &    |-  .<_  =  ( le `  Y )   &    |-  X  =  ( Base `  Y )   =>    |-  ( ( N  e.  NN0  /\  A  e.  X  /\  B  e.  X )  ->  ( A  .<_  B  <->  ( `' F `  A )  <_  ( `' F `  B ) ) )
 
Theoremznfi 15074 The ℤ/nℤ structure is a finite ring. (Contributed by Mario Carneiro, 2-May-2016.)
 |-  Y  =  (ℤ/nℤ `  N )   &    |-  B  =  ( Base `  Y )   =>    |-  ( N  e.  NN  ->  B  e.  Fin )
 
Theoremznhash 15075 The ℤ/nℤ structure has  n elements. (Contributed by Mario Carneiro, 15-Jun-2015.)
 |-  Y  =  (ℤ/nℤ `  N )   &    |-  B  =  ( Base `  Y )   =>    |-  ( N  e.  NN  ->  (♯ `  B )  =  N )
 
Theoremznidom 15076 The ℤ/nℤ structure is an integral domain when  n is prime. (Contributed by Mario Carneiro, 15-Jun-2015.) (Revised by Jim Kingdon, 13-Aug-2025.)
 |-  Y  =  (ℤ/nℤ `  N )   =>    |-  ( N  e.  Prime  ->  Y  e. IDomn )
 
Theoremznidomb 15077 The ℤ/nℤ structure is a domain precisely when  n is prime. (Contributed by Mario Carneiro, 15-Jun-2015.)
 |-  Y  =  (ℤ/nℤ `  N )   =>    |-  ( N  e.  NN  ->  ( Y  e. IDomn  <->  N  e.  Prime ) )
 
Theoremznunit 15078 The units of ℤ/nℤ are the integers coprime to the base. (Contributed by Mario Carneiro, 18-Apr-2016.)
 |-  Y  =  (ℤ/nℤ `  N )   &    |-  U  =  (Unit `  Y )   &    |-  L  =  ( ZRHom `  Y )   =>    |-  (
 ( N  e.  NN0  /\  A  e.  ZZ )  ->  ( ( L `  A )  e.  U  <->  ( A  gcd  N )  =  1 ) )
 
Theoremznrrg 15079 The regular elements of ℤ/nℤ are exactly the units. (This theorem fails for  N  =  0, where all nonzero integers are regular, but only  pm 1 are units.) (Contributed by Mario Carneiro, 18-Apr-2016.)
 |-  Y  =  (ℤ/nℤ `  N )   &    |-  U  =  (Unit `  Y )   &    |-  E  =  (RLReg `  Y )   =>    |-  ( N  e.  NN  ->  E  =  U )
 
PART 8  BASIC LINEAR ALGEBRA

According to Wikipedia ("Linear algebra", 03-Mar-2019, https://en.wikipedia.org/wiki/Linear_algebra) "Linear algebra is the branch of mathematics concerning linear equations [...], linear functions [...] and their representations through matrices and vector spaces." Or according to the Merriam-Webster dictionary ("linear algebra", 12-Mar-2019, https://www.merriam-webster.com/dictionary/linear%20algebra) "Definition of linear algebra: a branch of mathematics that is concerned with mathematical structures closed under the operations of addition and scalar multiplication and that includes the theory of systems of linear equations, matrices, determinants, vector spaces, and linear transformations." Dealing with modules (over rings) instead of vector spaces (over fields) allows for a more unified approach. Therefore, linear equations, matrices, determinants, are usually regarded as "over a ring" in this part.

Unless otherwise stated, the rings of scalars need not be commutative (see df-cring 14387), but the existence of a unity element is always assumed (our rings are unital, see df-ring 14386).

For readers knowing vector spaces but unfamiliar with modules: the elements of a module are still called "vectors" and they still form a group under addition, with a zero vector as neutral element, like in a vector space. Like in a vector space, vectors can be multiplied by scalars, with the usual rules, the only difference being that the scalars are only required to form a ring, and not necessarily a field or a division ring. Note that any vector space is a (special kind of) module, so any theorem proved below for modules applies to any vector space.

 
8.1  Associative algebras
 
8.1.1  Definition and basic properties
 
Syntaxcasa 15080 Associative algebra.
 class AssAlg
 
Syntaxcasp 15081 Algebraic span function.
 class AlgSpan
 
Syntaxcascl 15082 Class of algebra scalar lifting function.
 class algSc
 
Definitiondf-assa 15083* Definition of an associative algebra. An associative algebra is a set equipped with a left-module structure on a ring, coupled with a multiplicative internal operation on the vectors of the module that is associative and distributive for the additive structure of the left-module (so giving the vectors a ring structure) and that is also bilinear under the scalar product. (Contributed by Mario Carneiro, 29-Dec-2014.) (Revised by SN, 2-Mar-2025.)
 |- AssAlg  =  { w  e.  ( LMod  i^i  Ring )  |  [. (Scalar `  w )  /  f ]. A. r  e.  ( Base `  f ) A. x  e.  ( Base `  w ) A. y  e.  ( Base `  w ) [. ( .s `  w )  /  s ]. [. ( .r
 `  w )  /  t ]. ( ( ( r s x ) t y )  =  ( r s ( x t y ) )  /\  ( x t ( r s y ) )  =  ( r s ( x t y ) ) ) }
 
Definitiondf-asp 15084* Define the algebraic span of a set of vectors in an algebra. (Contributed by Mario Carneiro, 7-Jan-2015.)
 |- AlgSpan  =  ( w  e. AssAlg  |->  ( s  e.  ~P ( Base `  w )  |->  |^| { t  e.  ( (SubRing `  w )  i^i  ( LSubSp `  w ) )  |  s  C_  t } ) )
 
Definitiondf-ascl 15085* Every unital algebra contains a canonical homomorphic image of its ring of scalars as scalar multiples of the unity element. This names the homomorphism. (Contributed by Mario Carneiro, 8-Mar-2015.)
 |- algSc  =  ( w  e.  _V  |->  ( x  e.  ( Base `  (Scalar `  w ) )  |->  ( x ( .s `  w ) ( 1r `  w ) ) ) )
 
Theoremisassa 15086* The properties of an associative algebra. (Contributed by Mario Carneiro, 29-Dec-2014.) (Revised by SN, 2-Mar-2025.)
 |-  V  =  ( Base `  W )   &    |-  F  =  (Scalar `  W )   &    |-  B  =  (
 Base `  F )   &    |-  .x.  =  ( .s `  W )   &    |-  .X. 
 =  ( .r `  W )   =>    |-  ( W  e. AssAlg  <->  ( ( W  e.  LMod  /\  W  e.  Ring
 )  /\  A. r  e.  B  A. x  e.  V  A. y  e.  V  ( ( ( r  .x.  x )  .X.  y )  =  ( r  .x.  ( x  .X.  y ) )  /\  ( x  .X.  ( r 
 .x.  y ) )  =  ( r  .x.  ( x  .X.  y ) ) ) ) )
 
Theoremassalem 15087 The properties of an associative algebra. (Contributed by Mario Carneiro, 29-Dec-2014.)
 |-  V  =  ( Base `  W )   &    |-  F  =  (Scalar `  W )   &    |-  B  =  (
 Base `  F )   &    |-  .x.  =  ( .s `  W )   &    |-  .X. 
 =  ( .r `  W )   =>    |-  ( ( W  e. AssAlg  /\  ( A  e.  B  /\  X  e.  V  /\  Y  e.  V )
 )  ->  ( (
 ( A  .x.  X )  .X.  Y )  =  ( A  .x.  ( X  .X.  Y ) ) 
 /\  ( X  .X.  ( A  .x.  Y ) )  =  ( A 
 .x.  ( X  .X.  Y ) ) ) )
 
Theoremassaass 15088 Left-associative property of an associative algebra. (Contributed by Mario Carneiro, 29-Dec-2014.)
 |-  V  =  ( Base `  W )   &    |-  F  =  (Scalar `  W )   &    |-  B  =  (
 Base `  F )   &    |-  .x.  =  ( .s `  W )   &    |-  .X. 
 =  ( .r `  W )   =>    |-  ( ( W  e. AssAlg  /\  ( A  e.  B  /\  X  e.  V  /\  Y  e.  V )
 )  ->  ( ( A  .x.  X )  .X.  Y )  =  ( A 
 .x.  ( X  .X.  Y ) ) )
 
Theoremassaassr 15089 Right-associative property of an associative algebra. (Contributed by Mario Carneiro, 29-Dec-2014.)
 |-  V  =  ( Base `  W )   &    |-  F  =  (Scalar `  W )   &    |-  B  =  (
 Base `  F )   &    |-  .x.  =  ( .s `  W )   &    |-  .X. 
 =  ( .r `  W )   =>    |-  ( ( W  e. AssAlg  /\  ( A  e.  B  /\  X  e.  V  /\  Y  e.  V )
 )  ->  ( X  .X.  ( A  .x.  Y ) )  =  ( A  .x.  ( X  .X.  Y ) ) )
 
Theoremassalmod 15090 An associative algebra is a left module. (Contributed by Mario Carneiro, 5-Dec-2014.)
 |-  ( W  e. AssAlg  ->  W  e.  LMod )
 
Theoremassaring 15091 An associative algebra is a ring. (Contributed by Mario Carneiro, 5-Dec-2014.)
 |-  ( W  e. AssAlg  ->  W  e.  Ring )
 
Theoremassasca 15092 The scalars of an associative algebra form a ring. (Contributed by Mario Carneiro, 7-Jan-2015.) (Revised by SN, 2-Mar-2025.)
 |-  F  =  (Scalar `  W )   =>    |-  ( W  e. AssAlg  ->  F  e.  Ring )
 
Theoremassa2ass 15093 Left- and right-associative property of an associative algebra. Notice that the scalars are commuted! (Contributed by AV, 14-Aug-2019.) (Proof shortened by Zhi Wang, 11-Sep-2025.)
 |-  V  =  ( Base `  W )   &    |-  F  =  (Scalar `  W )   &    |-  B  =  (
 Base `  F )   &    |-  .*  =  ( .r `  F )   &    |- 
 .x.  =  ( .s `  W )   &    |-  .X.  =  ( .r `  W )   =>    |-  ( ( W  e. AssAlg  /\  ( A  e.  B  /\  C  e.  B )  /\  ( X  e.  V  /\  Y  e.  V ) )  ->  ( ( A  .x.  X )  .X.  ( C  .x.  Y ) )  =  (
 ( C  .*  A )  .x.  ( X  .X.  Y ) ) )
 
Theoremassa2ass2 15094 Left- and right-associative property of an associative algebra. Notice that the scalars are not commuted! (Contributed by Zhi Wang, 11-Sep-2025.)
 |-  V  =  ( Base `  W )   &    |-  F  =  (Scalar `  W )   &    |-  B  =  (
 Base `  F )   &    |-  .*  =  ( .r `  F )   &    |- 
 .x.  =  ( .s `  W )   &    |-  .X.  =  ( .r `  W )   =>    |-  ( ( W  e. AssAlg  /\  ( A  e.  B  /\  C  e.  B )  /\  ( X  e.  V  /\  Y  e.  V ) )  ->  ( ( A  .x.  X )  .X.  ( C  .x.  Y ) )  =  (
 ( A  .*  C )  .x.  ( X  .X.  Y ) ) )
 
Theoremisassad 15095* Sufficient condition for being an associative algebra. (Contributed by Mario Carneiro, 5-Dec-2014.) (Revised by SN, 2-Mar-2025.)
 |-  ( ph  ->  V  =  ( Base `  W )
 )   &    |-  ( ph  ->  F  =  (Scalar `  W )
 )   &    |-  ( ph  ->  B  =  ( Base `  F )
 )   &    |-  ( ph  ->  .x.  =  ( .s `  W ) )   &    |-  ( ph  ->  .X. 
 =  ( .r `  W ) )   &    |-  ( ph  ->  W  e.  LMod )   &    |-  ( ph  ->  W  e.  Ring
 )   &    |-  ( ( ph  /\  (
 r  e.  B  /\  x  e.  V  /\  y  e.  V )
 )  ->  ( (
 r  .x.  x )  .X.  y )  =  ( r  .x.  ( x  .X.  y ) ) )   &    |-  ( ( ph  /\  (
 r  e.  B  /\  x  e.  V  /\  y  e.  V )
 )  ->  ( x  .X.  ( r  .x.  y
 ) )  =  ( r  .x.  ( x  .X.  y ) ) )   =>    |-  ( ph  ->  W  e. AssAlg )
 
Theoremissubassa3 15096 A subring that is also a subspace is a subalgebra. The key theorem is islss3 14800. (Contributed by Mario Carneiro, 7-Jan-2015.)
 |-  S  =  ( W ↾s  A )   &    |-  L  =  (
 LSubSp `  W )   =>    |-  ( ( W  e. AssAlg  /\  ( A  e.  (SubRing `  W )  /\  A  e.  L )
 )  ->  S  e. AssAlg )
 
Theoremissubassa 15097 The subalgebras of an associative algebra are exactly the subrings (under the ring multiplication) that are simultaneously subspaces (under the scalar multiplication from the vector space). (Contributed by Mario Carneiro, 7-Jan-2015.)
 |-  S  =  ( W ↾s  A )   &    |-  L  =  (
 LSubSp `  W )   &    |-  V  =  ( Base `  W )   &    |-  .1.  =  ( 1r `  W )   =>    |-  ( ( W  e. AssAlg  /\ 
 .1.  e.  A  /\  A  C_  V )  ->  ( S  e. AssAlg  <->  ( A  e.  (SubRing `  W )  /\  A  e.  L )
 ) )
 
Theoremassapropd 15098* If two structures have the same components (properties), one is an associative algebra iff the other one is. (Contributed by Mario Carneiro, 8-Feb-2015.)
 |-  ( ph  ->  B  =  ( Base `  K )
 )   &    |-  ( ph  ->  B  =  ( Base `  L )
 )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( +g  `  K )
 y )  =  ( x ( +g  `  L ) y ) )   &    |-  ( ( ph  /\  ( x  e.  B  /\  y  e.  B )
 )  ->  ( x ( .r `  K ) y )  =  ( x ( .r `  L ) y ) )   &    |-  ( ph  ->  F  =  (Scalar `  K ) )   &    |-  ( ph  ->  F  =  (Scalar `  L ) )   &    |-  P  =  (
 Base `  F )   &    |-  (
 ( ph  /\  ( x  e.  P  /\  y  e.  B ) )  ->  ( x ( .s `  K ) y )  =  ( x ( .s `  L ) y ) )   =>    |-  ( ph  ->  ( K  e. AssAlg  <->  L  e. AssAlg ) )
 
Theoremaspval 15099* Value of the algebraic closure operation inside an associative algebra. (Contributed by Mario Carneiro, 7-Jan-2015.)
 |-  A  =  (AlgSpan `  W )   &    |-  V  =  ( Base `  W )   &    |-  L  =  (
 LSubSp `  W )   =>    |-  ( ( W  e. AssAlg  /\  S  C_  V )  ->  ( A `  S )  =  |^| { t  e.  ( (SubRing `  W )  i^i  L )  |  S  C_  t } )
 
Theoremasplss 15100 The algebraic span of a set of vectors is a vector subspace. (Contributed by Mario Carneiro, 7-Jan-2015.)
 |-  A  =  (AlgSpan `  W )   &    |-  V  =  ( Base `  W )   &    |-  L  =  (
 LSubSp `  W )   =>    |-  ( ( W  e. AssAlg  /\  S  C_  V )  ->  ( A `  S )  e.  L )
    < Previous  Next >

Page List
Jump to page: Contents  1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-17000 171 17001-17100 172 17101-17200 173 17201-17300 174 17301-17346
  Copyright terms: Public domain < Previous  Next >