HomeHome Metamath Proof Explorer
Theorem List (p. 166 of 474)
< Previous  Next >
Bad symbols? Try the
GIF version.

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

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-29923)
  Hilbert Space Explorer  Hilbert Space Explorer
(29924-31446)
  Users' Mathboxes  Users' Mathboxes
(31447-47372)
 

Theorem List for Metamath Proof Explorer - 16501-16600   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremlcmass 16501 Associative law for lcm operator. (Contributed by Steve Rodriguez, 20-Jan-2020.) (Proof shortened by AV, 16-Sep-2020.)
((𝑁 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑃 ∈ ℤ) → ((𝑁 lcm 𝑀) lcm 𝑃) = (𝑁 lcm (𝑀 lcm 𝑃)))
 
Theorem3lcm2e6woprm 16502 The least common multiple of three and two is six. In contrast to 3lcm2e6 16618, this proof does not use the property of 2 and 3 being prime, therefore it is much longer. (Contributed by Steve Rodriguez, 20-Jan-2020.) (Revised by AV, 27-Aug-2020.) (Proof modification is discouraged.) (New usage is discouraged.)
(3 lcm 2) = 6
 
Theorem6lcm4e12 16503 The least common multiple of six and four is twelve. (Contributed by AV, 27-Aug-2020.)
(6 lcm 4) = 12
 
Theoremabsproddvds 16504* The absolute value of the product of the elements of a finite subset of the integers is divisible by each element of this subset. (Contributed by AV, 21-Aug-2020.)
(𝜑𝑍 ⊆ ℤ)    &   (𝜑𝑍 ∈ Fin)    &   𝑃 = (abs‘∏𝑧𝑍 𝑧)       (𝜑 → ∀𝑚𝑍 𝑚𝑃)
 
Theoremabsprodnn 16505* The absolute value of the product of the elements of a finite subset of the integers not containing 0 is a poitive integer. (Contributed by AV, 21-Aug-2020.)
(𝜑𝑍 ⊆ ℤ)    &   (𝜑𝑍 ∈ Fin)    &   𝑃 = (abs‘∏𝑧𝑍 𝑧)    &   (𝜑 → 0 ∉ 𝑍)       (𝜑𝑃 ∈ ℕ)
 
Theoremfissn0dvds 16506* For each finite subset of the integers not containing 0 there is a positive integer which is divisible by each element of this subset. (Contributed by AV, 21-Aug-2020.)
((𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin ∧ 0 ∉ 𝑍) → ∃𝑛 ∈ ℕ ∀𝑚𝑍 𝑚𝑛)
 
Theoremfissn0dvdsn0 16507* For each finite subset of the integers not containing 0 there is a positive integer which is divisible by each element of this subset. (Contributed by AV, 21-Aug-2020.)
((𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin ∧ 0 ∉ 𝑍) → {𝑛 ∈ ℕ ∣ ∀𝑚𝑍 𝑚𝑛} ≠ ∅)
 
Theoremlcmfval 16508* Value of the lcm function. (lcm𝑍) is the least common multiple of the integers contained in the finite subset of integers 𝑍. If at least one of the elements of 𝑍 is 0, the result is defined conventionally as 0. (Contributed by AV, 21-Apr-2020.) (Revised by AV, 16-Sep-2020.)
((𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin) → (lcm𝑍) = if(0 ∈ 𝑍, 0, inf({𝑛 ∈ ℕ ∣ ∀𝑚𝑍 𝑚𝑛}, ℝ, < )))
 
Theoremlcmf0val 16509 The value, by convention, of the least common multiple for a set containing 0 is 0. (Contributed by AV, 21-Apr-2020.) (Proof shortened by AV, 16-Sep-2020.)
((𝑍 ⊆ ℤ ∧ 0 ∈ 𝑍) → (lcm𝑍) = 0)
 
Theoremlcmfn0val 16510* The value of the lcm function for a set without 0. (Contributed by AV, 21-Aug-2020.) (Revised by AV, 16-Sep-2020.)
((𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin ∧ 0 ∉ 𝑍) → (lcm𝑍) = inf({𝑛 ∈ ℕ ∣ ∀𝑚𝑍 𝑚𝑛}, ℝ, < ))
 
Theoremlcmfnnval 16511* The value of the lcm function for a subset of the positive integers. (Contributed by AV, 21-Aug-2020.) (Revised by AV, 16-Sep-2020.)
((𝑍 ⊆ ℕ ∧ 𝑍 ∈ Fin) → (lcm𝑍) = inf({𝑛 ∈ ℕ ∣ ∀𝑚𝑍 𝑚𝑛}, ℝ, < ))
 
Theoremlcmfcllem 16512* Lemma for lcmfn0cl 16513 and dvdslcmf 16518. (Contributed by AV, 21-Aug-2020.) (Proof shortened by AV, 16-Sep-2020.)
((𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin ∧ 0 ∉ 𝑍) → (lcm𝑍) ∈ {𝑛 ∈ ℕ ∣ ∀𝑚𝑍 𝑚𝑛})
 
Theoremlcmfn0cl 16513 Closure of the lcm function. (Contributed by AV, 21-Aug-2020.)
((𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin ∧ 0 ∉ 𝑍) → (lcm𝑍) ∈ ℕ)
 
Theoremlcmfpr 16514 The value of the lcm function for an unordered pair is the value of the lcm operator for both elements. (Contributed by AV, 22-Aug-2020.) (Proof shortened by AV, 16-Sep-2020.)
((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (lcm‘{𝑀, 𝑁}) = (𝑀 lcm 𝑁))
 
Theoremlcmfcl 16515 Closure of the lcm function. (Contributed by AV, 21-Aug-2020.)
((𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin) → (lcm𝑍) ∈ ℕ0)
 
Theoremlcmfnncl 16516 Closure of the lcm function. (Contributed by AV, 20-Apr-2020.)
((𝑍 ⊆ ℕ ∧ 𝑍 ∈ Fin) → (lcm𝑍) ∈ ℕ)
 
Theoremlcmfeq0b 16517 The least common multiple of a set of integers is 0 iff at least one of its element is 0. (Contributed by AV, 21-Aug-2020.)
((𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin) → ((lcm𝑍) = 0 ↔ 0 ∈ 𝑍))
 
Theoremdvdslcmf 16518* The least common multiple of a set of integers is divisible by each of its elements. (Contributed by AV, 22-Aug-2020.)
((𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin) → ∀𝑥𝑍 𝑥 ∥ (lcm𝑍))
 
Theoremlcmfledvds 16519* A positive integer which is divisible by all elements of a set of integers bounds the least common multiple of the set. (Contributed by AV, 22-Aug-2020.) (Proof shortened by AV, 16-Sep-2020.)
((𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin ∧ 0 ∉ 𝑍) → ((𝐾 ∈ ℕ ∧ ∀𝑚𝑍 𝑚𝐾) → (lcm𝑍) ≤ 𝐾))
 
Theoremlcmf 16520* Characterization of the least common multiple of a set of integers (without 0): A positiven integer is the least common multiple of a set of integers iff it divides each of the elements of the set and every integer which divides each of the elements of the set is greater than or equal to this integer. (Contributed by AV, 22-Aug-2020.)
((𝐾 ∈ ℕ ∧ (𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin ∧ 0 ∉ 𝑍)) → (𝐾 = (lcm𝑍) ↔ (∀𝑚𝑍 𝑚𝐾 ∧ ∀𝑘 ∈ ℕ (∀𝑚𝑍 𝑚𝑘𝐾𝑘))))
 
Theoremlcmf0 16521 The least common multiple of the empty set is 1. (Contributed by AV, 22-Aug-2020.) (Proof shortened by AV, 16-Sep-2020.)
(lcm‘∅) = 1
 
Theoremlcmfsn 16522 The least common multiple of a singleton is its absolute value. (Contributed by AV, 22-Aug-2020.)
(𝑀 ∈ ℤ → (lcm‘{𝑀}) = (abs‘𝑀))
 
Theoremlcmftp 16523 The least common multiple of a triple of integers is the least common multiple of the third integer and the least common multiple of the first two integers. Although there would be a shorter proof using lcmfunsn 16531, this explicit proof (not based on induction) should be kept. (Proof modification is discouraged.) (Contributed by AV, 23-Aug-2020.)
((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℤ) → (lcm‘{𝐴, 𝐵, 𝐶}) = ((𝐴 lcm 𝐵) lcm 𝐶))
 
Theoremlcmfunsnlem1 16524* Lemma for lcmfdvds 16529 and lcmfunsnlem 16528 (Induction step part 1). (Contributed by AV, 25-Aug-2020.)
(((𝑧 ∈ ℤ ∧ 𝑦 ⊆ ℤ ∧ 𝑦 ∈ Fin) ∧ (∀𝑘 ∈ ℤ (∀𝑚𝑦 𝑚𝑘 → (lcm𝑦) ∥ 𝑘) ∧ ∀𝑛 ∈ ℤ (lcm‘(𝑦 ∪ {𝑛})) = ((lcm𝑦) lcm 𝑛))) → ∀𝑘 ∈ ℤ (∀𝑚 ∈ (𝑦 ∪ {𝑧})𝑚𝑘 → (lcm‘(𝑦 ∪ {𝑧})) ∥ 𝑘))
 
Theoremlcmfunsnlem2lem1 16525* Lemma 1 for lcmfunsnlem2 16527. (Contributed by AV, 26-Aug-2020.)
(((0 ∉ 𝑦𝑧 ≠ 0 ∧ 𝑛 ≠ 0) ∧ (𝑛 ∈ ℤ ∧ ((𝑧 ∈ ℤ ∧ 𝑦 ⊆ ℤ ∧ 𝑦 ∈ Fin) ∧ (∀𝑘 ∈ ℤ (∀𝑚𝑦 𝑚𝑘 → (lcm𝑦) ∥ 𝑘) ∧ ∀𝑛 ∈ ℤ (lcm‘(𝑦 ∪ {𝑛})) = ((lcm𝑦) lcm 𝑛))))) → ∀𝑘 ∈ ℕ (∀𝑖 ∈ ((𝑦 ∪ {𝑧}) ∪ {𝑛})𝑖𝑘 → ((lcm‘(𝑦 ∪ {𝑧})) lcm 𝑛) ≤ 𝑘))
 
Theoremlcmfunsnlem2lem2 16526* Lemma 2 for lcmfunsnlem2 16527. (Contributed by AV, 26-Aug-2020.)
(((0 ∉ 𝑦𝑧 ≠ 0 ∧ 𝑛 ≠ 0) ∧ (𝑛 ∈ ℤ ∧ ((𝑧 ∈ ℤ ∧ 𝑦 ⊆ ℤ ∧ 𝑦 ∈ Fin) ∧ (∀𝑘 ∈ ℤ (∀𝑚𝑦 𝑚𝑘 → (lcm𝑦) ∥ 𝑘) ∧ ∀𝑛 ∈ ℤ (lcm‘(𝑦 ∪ {𝑛})) = ((lcm𝑦) lcm 𝑛))))) → (lcm‘((𝑦 ∪ {𝑧}) ∪ {𝑛})) = ((lcm‘(𝑦 ∪ {𝑧})) lcm 𝑛))
 
Theoremlcmfunsnlem2 16527* Lemma for lcmfunsn 16531 and lcmfunsnlem 16528 (Induction step part 2). (Contributed by AV, 26-Aug-2020.)
(((𝑧 ∈ ℤ ∧ 𝑦 ⊆ ℤ ∧ 𝑦 ∈ Fin) ∧ (∀𝑘 ∈ ℤ (∀𝑚𝑦 𝑚𝑘 → (lcm𝑦) ∥ 𝑘) ∧ ∀𝑛 ∈ ℤ (lcm‘(𝑦 ∪ {𝑛})) = ((lcm𝑦) lcm 𝑛))) → ∀𝑛 ∈ ℤ (lcm‘((𝑦 ∪ {𝑧}) ∪ {𝑛})) = ((lcm‘(𝑦 ∪ {𝑧})) lcm 𝑛))
 
Theoremlcmfunsnlem 16528* Lemma for lcmfdvds 16529 and lcmfunsn 16531. These two theorems must be proven simultaneously by induction on the cardinality of a finite set 𝑌, because they depend on each other. This can be seen by the two parts lcmfunsnlem1 16524 and lcmfunsnlem2 16527 of the induction step, each of them using both induction hypotheses. (Contributed by AV, 26-Aug-2020.)
((𝑌 ⊆ ℤ ∧ 𝑌 ∈ Fin) → (∀𝑘 ∈ ℤ (∀𝑚𝑌 𝑚𝑘 → (lcm𝑌) ∥ 𝑘) ∧ ∀𝑛 ∈ ℤ (lcm‘(𝑌 ∪ {𝑛})) = ((lcm𝑌) lcm 𝑛)))
 
Theoremlcmfdvds 16529* The least common multiple of a set of integers divides any integer which is divisible by all elements of the set. (Contributed by AV, 26-Aug-2020.)
((𝐾 ∈ ℤ ∧ 𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin) → (∀𝑚𝑍 𝑚𝐾 → (lcm𝑍) ∥ 𝐾))
 
Theoremlcmfdvdsb 16530* Biconditional form of lcmfdvds 16529. (Contributed by AV, 26-Aug-2020.)
((𝐾 ∈ ℤ ∧ 𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin) → (∀𝑚𝑍 𝑚𝐾 ↔ (lcm𝑍) ∥ 𝐾))
 
Theoremlcmfunsn 16531 The lcm function for a union of a set of integer and a singleton. (Contributed by AV, 26-Aug-2020.)
((𝑌 ⊆ ℤ ∧ 𝑌 ∈ Fin ∧ 𝑁 ∈ ℤ) → (lcm‘(𝑌 ∪ {𝑁})) = ((lcm𝑌) lcm 𝑁))
 
Theoremlcmfun 16532 The lcm function for a union of sets of integers. (Contributed by AV, 27-Aug-2020.)
(((𝑌 ⊆ ℤ ∧ 𝑌 ∈ Fin) ∧ (𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin)) → (lcm‘(𝑌𝑍)) = ((lcm𝑌) lcm (lcm𝑍)))
 
Theoremlcmfass 16533 Associative law for the lcm function. (Contributed by AV, 27-Aug-2020.)
(((𝑌 ⊆ ℤ ∧ 𝑌 ∈ Fin) ∧ (𝑍 ⊆ ℤ ∧ 𝑍 ∈ Fin)) → (lcm‘({(lcm𝑌)} ∪ 𝑍)) = (lcm‘(𝑌 ∪ {(lcm𝑍)})))
 
Theoremlcmf2a3a4e12 16534 The least common multiple of 2 , 3 and 4 is 12. (Contributed by AV, 27-Aug-2020.)
(lcm‘{2, 3, 4}) = 12
 
Theoremlcmflefac 16535 The least common multiple of all positive integers less than or equal to an integer is less than or equal to the factorial of the integer. (Contributed by AV, 16-Aug-2020.) (Revised by AV, 27-Aug-2020.)
(𝑁 ∈ ℕ → (lcm‘(1...𝑁)) ≤ (!‘𝑁))
 
6.1.12  Coprimality and Euclid's lemma

According to Wikipedia "Coprime integers", see https://en.wikipedia.org/wiki/Coprime_integers (16-Aug-2020) "[...] two integers a and b are said to be relatively prime, mutually prime, or coprime [...] if the only positive integer (factor) that divides both of them is 1. Consequently, any prime number that divides one does not divide the other. This is equivalent to their greatest common divisor (gcd) being 1.". In the following, we use this equivalent characterization to say that 𝐴 ∈ ℤ and 𝐵 ∈ ℤ are coprime (or relatively prime) if (𝐴 gcd 𝐵) = 1. The equivalence of the definitions is shown by coprmgcdb 16536. The negation, i.e. two integers are not coprime, can be expressed either by (𝐴 gcd 𝐵) ≠ 1, see ncoprmgcdne1b 16537, or equivalently by 1 < (𝐴 gcd 𝐵), see ncoprmgcdgt1b 16538.

A proof of Euclid's lemma based on coprimality is provided in coprmdvds 16540 (see euclemma 16600 for a version of Euclid's lemma for primes).

 
Theoremcoprmgcdb 16536* Two positive integers are coprime, i.e. the only positive integer that divides both of them is 1, iff their greatest common divisor is 1. (Contributed by AV, 9-Aug-2020.)
((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ) → (∀𝑖 ∈ ℕ ((𝑖𝐴𝑖𝐵) → 𝑖 = 1) ↔ (𝐴 gcd 𝐵) = 1))
 
Theoremncoprmgcdne1b 16537* Two positive integers are not coprime, i.e. there is an integer greater than 1 which divides both integers, iff their greatest common divisor is not 1. See prmdvdsncoprmbd 16613 for a version where the existential quantifier is restricted to primes. (Contributed by AV, 9-Aug-2020.)
((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ) → (∃𝑖 ∈ (ℤ‘2)(𝑖𝐴𝑖𝐵) ↔ (𝐴 gcd 𝐵) ≠ 1))
 
Theoremncoprmgcdgt1b 16538* Two positive integers are not coprime, i.e. there is an integer greater than 1 which divides both integers, iff their greatest common divisor is greater than 1. (Contributed by AV, 9-Aug-2020.)
((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ) → (∃𝑖 ∈ (ℤ‘2)(𝑖𝐴𝑖𝐵) ↔ 1 < (𝐴 gcd 𝐵)))
 
Theoremcoprmdvds1 16539 If two positive integers are coprime, i.e. their greatest common divisor is 1, the only positive integer that divides both of them is 1. (Contributed by AV, 4-Aug-2021.)
((𝐹 ∈ ℕ ∧ 𝐺 ∈ ℕ ∧ (𝐹 gcd 𝐺) = 1) → ((𝐼 ∈ ℕ ∧ 𝐼𝐹𝐼𝐺) → 𝐼 = 1))
 
Theoremcoprmdvds 16540 Euclid's Lemma (see ProofWiki "Euclid's Lemma", 10-Jul-2021, https://proofwiki.org/wiki/Euclid's_Lemma): If an integer divides the product of two integers and is coprime to one of them, then it divides the other. See also theorem 1.5 in [ApostolNT] p. 16. Generalization of euclemma 16600. (Contributed by Paul Chapman, 22-Jun-2011.) (Proof shortened by AV, 10-Jul-2021.)
((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → ((𝐾 ∥ (𝑀 · 𝑁) ∧ (𝐾 gcd 𝑀) = 1) → 𝐾𝑁))
 
Theoremcoprmdvds2 16541 If an integer is divisible by two coprime integers, then it is divisible by their product. (Contributed by Mario Carneiro, 24-Feb-2014.)
(((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ ∧ 𝐾 ∈ ℤ) ∧ (𝑀 gcd 𝑁) = 1) → ((𝑀𝐾𝑁𝐾) → (𝑀 · 𝑁) ∥ 𝐾))
 
Theoremmulgcddvds 16542 One half of rpmulgcd2 16543, which does not need the coprimality assumption. (Contributed by Mario Carneiro, 2-Jul-2015.)
((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝐾 gcd (𝑀 · 𝑁)) ∥ ((𝐾 gcd 𝑀) · (𝐾 gcd 𝑁)))
 
Theoremrpmulgcd2 16543 If 𝑀 is relatively prime to 𝑁, then the GCD of 𝐾 with 𝑀 · 𝑁 is the product of the GCDs with 𝑀 and 𝑁 respectively. (Contributed by Mario Carneiro, 2-Jul-2015.)
(((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ (𝑀 gcd 𝑁) = 1) → (𝐾 gcd (𝑀 · 𝑁)) = ((𝐾 gcd 𝑀) · (𝐾 gcd 𝑁)))
 
Theoremqredeq 16544 Two equal reduced fractions have the same numerator and denominator. (Contributed by Jeff Hankins, 29-Sep-2013.)
(((𝑀 ∈ ℤ ∧ 𝑁 ∈ ℕ ∧ (𝑀 gcd 𝑁) = 1) ∧ (𝑃 ∈ ℤ ∧ 𝑄 ∈ ℕ ∧ (𝑃 gcd 𝑄) = 1) ∧ (𝑀 / 𝑁) = (𝑃 / 𝑄)) → (𝑀 = 𝑃𝑁 = 𝑄))
 
Theoremqredeu 16545* Every rational number has a unique reduced form. (Contributed by Jeff Hankins, 29-Sep-2013.)
(𝐴 ∈ ℚ → ∃!𝑥 ∈ (ℤ × ℕ)(((1st𝑥) gcd (2nd𝑥)) = 1 ∧ 𝐴 = ((1st𝑥) / (2nd𝑥))))
 
Theoremrpmul 16546 If 𝐾 is relatively prime to 𝑀 and to 𝑁, it is also relatively prime to their product. (Contributed by Mario Carneiro, 24-Feb-2014.) (Proof shortened by Mario Carneiro, 2-Jul-2015.)
((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (((𝐾 gcd 𝑀) = 1 ∧ (𝐾 gcd 𝑁) = 1) → (𝐾 gcd (𝑀 · 𝑁)) = 1))
 
Theoremrpdvds 16547 If 𝐾 is relatively prime to 𝑁 then it is also relatively prime to any divisor 𝑀 of 𝑁. (Contributed by Mario Carneiro, 19-Jun-2015.)
(((𝐾 ∈ ℤ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) ∧ ((𝐾 gcd 𝑁) = 1 ∧ 𝑀𝑁)) → (𝐾 gcd 𝑀) = 1)
 
Theoremcoprmprod 16548* The product of the elements of a sequence of pairwise coprime positive integers is coprime to a positive integer which is coprime to all integers of the sequence. (Contributed by AV, 18-Aug-2020.)
(((𝑀 ∈ Fin ∧ 𝑀 ⊆ ℕ ∧ 𝑁 ∈ ℕ) ∧ 𝐹:ℕ⟶ℕ ∧ ∀𝑚𝑀 ((𝐹𝑚) gcd 𝑁) = 1) → (∀𝑚𝑀𝑛 ∈ (𝑀 ∖ {𝑚})((𝐹𝑚) gcd (𝐹𝑛)) = 1 → (∏𝑚𝑀 (𝐹𝑚) gcd 𝑁) = 1))
 
Theoremcoprmproddvdslem 16549* Lemma for coprmproddvds 16550: Induction step. (Contributed by AV, 19-Aug-2020.)
((𝑦 ∈ Fin ∧ ¬ 𝑧𝑦) → ((((𝑦 ⊆ ℕ ∧ (𝐾 ∈ ℕ ∧ 𝐹:ℕ⟶ℕ)) ∧ (∀𝑚𝑦𝑛 ∈ (𝑦 ∖ {𝑚})((𝐹𝑚) gcd (𝐹𝑛)) = 1 ∧ ∀𝑚𝑦 (𝐹𝑚) ∥ 𝐾)) → ∏𝑚𝑦 (𝐹𝑚) ∥ 𝐾) → ((((𝑦 ∪ {𝑧}) ⊆ ℕ ∧ (𝐾 ∈ ℕ ∧ 𝐹:ℕ⟶ℕ)) ∧ (∀𝑚 ∈ (𝑦 ∪ {𝑧})∀𝑛 ∈ ((𝑦 ∪ {𝑧}) ∖ {𝑚})((𝐹𝑚) gcd (𝐹𝑛)) = 1 ∧ ∀𝑚 ∈ (𝑦 ∪ {𝑧})(𝐹𝑚) ∥ 𝐾)) → ∏𝑚 ∈ (𝑦 ∪ {𝑧})(𝐹𝑚) ∥ 𝐾)))
 
Theoremcoprmproddvds 16550* If a positive integer is divisible by each element of a set of pairwise coprime positive integers, then it is divisible by their product. (Contributed by AV, 19-Aug-2020.)
(((𝑀 ⊆ ℕ ∧ 𝑀 ∈ Fin) ∧ (𝐾 ∈ ℕ ∧ 𝐹:ℕ⟶ℕ) ∧ (∀𝑚𝑀𝑛 ∈ (𝑀 ∖ {𝑚})((𝐹𝑚) gcd (𝐹𝑛)) = 1 ∧ ∀𝑚𝑀 (𝐹𝑚) ∥ 𝐾)) → ∏𝑚𝑀 (𝐹𝑚) ∥ 𝐾)
 
6.1.13  Cancellability of congruences
 
Theoremcongr 16551* Definition of congruence by integer multiple (see ProofWiki "Congruence (Number Theory)", 11-Jul-2021, https://proofwiki.org/wiki/Definition:Congruence_(Number_Theory)): An integer 𝐴 is congruent to an integer 𝐵 modulo 𝑀 if their difference is a multiple of 𝑀. See also the definition in [ApostolNT] p. 104: "... 𝑎 is congruent to 𝑏 modulo 𝑚, and we write 𝑎𝑏 (mod 𝑚) if 𝑚 divides the difference 𝑎𝑏", or Wikipedia "Modular arithmetic - Congruence", https://en.wikipedia.org/wiki/Modular_arithmetic#Congruence, 11-Jul-2021,: "Given an integer n > 1, called a modulus, two integers are said to be congruent modulo n, if n is a divisor of their difference (i.e., if there is an integer k such that a-b = kn)". (Contributed by AV, 11-Jul-2021.)
((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝑀 ∈ ℕ) → ((𝐴 mod 𝑀) = (𝐵 mod 𝑀) ↔ ∃𝑛 ∈ ℤ (𝑛 · 𝑀) = (𝐴𝐵)))
 
Theoremdivgcdcoprm0 16552 Integers divided by gcd are coprime. (Contributed by AV, 12-Jul-2021.)
((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐵 ≠ 0) → ((𝐴 / (𝐴 gcd 𝐵)) gcd (𝐵 / (𝐴 gcd 𝐵))) = 1)
 
Theoremdivgcdcoprmex 16553* Integers divided by gcd are coprime (see ProofWiki "Integers Divided by GCD are Coprime", 11-Jul-2021, https://proofwiki.org/wiki/Integers_Divided_by_GCD_are_Coprime): Any pair of integers, not both zero, can be reduced to a pair of coprime ones by dividing them by their gcd. (Contributed by AV, 12-Jul-2021.)
((𝐴 ∈ ℤ ∧ (𝐵 ∈ ℤ ∧ 𝐵 ≠ 0) ∧ 𝑀 = (𝐴 gcd 𝐵)) → ∃𝑎 ∈ ℤ ∃𝑏 ∈ ℤ (𝐴 = (𝑀 · 𝑎) ∧ 𝐵 = (𝑀 · 𝑏) ∧ (𝑎 gcd 𝑏) = 1))
 
Theoremcncongr1 16554 One direction of the bicondition in cncongr 16556. Theorem 5.4 in [ApostolNT] p. 109. (Contributed by AV, 13-Jul-2021.)
(((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℤ) ∧ (𝑁 ∈ ℕ ∧ 𝑀 = (𝑁 / (𝐶 gcd 𝑁)))) → (((𝐴 · 𝐶) mod 𝑁) = ((𝐵 · 𝐶) mod 𝑁) → (𝐴 mod 𝑀) = (𝐵 mod 𝑀)))
 
Theoremcncongr2 16555 The other direction of the bicondition in cncongr 16556. (Contributed by AV, 11-Jul-2021.)
(((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℤ) ∧ (𝑁 ∈ ℕ ∧ 𝑀 = (𝑁 / (𝐶 gcd 𝑁)))) → ((𝐴 mod 𝑀) = (𝐵 mod 𝑀) → ((𝐴 · 𝐶) mod 𝑁) = ((𝐵 · 𝐶) mod 𝑁)))
 
Theoremcncongr 16556 Cancellability of Congruences (see ProofWiki "Cancellability of Congruences, https://proofwiki.org/wiki/Cancellability_of_Congruences, 10-Jul-2021): Two products with a common factor are congruent modulo a positive integer iff the other factors are congruent modulo the integer divided by the greates common divisor of the integer and the common factor. See also Theorem 5.4 "Cancellation law" in [ApostolNT] p. 109. (Contributed by AV, 13-Jul-2021.)
(((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℤ) ∧ (𝑁 ∈ ℕ ∧ 𝑀 = (𝑁 / (𝐶 gcd 𝑁)))) → (((𝐴 · 𝐶) mod 𝑁) = ((𝐵 · 𝐶) mod 𝑁) ↔ (𝐴 mod 𝑀) = (𝐵 mod 𝑀)))
 
Theoremcncongrcoprm 16557 Corollary 1 of Cancellability of Congruences: Two products with a common factor are congruent modulo an integer being coprime to the common factor iff the other factors are congruent modulo the integer. (Contributed by AV, 13-Jul-2021.)
(((𝐴 ∈ ℤ ∧ 𝐵 ∈ ℤ ∧ 𝐶 ∈ ℤ) ∧ (𝑁 ∈ ℕ ∧ (𝐶 gcd 𝑁) = 1)) → (((𝐴 · 𝐶) mod 𝑁) = ((𝐵 · 𝐶) mod 𝑁) ↔ (𝐴 mod 𝑁) = (𝐵 mod 𝑁)))
 
6.2  Elementary prime number theory
 
6.2.1  Elementary properties

Remark: to represent odd prime numbers, i.e., all prime numbers except 2, the idiom 𝑃 ∈ (ℙ ∖ {2}) is used. It is a little bit shorter than (𝑃 ∈ ℙ ∧ 𝑃 ≠ 2). Both representations can be converted into each other by eldifsn 4752.

 
Syntaxcprime 16558 Extend the definition of a class to include the set of prime numbers.
class
 
Definitiondf-prm 16559* Define the set of prime numbers. (Contributed by Paul Chapman, 22-Jun-2011.)
ℙ = {𝑝 ∈ ℕ ∣ {𝑛 ∈ ℕ ∣ 𝑛𝑝} ≈ 2o}
 
Theoremisprm 16560* The predicate "is a prime number". A prime number is a positive integer with exactly two positive divisors. (Contributed by Paul Chapman, 22-Jun-2011.)
(𝑃 ∈ ℙ ↔ (𝑃 ∈ ℕ ∧ {𝑛 ∈ ℕ ∣ 𝑛𝑃} ≈ 2o))
 
Theoremprmnn 16561 A prime number is a positive integer. (Contributed by Paul Chapman, 22-Jun-2011.)
(𝑃 ∈ ℙ → 𝑃 ∈ ℕ)
 
Theoremprmz 16562 A prime number is an integer. (Contributed by Paul Chapman, 22-Jun-2011.) (Proof shortened by Jonathan Yan, 16-Jul-2017.)
(𝑃 ∈ ℙ → 𝑃 ∈ ℤ)
 
Theoremprmssnn 16563 The prime numbers are a subset of the positive integers. (Contributed by AV, 22-Jul-2020.)
ℙ ⊆ ℕ
 
Theoremprmex 16564 The set of prime numbers exists. (Contributed by AV, 22-Jul-2020.)
ℙ ∈ V
 
Theorem0nprm 16565 0 is not a prime number. Already Definition df-prm 16559 excludes 0 from being prime (ℙ = {𝑝 ∈ ℕ ∣ ...), but even if 𝑝 ∈ ℕ0 was allowed, the condition {𝑛 ∈ ℕ ∣ 𝑛𝑝} ≈ 2o would not hold for 𝑝 = 0, because {𝑛 ∈ ℕ ∣ 𝑛 ∥ 0} = ℕ, see dvds0 16165, and ¬ ℕ ≈ 2o (there are more than 2 positive integers). (Contributed by AV, 29-May-2023.)
¬ 0 ∈ ℙ
 
Theorem1nprm 16566 1 is not a prime number. (Contributed by Paul Chapman, 22-Jun-2011.) (Proof shortened by Fan Zheng, 3-Jul-2016.)
¬ 1 ∈ ℙ
 
Theorem1idssfct 16567* The positive divisors of a positive integer include 1 and itself. (Contributed by Paul Chapman, 22-Jun-2011.)
(𝑁 ∈ ℕ → {1, 𝑁} ⊆ {𝑛 ∈ ℕ ∣ 𝑛𝑁})
 
Theoremisprm2lem 16568* Lemma for isprm2 16569. (Contributed by Paul Chapman, 22-Jun-2011.)
((𝑃 ∈ ℕ ∧ 𝑃 ≠ 1) → ({𝑛 ∈ ℕ ∣ 𝑛𝑃} ≈ 2o ↔ {𝑛 ∈ ℕ ∣ 𝑛𝑃} = {1, 𝑃}))
 
Theoremisprm2 16569* The predicate "is a prime number". A prime number is an integer greater than or equal to 2 whose only positive divisors are 1 and itself. Definition in [ApostolNT] p. 16. (Contributed by Paul Chapman, 26-Oct-2012.)
(𝑃 ∈ ℙ ↔ (𝑃 ∈ (ℤ‘2) ∧ ∀𝑧 ∈ ℕ (𝑧𝑃 → (𝑧 = 1 ∨ 𝑧 = 𝑃))))
 
Theoremisprm3 16570* The predicate "is a prime number". A prime number is an integer greater than or equal to 2 with no divisors strictly between 1 and itself. (Contributed by Paul Chapman, 26-Oct-2012.)
(𝑃 ∈ ℙ ↔ (𝑃 ∈ (ℤ‘2) ∧ ∀𝑧 ∈ (2...(𝑃 − 1)) ¬ 𝑧𝑃))
 
Theoremisprm4 16571* The predicate "is a prime number". A prime number is an integer greater than or equal to 2 whose only divisor greater than or equal to 2 is itself. (Contributed by Paul Chapman, 26-Oct-2012.)
(𝑃 ∈ ℙ ↔ (𝑃 ∈ (ℤ‘2) ∧ ∀𝑧 ∈ (ℤ‘2)(𝑧𝑃𝑧 = 𝑃)))
 
Theoremprmind2 16572* A variation on prmind 16573 assuming complete induction for primes. (Contributed by Mario Carneiro, 20-Jun-2015.)
(𝑥 = 1 → (𝜑𝜓))    &   (𝑥 = 𝑦 → (𝜑𝜒))    &   (𝑥 = 𝑧 → (𝜑𝜃))    &   (𝑥 = (𝑦 · 𝑧) → (𝜑𝜏))    &   (𝑥 = 𝐴 → (𝜑𝜂))    &   𝜓    &   ((𝑥 ∈ ℙ ∧ ∀𝑦 ∈ (1...(𝑥 − 1))𝜒) → 𝜑)    &   ((𝑦 ∈ (ℤ‘2) ∧ 𝑧 ∈ (ℤ‘2)) → ((𝜒𝜃) → 𝜏))       (𝐴 ∈ ℕ → 𝜂)
 
Theoremprmind 16573* Perform induction over the multiplicative structure of . If a property 𝜑(𝑥) holds for the primes and 1 and is preserved under multiplication, then it holds for every positive integer. (Contributed by Mario Carneiro, 20-Jun-2015.)
(𝑥 = 1 → (𝜑𝜓))    &   (𝑥 = 𝑦 → (𝜑𝜒))    &   (𝑥 = 𝑧 → (𝜑𝜃))    &   (𝑥 = (𝑦 · 𝑧) → (𝜑𝜏))    &   (𝑥 = 𝐴 → (𝜑𝜂))    &   𝜓    &   (𝑥 ∈ ℙ → 𝜑)    &   ((𝑦 ∈ (ℤ‘2) ∧ 𝑧 ∈ (ℤ‘2)) → ((𝜒𝜃) → 𝜏))       (𝐴 ∈ ℕ → 𝜂)
 
Theoremdvdsprime 16574 If 𝑀 divides a prime, then 𝑀 is either the prime or one. (Contributed by Scott Fenton, 8-Apr-2014.)
((𝑃 ∈ ℙ ∧ 𝑀 ∈ ℕ) → (𝑀𝑃 ↔ (𝑀 = 𝑃𝑀 = 1)))
 
Theoremnprm 16575 A product of two integers greater than one is composite. (Contributed by Mario Carneiro, 20-Jun-2015.)
((𝐴 ∈ (ℤ‘2) ∧ 𝐵 ∈ (ℤ‘2)) → ¬ (𝐴 · 𝐵) ∈ ℙ)
 
Theoremnprmi 16576 An inference for compositeness. (Contributed by Mario Carneiro, 18-Feb-2014.) (Revised by Mario Carneiro, 20-Jun-2015.)
𝐴 ∈ ℕ    &   𝐵 ∈ ℕ    &   1 < 𝐴    &   1 < 𝐵    &   (𝐴 · 𝐵) = 𝑁        ¬ 𝑁 ∈ ℙ
 
Theoremdvdsnprmd 16577 If a number is divisible by an integer greater than 1 and less than the number, the number is not prime. (Contributed by AV, 24-Jul-2021.)
(𝜑 → 1 < 𝐴)    &   (𝜑𝐴 < 𝑁)    &   (𝜑𝐴𝑁)       (𝜑 → ¬ 𝑁 ∈ ℙ)
 
Theoremprm2orodd 16578 A prime number is either 2 or odd. (Contributed by AV, 19-Jun-2021.)
(𝑃 ∈ ℙ → (𝑃 = 2 ∨ ¬ 2 ∥ 𝑃))
 
Theorem2prm 16579 2 is a prime number. (Contributed by Paul Chapman, 22-Jun-2011.) (Proof shortened by Fan Zheng, 16-Jun-2016.)
2 ∈ ℙ
 
Theorem2mulprm 16580 A multiple of two is prime iff the multiplier is one. (Contributed by AV, 8-Jun-2023.)
(𝐴 ∈ ℤ → ((2 · 𝐴) ∈ ℙ ↔ 𝐴 = 1))
 
Theorem3prm 16581 3 is a prime number. (Contributed by Paul Chapman, 22-Jun-2011.)
3 ∈ ℙ
 
Theorem4nprm 16582 4 is not a prime number. (Contributed by Paul Chapman, 22-Jun-2011.) (Proof shortened by Mario Carneiro, 18-Feb-2014.)
¬ 4 ∈ ℙ
 
Theoremprmuz2 16583 A prime number is an integer greater than or equal to 2. (Contributed by Paul Chapman, 17-Nov-2012.)
(𝑃 ∈ ℙ → 𝑃 ∈ (ℤ‘2))
 
Theoremprmgt1 16584 A prime number is an integer greater than 1. (Contributed by Alexander van der Vekens, 17-May-2018.)
(𝑃 ∈ ℙ → 1 < 𝑃)
 
Theoremprmm2nn0 16585 Subtracting 2 from a prime number results in a nonnegative integer. (Contributed by Alexander van der Vekens, 30-Aug-2018.)
(𝑃 ∈ ℙ → (𝑃 − 2) ∈ ℕ0)
 
Theoremoddprmgt2 16586 An odd prime is greater than 2. (Contributed by AV, 20-Aug-2021.)
(𝑃 ∈ (ℙ ∖ {2}) → 2 < 𝑃)
 
Theoremoddprmge3 16587 An odd prime is greater than or equal to 3. (Contributed by Alexander van der Vekens, 7-Oct-2018.) (Revised by AV, 20-Aug-2021.)
(𝑃 ∈ (ℙ ∖ {2}) → 𝑃 ∈ (ℤ‘3))
 
Theoremge2nprmge4 16588 A composite integer greater than or equal to 2 is greater than or equal to 4. (Contributed by AV, 5-Jun-2023.)
((𝑋 ∈ (ℤ‘2) ∧ 𝑋 ∉ ℙ) → 𝑋 ∈ (ℤ‘4))
 
Theoremsqnprm 16589 A square is never prime. (Contributed by Mario Carneiro, 20-Jun-2015.)
(𝐴 ∈ ℤ → ¬ (𝐴↑2) ∈ ℙ)
 
Theoremdvdsprm 16590 An integer greater than or equal to 2 divides a prime number iff it is equal to it. (Contributed by Paul Chapman, 26-Oct-2012.)
((𝑁 ∈ (ℤ‘2) ∧ 𝑃 ∈ ℙ) → (𝑁𝑃𝑁 = 𝑃))
 
Theoremexprmfct 16591* Every integer greater than or equal to 2 has a prime factor. (Contributed by Paul Chapman, 26-Oct-2012.) (Proof shortened by Mario Carneiro, 20-Jun-2015.)
(𝑁 ∈ (ℤ‘2) → ∃𝑝 ∈ ℙ 𝑝𝑁)
 
Theoremprmdvdsfz 16592* Each integer greater than 1 and less then or equal to a fixed number is divisible by a prime less then or equal to this fixed number. (Contributed by AV, 15-Aug-2020.)
((𝑁 ∈ ℕ ∧ 𝐼 ∈ (2...𝑁)) → ∃𝑝 ∈ ℙ (𝑝𝑁𝑝𝐼))
 
Theoremnprmdvds1 16593 No prime number divides 1. (Contributed by Paul Chapman, 17-Nov-2012.) (Proof shortened by Mario Carneiro, 2-Jul-2015.)
(𝑃 ∈ ℙ → ¬ 𝑃 ∥ 1)
 
Theoremisprm5 16594* One need only check prime divisors of 𝑃 up to 𝑃 in order to ensure primality. (Contributed by Mario Carneiro, 18-Feb-2014.)
(𝑃 ∈ ℙ ↔ (𝑃 ∈ (ℤ‘2) ∧ ∀𝑧 ∈ ℙ ((𝑧↑2) ≤ 𝑃 → ¬ 𝑧𝑃)))
 
Theoremisprm7 16595* One need only check prime divisors of 𝑃 up to 𝑃 in order to ensure primality. This version of isprm5 16594 combines the primality and bound on 𝑧 into a finite interval of prime numbers. (Contributed by Steve Rodriguez, 20-Jan-2020.)
(𝑃 ∈ ℙ ↔ (𝑃 ∈ (ℤ‘2) ∧ ∀𝑧 ∈ ((2...(⌊‘(√‘𝑃))) ∩ ℙ) ¬ 𝑧𝑃))
 
Theoremmaxprmfct 16596* The set of prime factors of an integer greater than or equal to 2 satisfies the conditions to have a supremum, and that supremum is a member of the set. (Contributed by Paul Chapman, 17-Nov-2012.)
𝑆 = {𝑧 ∈ ℙ ∣ 𝑧𝑁}       (𝑁 ∈ (ℤ‘2) → ((𝑆 ⊆ ℤ ∧ 𝑆 ≠ ∅ ∧ ∃𝑥 ∈ ℤ ∀𝑦𝑆 𝑦𝑥) ∧ sup(𝑆, ℝ, < ) ∈ 𝑆))
 
Theoremdivgcdodd 16597 Either 𝐴 / (𝐴 gcd 𝐵) is odd or 𝐵 / (𝐴 gcd 𝐵) is odd. (Contributed by Scott Fenton, 19-Apr-2014.)
((𝐴 ∈ ℕ ∧ 𝐵 ∈ ℕ) → (¬ 2 ∥ (𝐴 / (𝐴 gcd 𝐵)) ∨ ¬ 2 ∥ (𝐵 / (𝐴 gcd 𝐵))))
 
6.2.2  Coprimality and Euclid's lemma (cont.)

This section is about coprimality with respect to primes, and a special version of Euclid's lemma for primes is provided, see euclemma 16600.

 
Theoremcoprm 16598 A prime number either divides an integer or is coprime to it, but not both. Theorem 1.8 in [ApostolNT] p. 17. (Contributed by Paul Chapman, 22-Jun-2011.)
((𝑃 ∈ ℙ ∧ 𝑁 ∈ ℤ) → (¬ 𝑃𝑁 ↔ (𝑃 gcd 𝑁) = 1))
 
Theoremprmrp 16599 Unequal prime numbers are relatively prime. (Contributed by Mario Carneiro, 23-Feb-2014.)
((𝑃 ∈ ℙ ∧ 𝑄 ∈ ℙ) → ((𝑃 gcd 𝑄) = 1 ↔ 𝑃𝑄))
 
Theoremeuclemma 16600 Euclid's lemma. A prime number divides the product of two integers iff it divides at least one of them. Theorem 1.9 in [ApostolNT] p. 17. (Contributed by Paul Chapman, 17-Nov-2012.)
((𝑃 ∈ ℙ ∧ 𝑀 ∈ ℤ ∧ 𝑁 ∈ ℤ) → (𝑃 ∥ (𝑀 · 𝑁) ↔ (𝑃𝑀𝑃𝑁)))
    < 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-17400 175 17401-17500 176 17501-17600 177 17601-17700 178 17701-17800 179 17801-17900 180 17901-18000 181 18001-18100 182 18101-18200 183 18201-18300 184 18301-18400 185 18401-18500 186 18501-18600 187 18601-18700 188 18701-18800 189 18801-18900 190 18901-19000 191 19001-19100 192 19101-19200 193 19201-19300 194 19301-19400 195 19401-19500 196 19501-19600 197 19601-19700 198 19701-19800 199 19801-19900 200 19901-20000 201 20001-20100 202 20101-20200 203 20201-20300 204 20301-20400 205 20401-20500 206 20501-20600 207 20601-20700 208 20701-20800 209 20801-20900 210 20901-21000 211 21001-21100 212 21101-21200 213 21201-21300 214 21301-21400 215 21401-21500 216 21501-21600 217 21601-21700 218 21701-21800 219 21801-21900 220 21901-22000 221 22001-22100 222 22101-22200 223 22201-22300 224 22301-22400 225 22401-22500 226 22501-22600 227 22601-22700 228 22701-22800 229 22801-22900 230 22901-23000 231 23001-23100 232 23101-23200 233 23201-23300 234 23301-23400 235 23401-23500 236 23501-23600 237 23601-23700 238 23701-23800 239 23801-23900 240 23901-24000 241 24001-24100 242 24101-24200 243 24201-24300 244 24301-24400 245 24401-24500 246 24501-24600 247 24601-24700 248 24701-24800 249 24801-24900 250 24901-25000 251 25001-25100 252 25101-25200 253 25201-25300 254 25301-25400 255 25401-25500 256 25501-25600 257 25601-25700 258 25701-25800 259 25801-25900 260 25901-26000 261 26001-26100 262 26101-26200 263 26201-26300 264 26301-26400 265 26401-26500 266 26501-26600 267 26601-26700 268 26701-26800 269 26801-26900 270 26901-27000 271 27001-27100 272 27101-27200 273 27201-27300 274 27301-27400 275 27401-27500 276 27501-27600 277 27601-27700 278 27701-27800 279 27801-27900 280 27901-28000 281 28001-28100 282 28101-28200 283 28201-28300 284 28301-28400 285 28401-28500 286 28501-28600 287 28601-28700 288 28701-28800 289 28801-28900 290 28901-29000 291 29001-29100 292 29101-29200 293 29201-29300 294 29301-29400 295 29401-29500 296 29501-29600 297 29601-29700 298 29701-29800 299 29801-29900 300 29901-30000 301 30001-30100 302 30101-30200 303 30201-30300 304 30301-30400 305 30401-30500 306 30501-30600 307 30601-30700 308 30701-30800 309 30801-30900 310 30901-31000 311 31001-31100 312 31101-31200 313 31201-31300 314 31301-31400 315 31401-31500 316 31501-31600 317 31601-31700 318 31701-31800 319 31801-31900 320 31901-32000 321 32001-32100 322 32101-32200 323 32201-32300 324 32301-32400 325 32401-32500 326 32501-32600 327 32601-32700 328 32701-32800 329 32801-32900 330 32901-33000 331 33001-33100 332 33101-33200 333 33201-33300 334 33301-33400 335 33401-33500 336 33501-33600 337 33601-33700 338 33701-33800 339 33801-33900 340 33901-34000 341 34001-34100 342 34101-34200 343 34201-34300 344 34301-34400 345 34401-34500 346 34501-34600 347 34601-34700 348 34701-34800 349 34801-34900 350 34901-35000 351 35001-35100 352 35101-35200 353 35201-35300 354 35301-35400 355 35401-35500 356 35501-35600 357 35601-35700 358 35701-35800 359 35801-35900 360 35901-36000 361 36001-36100 362 36101-36200 363 36201-36300 364 36301-36400 365 36401-36500 366 36501-36600 367 36601-36700 368 36701-36800 369 36801-36900 370 36901-37000 371 37001-37100 372 37101-37200 373 37201-37300 374 37301-37400 375 37401-37500 376 37501-37600 377 37601-37700 378 37701-37800 379 37801-37900 380 37901-38000 381 38001-38100 382 38101-38200 383 38201-38300 384 38301-38400 385 38401-38500 386 38501-38600 387 38601-38700 388 38701-38800 389 38801-38900 390 38901-39000 391 39001-39100 392 39101-39200 393 39201-39300 394 39301-39400 395 39401-39500 396 39501-39600 397 39601-39700 398 39701-39800 399 39801-39900 400 39901-40000 401 40001-40100 402 40101-40200 403 40201-40300 404 40301-40400 405 40401-40500 406 40501-40600 407 40601-40700 408 40701-40800 409 40801-40900 410 40901-41000 411 41001-41100 412 41101-41200 413 41201-41300 414 41301-41400 415 41401-41500 416 41501-41600 417 41601-41700 418 41701-41800 419 41801-41900 420 41901-42000 421 42001-42100 422 42101-42200 423 42201-42300 424 42301-42400 425 42401-42500 426 42501-42600 427 42601-42700 428 42701-42800 429 42801-42900 430 42901-43000 431 43001-43100 432 43101-43200 433 43201-43300 434 43301-43400 435 43401-43500 436 43501-43600 437 43601-43700 438 43701-43800 439 43801-43900 440 43901-44000 441 44001-44100 442 44101-44200 443 44201-44300 444 44301-44400 445 44401-44500 446 44501-44600 447 44601-44700 448 44701-44800 449 44801-44900 450 44901-45000 451 45001-45100 452 45101-45200 453 45201-45300 454 45301-45400 455 45401-45500 456 45501-45600 457 45601-45700 458 45701-45800 459 45801-45900 460 45901-46000 461 46001-46100 462 46101-46200 463 46201-46300 464 46301-46400 465 46401-46500 466 46501-46600 467 46601-46700 468 46701-46800 469 46801-46900 470 46901-47000 471 47001-47100 472 47101-47200 473 47201-47300 474 47301-47372
  Copyright terms: Public domain < Previous  Next >