HomeHome Intuitionistic Logic Explorer
Theorem List (p. 80 of 164)
< Previous  Next >
Bad symbols? Try the
GIF version.

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

Theorem List for Intuitionistic Logic Explorer - 7901-8000   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremmulsrpr 7901 Multiplication of signed reals in terms of positive reals. (Contributed by NM, 3-Sep-1995.) (Revised by Mario Carneiro, 12-Aug-2015.)
(((𝐴P𝐵P) ∧ (𝐶P𝐷P)) → ([⟨𝐴, 𝐵⟩] ~R ·R [⟨𝐶, 𝐷⟩] ~R ) = [⟨((𝐴 ·P 𝐶) +P (𝐵 ·P 𝐷)), ((𝐴 ·P 𝐷) +P (𝐵 ·P 𝐶))⟩] ~R )
 
Theoremltsrprg 7902 Ordering of signed reals in terms of positive reals. (Contributed by Jim Kingdon, 2-Jan-2019.)
(((𝐴P𝐵P) ∧ (𝐶P𝐷P)) → ([⟨𝐴, 𝐵⟩] ~R <R [⟨𝐶, 𝐷⟩] ~R ↔ (𝐴 +P 𝐷)<P (𝐵 +P 𝐶)))
 
Theoremgt0srpr 7903 Greater than zero in terms of positive reals. (Contributed by NM, 13-May-1996.)
(0R <R [⟨𝐴, 𝐵⟩] ~R𝐵<P 𝐴)
 
Theorem0nsr 7904 The empty set is not a signed real. (Contributed by NM, 25-Aug-1995.) (Revised by Mario Carneiro, 10-Jul-2014.)
¬ ∅ ∈ R
 
Theorem0r 7905 The constant 0R is a signed real. (Contributed by NM, 9-Aug-1995.)
0RR
 
Theorem1sr 7906 The constant 1R is a signed real. (Contributed by NM, 9-Aug-1995.)
1RR
 
Theoremm1r 7907 The constant -1R is a signed real. (Contributed by NM, 9-Aug-1995.)
-1RR
 
Theoremaddclsr 7908 Closure of addition on signed reals. (Contributed by NM, 25-Jul-1995.)
((𝐴R𝐵R) → (𝐴 +R 𝐵) ∈ R)
 
Theoremmulclsr 7909 Closure of multiplication on signed reals. (Contributed by NM, 10-Aug-1995.)
((𝐴R𝐵R) → (𝐴 ·R 𝐵) ∈ R)
 
Theoremaddcomsrg 7910 Addition of signed reals is commutative. (Contributed by Jim Kingdon, 3-Jan-2020.)
((𝐴R𝐵R) → (𝐴 +R 𝐵) = (𝐵 +R 𝐴))
 
Theoremaddasssrg 7911 Addition of signed reals is associative. (Contributed by Jim Kingdon, 3-Jan-2020.)
((𝐴R𝐵R𝐶R) → ((𝐴 +R 𝐵) +R 𝐶) = (𝐴 +R (𝐵 +R 𝐶)))
 
Theoremmulcomsrg 7912 Multiplication of signed reals is commutative. (Contributed by Jim Kingdon, 3-Jan-2020.)
((𝐴R𝐵R) → (𝐴 ·R 𝐵) = (𝐵 ·R 𝐴))
 
Theoremmulasssrg 7913 Multiplication of signed reals is associative. (Contributed by Jim Kingdon, 3-Jan-2020.)
((𝐴R𝐵R𝐶R) → ((𝐴 ·R 𝐵) ·R 𝐶) = (𝐴 ·R (𝐵 ·R 𝐶)))
 
Theoremdistrsrg 7914 Multiplication of signed reals is distributive. (Contributed by Jim Kingdon, 4-Jan-2020.)
((𝐴R𝐵R𝐶R) → (𝐴 ·R (𝐵 +R 𝐶)) = ((𝐴 ·R 𝐵) +R (𝐴 ·R 𝐶)))
 
Theoremm1p1sr 7915 Minus one plus one is zero for signed reals. (Contributed by NM, 5-May-1996.)
(-1R +R 1R) = 0R
 
Theoremm1m1sr 7916 Minus one times minus one is plus one for signed reals. (Contributed by NM, 14-May-1996.)
(-1R ·R -1R) = 1R
 
Theoremlttrsr 7917* Signed real 'less than' is a transitive relation. (Contributed by Jim Kingdon, 4-Jan-2019.)
((𝑓R𝑔RR) → ((𝑓 <R 𝑔𝑔 <R ) → 𝑓 <R ))
 
Theoremltposr 7918 Signed real 'less than' is a partial order. (Contributed by Jim Kingdon, 4-Jan-2019.)
<R Po R
 
Theoremltsosr 7919 Signed real 'less than' is a strict ordering. (Contributed by NM, 19-Feb-1996.)
<R Or R
 
Theorem0lt1sr 7920 0 is less than 1 for signed reals. (Contributed by NM, 26-Mar-1996.)
0R <R 1R
 
Theorem1ne0sr 7921 1 and 0 are distinct for signed reals. (Contributed by NM, 26-Mar-1996.)
¬ 1R = 0R
 
Theorem0idsr 7922 The signed real number 0 is an identity element for addition of signed reals. (Contributed by NM, 10-Apr-1996.)
(𝐴R → (𝐴 +R 0R) = 𝐴)
 
Theorem1idsr 7923 1 is an identity element for multiplication. (Contributed by Jim Kingdon, 5-Jan-2020.)
(𝐴R → (𝐴 ·R 1R) = 𝐴)
 
Theorem00sr 7924 A signed real times 0 is 0. (Contributed by NM, 10-Apr-1996.)
(𝐴R → (𝐴 ·R 0R) = 0R)
 
Theoremltasrg 7925 Ordering property of addition. (Contributed by NM, 10-May-1996.)
((𝐴R𝐵R𝐶R) → (𝐴 <R 𝐵 ↔ (𝐶 +R 𝐴) <R (𝐶 +R 𝐵)))
 
Theorempn0sr 7926 A signed real plus its negative is zero. (Contributed by NM, 14-May-1996.)
(𝐴R → (𝐴 +R (𝐴 ·R -1R)) = 0R)
 
Theoremnegexsr 7927* Existence of negative signed real. Part of Proposition 9-4.3 of [Gleason] p. 126. (Contributed by NM, 2-May-1996.)
(𝐴R → ∃𝑥R (𝐴 +R 𝑥) = 0R)
 
Theoremrecexgt0sr 7928* The reciprocal of a positive signed real exists and is positive. (Contributed by Jim Kingdon, 6-Feb-2020.)
(0R <R 𝐴 → ∃𝑥R (0R <R 𝑥 ∧ (𝐴 ·R 𝑥) = 1R))
 
Theoremrecexsrlem 7929* The reciprocal of a positive signed real exists. Part of Proposition 9-4.3 of [Gleason] p. 126. (Contributed by NM, 15-May-1996.)
(0R <R 𝐴 → ∃𝑥R (𝐴 ·R 𝑥) = 1R)
 
Theoremaddgt0sr 7930 The sum of two positive signed reals is positive. (Contributed by NM, 14-May-1996.)
((0R <R 𝐴 ∧ 0R <R 𝐵) → 0R <R (𝐴 +R 𝐵))
 
Theoremltadd1sr 7931 Adding one to a signed real yields a larger signed real. (Contributed by Jim Kingdon, 7-Jul-2021.)
(𝐴R𝐴 <R (𝐴 +R 1R))
 
Theoremltm1sr 7932 Adding minus one to a signed real yields a smaller signed real. (Contributed by Jim Kingdon, 21-Jan-2024.)
(𝐴R → (𝐴 +R -1R) <R 𝐴)
 
Theoremmulgt0sr 7933 The product of two positive signed reals is positive. (Contributed by NM, 13-May-1996.)
((0R <R 𝐴 ∧ 0R <R 𝐵) → 0R <R (𝐴 ·R 𝐵))
 
Theoremaptisr 7934 Apartness of signed reals is tight. (Contributed by Jim Kingdon, 29-Jan-2020.)
((𝐴R𝐵R ∧ ¬ (𝐴 <R 𝐵𝐵 <R 𝐴)) → 𝐴 = 𝐵)
 
Theoremmulextsr1lem 7935 Lemma for mulextsr1 7936. (Contributed by Jim Kingdon, 17-Feb-2020.)
(((𝑋P𝑌P) ∧ (𝑍P𝑊P) ∧ (𝑈P𝑉P)) → ((((𝑋 ·P 𝑈) +P (𝑌 ·P 𝑉)) +P ((𝑍 ·P 𝑉) +P (𝑊 ·P 𝑈)))<P (((𝑋 ·P 𝑉) +P (𝑌 ·P 𝑈)) +P ((𝑍 ·P 𝑈) +P (𝑊 ·P 𝑉))) → ((𝑋 +P 𝑊)<P (𝑌 +P 𝑍) ∨ (𝑍 +P 𝑌)<P (𝑊 +P 𝑋))))
 
Theoremmulextsr1 7936 Strong extensionality of multiplication of signed reals. (Contributed by Jim Kingdon, 18-Feb-2020.)
((𝐴R𝐵R𝐶R) → ((𝐴 ·R 𝐶) <R (𝐵 ·R 𝐶) → (𝐴 <R 𝐵𝐵 <R 𝐴)))
 
Theoremarchsr 7937* For any signed real, there is an integer that is greater than it. This is also known as the "archimedean property". The expression [⟨(⟨{𝑙𝑙 <Q [⟨𝑥, 1o⟩] ~Q }, {𝑢 ∣ [⟨𝑥, 1o⟩] ~Q <Q 𝑢}⟩ +P 1P), 1P⟩] ~R is the embedding of the positive integer 𝑥 into the signed reals. (Contributed by Jim Kingdon, 23-Apr-2020.)
(𝐴R → ∃𝑥N 𝐴 <R [⟨(⟨{𝑙𝑙 <Q [⟨𝑥, 1o⟩] ~Q }, {𝑢 ∣ [⟨𝑥, 1o⟩] ~Q <Q 𝑢}⟩ +P 1P), 1P⟩] ~R )
 
Theoremsrpospr 7938* Mapping from a signed real greater than zero to a positive real. (Contributed by Jim Kingdon, 25-Jun-2021.)
((𝐴R ∧ 0R <R 𝐴) → ∃!𝑥P [⟨(𝑥 +P 1P), 1P⟩] ~R = 𝐴)
 
Theoremprsrcl 7939 Mapping from a positive real to a signed real. (Contributed by Jim Kingdon, 25-Jun-2021.)
(𝐴P → [⟨(𝐴 +P 1P), 1P⟩] ~RR)
 
Theoremprsrpos 7940 Mapping from a positive real to a signed real yields a result greater than zero. (Contributed by Jim Kingdon, 25-Jun-2021.)
(𝐴P → 0R <R [⟨(𝐴 +P 1P), 1P⟩] ~R )
 
Theoremprsradd 7941 Mapping from positive real addition to signed real addition. (Contributed by Jim Kingdon, 29-Jun-2021.)
((𝐴P𝐵P) → [⟨((𝐴 +P 𝐵) +P 1P), 1P⟩] ~R = ([⟨(𝐴 +P 1P), 1P⟩] ~R +R [⟨(𝐵 +P 1P), 1P⟩] ~R ))
 
Theoremprsrlt 7942 Mapping from positive real ordering to signed real ordering. (Contributed by Jim Kingdon, 29-Jun-2021.)
((𝐴P𝐵P) → (𝐴<P 𝐵 ↔ [⟨(𝐴 +P 1P), 1P⟩] ~R <R [⟨(𝐵 +P 1P), 1P⟩] ~R ))
 
Theoremprsrriota 7943* Mapping a restricted iota from a positive real to a signed real. (Contributed by Jim Kingdon, 29-Jun-2021.)
((𝐴R ∧ 0R <R 𝐴) → [⟨((𝑥P [⟨(𝑥 +P 1P), 1P⟩] ~R = 𝐴) +P 1P), 1P⟩] ~R = 𝐴)
 
Theoremcaucvgsrlemcl 7944* Lemma for caucvgsr 7957. Terms of the sequence from caucvgsrlemgt1 7950 can be mapped to positive reals. (Contributed by Jim Kingdon, 2-Jul-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑚N 1R <R (𝐹𝑚))       ((𝜑𝐴N) → (𝑦P (𝐹𝐴) = [⟨(𝑦 +P 1P), 1P⟩] ~R ) ∈ P)
 
Theoremcaucvgsrlemasr 7945* Lemma for caucvgsr 7957. The lower bound is a signed real. (Contributed by Jim Kingdon, 4-Jul-2021.)
(𝜑 → ∀𝑚N 𝐴 <R (𝐹𝑚))       (𝜑𝐴R)
 
Theoremcaucvgsrlemfv 7946* Lemma for caucvgsr 7957. Coercing sequence value from a positive real to a signed real. (Contributed by Jim Kingdon, 29-Jun-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))    &   (𝜑 → ∀𝑚N 1R <R (𝐹𝑚))    &   𝐺 = (𝑥N ↦ (𝑦P (𝐹𝑥) = [⟨(𝑦 +P 1P), 1P⟩] ~R ))       ((𝜑𝐴N) → [⟨((𝐺𝐴) +P 1P), 1P⟩] ~R = (𝐹𝐴))
 
Theoremcaucvgsrlemf 7947* Lemma for caucvgsr 7957. Defining the sequence in terms of positive reals. (Contributed by Jim Kingdon, 23-Jun-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))    &   (𝜑 → ∀𝑚N 1R <R (𝐹𝑚))    &   𝐺 = (𝑥N ↦ (𝑦P (𝐹𝑥) = [⟨(𝑦 +P 1P), 1P⟩] ~R ))       (𝜑𝐺:NP)
 
Theoremcaucvgsrlemcau 7948* Lemma for caucvgsr 7957. Defining the Cauchy condition in terms of positive reals. (Contributed by Jim Kingdon, 23-Jun-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))    &   (𝜑 → ∀𝑚N 1R <R (𝐹𝑚))    &   𝐺 = (𝑥N ↦ (𝑦P (𝐹𝑥) = [⟨(𝑦 +P 1P), 1P⟩] ~R ))       (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐺𝑛)<P ((𝐺𝑘) +P ⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩) ∧ (𝐺𝑘)<P ((𝐺𝑛) +P ⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩))))
 
Theoremcaucvgsrlembound 7949* Lemma for caucvgsr 7957. Defining the boundedness condition in terms of positive reals. (Contributed by Jim Kingdon, 25-Jun-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))    &   (𝜑 → ∀𝑚N 1R <R (𝐹𝑚))    &   𝐺 = (𝑥N ↦ (𝑦P (𝐹𝑥) = [⟨(𝑦 +P 1P), 1P⟩] ~R ))       (𝜑 → ∀𝑚N 1P<P (𝐺𝑚))
 
Theoremcaucvgsrlemgt1 7950* Lemma for caucvgsr 7957. A Cauchy sequence whose terms are greater than one converges. (Contributed by Jim Kingdon, 22-Jun-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))    &   (𝜑 → ∀𝑚N 1R <R (𝐹𝑚))       (𝜑 → ∃𝑦R𝑥R (0R <R 𝑥 → ∃𝑗N𝑖N (𝑗 <N 𝑖 → ((𝐹𝑖) <R (𝑦 +R 𝑥) ∧ 𝑦 <R ((𝐹𝑖) +R 𝑥)))))
 
Theoremcaucvgsrlemoffval 7951* Lemma for caucvgsr 7957. Offsetting the values of the sequence so they are greater than one. (Contributed by Jim Kingdon, 3-Jul-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))    &   (𝜑 → ∀𝑚N 𝐴 <R (𝐹𝑚))    &   𝐺 = (𝑎N ↦ (((𝐹𝑎) +R 1R) +R (𝐴 ·R -1R)))       ((𝜑𝐽N) → ((𝐺𝐽) +R 𝐴) = ((𝐹𝐽) +R 1R))
 
Theoremcaucvgsrlemofff 7952* Lemma for caucvgsr 7957. Offsetting the values of the sequence so they are greater than one. (Contributed by Jim Kingdon, 3-Jul-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))    &   (𝜑 → ∀𝑚N 𝐴 <R (𝐹𝑚))    &   𝐺 = (𝑎N ↦ (((𝐹𝑎) +R 1R) +R (𝐴 ·R -1R)))       (𝜑𝐺:NR)
 
Theoremcaucvgsrlemoffcau 7953* Lemma for caucvgsr 7957. Offsetting the values of the sequence so they are greater than one. (Contributed by Jim Kingdon, 3-Jul-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))    &   (𝜑 → ∀𝑚N 𝐴 <R (𝐹𝑚))    &   𝐺 = (𝑎N ↦ (((𝐹𝑎) +R 1R) +R (𝐴 ·R -1R)))       (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐺𝑛) <R ((𝐺𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐺𝑘) <R ((𝐺𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))
 
Theoremcaucvgsrlemoffgt1 7954* Lemma for caucvgsr 7957. Offsetting the values of the sequence so they are greater than one. (Contributed by Jim Kingdon, 3-Jul-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))    &   (𝜑 → ∀𝑚N 𝐴 <R (𝐹𝑚))    &   𝐺 = (𝑎N ↦ (((𝐹𝑎) +R 1R) +R (𝐴 ·R -1R)))       (𝜑 → ∀𝑚N 1R <R (𝐺𝑚))
 
Theoremcaucvgsrlemoffres 7955* Lemma for caucvgsr 7957. Offsetting the values of the sequence so they are greater than one. (Contributed by Jim Kingdon, 3-Jul-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))    &   (𝜑 → ∀𝑚N 𝐴 <R (𝐹𝑚))    &   𝐺 = (𝑎N ↦ (((𝐹𝑎) +R 1R) +R (𝐴 ·R -1R)))       (𝜑 → ∃𝑦R𝑥R (0R <R 𝑥 → ∃𝑗N𝑘N (𝑗 <N 𝑘 → ((𝐹𝑘) <R (𝑦 +R 𝑥) ∧ 𝑦 <R ((𝐹𝑘) +R 𝑥)))))
 
Theoremcaucvgsrlembnd 7956* Lemma for caucvgsr 7957. A Cauchy sequence with a lower bound converges. (Contributed by Jim Kingdon, 19-Jun-2021.)
(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))    &   (𝜑 → ∀𝑚N 𝐴 <R (𝐹𝑚))       (𝜑 → ∃𝑦R𝑥R (0R <R 𝑥 → ∃𝑗N𝑘N (𝑗 <N 𝑘 → ((𝐹𝑘) <R (𝑦 +R 𝑥) ∧ 𝑦 <R ((𝐹𝑘) +R 𝑥)))))
 
Theoremcaucvgsr 7957* A Cauchy sequence of signed reals with a modulus of convergence converges to a signed real. This is basically Corollary 11.2.13 of [HoTT], p. (varies). The HoTT book theorem has a modulus of convergence (that is, a rate of convergence) specified by (11.2.9) in HoTT whereas this theorem fixes the rate of convergence to say that all terms after the nth term must be within 1 / 𝑛 of the nth term (it should later be able to prove versions of this theorem with a different fixed rate or a modulus of convergence supplied as a hypothesis).

This is similar to caucvgprpr 7867 but is for signed reals rather than positive reals.

Here is an outline of how we prove it:

1. Choose a lower bound for the sequence (see caucvgsrlembnd 7956).

2. Offset each element of the sequence so that each element of the resulting sequence is greater than one (greater than zero would not suffice, because the limit as well as the elements of the sequence need to be positive) (see caucvgsrlemofff 7952).

3. Since a signed real (element of R) which is greater than zero can be mapped to a positive real (element of P), perform that mapping on each element of the sequence and invoke caucvgprpr 7867 to get a limit (see caucvgsrlemgt1 7950).

4. Map the resulting limit from positive reals back to signed reals (see caucvgsrlemgt1 7950).

5. Offset that limit so that we get the limit of the original sequence rather than the limit of the offsetted sequence (see caucvgsrlemoffres 7955). (Contributed by Jim Kingdon, 20-Jun-2021.)

(𝜑𝐹:NR)    &   (𝜑 → ∀𝑛N𝑘N (𝑛 <N 𝑘 → ((𝐹𝑛) <R ((𝐹𝑘) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ) ∧ (𝐹𝑘) <R ((𝐹𝑛) +R [⟨(⟨{𝑙𝑙 <Q (*Q‘[⟨𝑛, 1o⟩] ~Q )}, {𝑢 ∣ (*Q‘[⟨𝑛, 1o⟩] ~Q ) <Q 𝑢}⟩ +P 1P), 1P⟩] ~R ))))       (𝜑 → ∃𝑦R𝑥R (0R <R 𝑥 → ∃𝑗N𝑘N (𝑗 <N 𝑘 → ((𝐹𝑘) <R (𝑦 +R 𝑥) ∧ 𝑦 <R ((𝐹𝑘) +R 𝑥)))))
 
Theoremltpsrprg 7958 Mapping of order from positive signed reals to positive reals. (Contributed by NM, 17-May-1996.) (Revised by Mario Carneiro, 15-Jun-2013.)
((𝐴P𝐵P𝐶R) → ((𝐶 +R [⟨𝐴, 1P⟩] ~R ) <R (𝐶 +R [⟨𝐵, 1P⟩] ~R ) ↔ 𝐴<P 𝐵))
 
Theoremmappsrprg 7959 Mapping from positive signed reals to positive reals. (Contributed by NM, 17-May-1996.) (Revised by Mario Carneiro, 15-Jun-2013.)
((𝐴P𝐶R) → (𝐶 +R -1R) <R (𝐶 +R [⟨𝐴, 1P⟩] ~R ))
 
Theoremmap2psrprg 7960* Equivalence for positive signed real. (Contributed by NM, 17-May-1996.) (Revised by Mario Carneiro, 15-Jun-2013.)
(𝐶R → ((𝐶 +R -1R) <R 𝐴 ↔ ∃𝑥P (𝐶 +R [⟨𝑥, 1P⟩] ~R ) = 𝐴))
 
Theoremsuplocsrlemb 7961* Lemma for suplocsr 7964. The set 𝐵 is located. (Contributed by Jim Kingdon, 18-Jan-2024.)
𝐵 = {𝑤P ∣ (𝐶 +R [⟨𝑤, 1P⟩] ~R ) ∈ 𝐴}    &   (𝜑𝐴R)    &   (𝜑𝐶𝐴)    &   (𝜑 → ∃𝑥R𝑦𝐴 𝑦 <R 𝑥)    &   (𝜑 → ∀𝑥R𝑦R (𝑥 <R 𝑦 → (∃𝑧𝐴 𝑥 <R 𝑧 ∨ ∀𝑧𝐴 𝑧 <R 𝑦)))       (𝜑 → ∀𝑢P𝑣P (𝑢<P 𝑣 → (∃𝑞𝐵 𝑢<P 𝑞 ∨ ∀𝑞𝐵 𝑞<P 𝑣)))
 
Theoremsuplocsrlempr 7962* Lemma for suplocsr 7964. The set 𝐵 has a least upper bound. (Contributed by Jim Kingdon, 19-Jan-2024.)
𝐵 = {𝑤P ∣ (𝐶 +R [⟨𝑤, 1P⟩] ~R ) ∈ 𝐴}    &   (𝜑𝐴R)    &   (𝜑𝐶𝐴)    &   (𝜑 → ∃𝑥R𝑦𝐴 𝑦 <R 𝑥)    &   (𝜑 → ∀𝑥R𝑦R (𝑥 <R 𝑦 → (∃𝑧𝐴 𝑥 <R 𝑧 ∨ ∀𝑧𝐴 𝑧 <R 𝑦)))       (𝜑 → ∃𝑣P (∀𝑤𝐵 ¬ 𝑣<P 𝑤 ∧ ∀𝑤P (𝑤<P 𝑣 → ∃𝑢𝐵 𝑤<P 𝑢)))
 
Theoremsuplocsrlem 7963* Lemma for suplocsr 7964. The set 𝐴 has a least upper bound. (Contributed by Jim Kingdon, 16-Jan-2024.)
𝐵 = {𝑤P ∣ (𝐶 +R [⟨𝑤, 1P⟩] ~R ) ∈ 𝐴}    &   (𝜑𝐴R)    &   (𝜑𝐶𝐴)    &   (𝜑 → ∃𝑥R𝑦𝐴 𝑦 <R 𝑥)    &   (𝜑 → ∀𝑥R𝑦R (𝑥 <R 𝑦 → (∃𝑧𝐴 𝑥 <R 𝑧 ∨ ∀𝑧𝐴 𝑧 <R 𝑦)))       (𝜑 → ∃𝑥R (∀𝑦𝐴 ¬ 𝑥 <R 𝑦 ∧ ∀𝑦R (𝑦 <R 𝑥 → ∃𝑧𝐴 𝑦 <R 𝑧)))
 
Theoremsuplocsr 7964* An inhabited, bounded, located set of signed reals has a supremum. (Contributed by Jim Kingdon, 22-Jan-2024.)
(𝜑 → ∃𝑥 𝑥𝐴)    &   (𝜑 → ∃𝑥R𝑦𝐴 𝑦 <R 𝑥)    &   (𝜑 → ∀𝑥R𝑦R (𝑥 <R 𝑦 → (∃𝑧𝐴 𝑥 <R 𝑧 ∨ ∀𝑧𝐴 𝑧 <R 𝑦)))       (𝜑 → ∃𝑥R (∀𝑦𝐴 ¬ 𝑥 <R 𝑦 ∧ ∀𝑦R (𝑦 <R 𝑥 → ∃𝑧𝐴 𝑦 <R 𝑧)))
 
Syntaxcc 7965 Class of complex numbers.
class
 
Syntaxcr 7966 Class of real numbers.
class
 
Syntaxcc0 7967 Extend class notation to include the complex number 0.
class 0
 
Syntaxc1 7968 Extend class notation to include the complex number 1.
class 1
 
Syntaxci 7969 Extend class notation to include the complex number i.
class i
 
Syntaxcaddc 7970 Addition on complex numbers.
class +
 
Syntaxcltrr 7971 'Less than' predicate (defined over real subset of complex numbers).
class <
 
Syntaxcmul 7972 Multiplication on complex numbers. The token · is a center dot.
class ·
 
Definitiondf-c 7973 Define the set of complex numbers. (Contributed by NM, 22-Feb-1996.)
ℂ = (R × R)
 
Definitiondf-0 7974 Define the complex number 0. (Contributed by NM, 22-Feb-1996.)
0 = ⟨0R, 0R
 
Definitiondf-1 7975 Define the complex number 1. (Contributed by NM, 22-Feb-1996.)
1 = ⟨1R, 0R
 
Definitiondf-i 7976 Define the complex number i (the imaginary unit). (Contributed by NM, 22-Feb-1996.)
i = ⟨0R, 1R
 
Definitiondf-r 7977 Define the set of real numbers. (Contributed by NM, 22-Feb-1996.)
ℝ = (R × {0R})
 
Definitiondf-add 7978* Define addition over complex numbers. (Contributed by NM, 28-May-1995.)
+ = {⟨⟨𝑥, 𝑦⟩, 𝑧⟩ ∣ ((𝑥 ∈ ℂ ∧ 𝑦 ∈ ℂ) ∧ ∃𝑤𝑣𝑢𝑓((𝑥 = ⟨𝑤, 𝑣⟩ ∧ 𝑦 = ⟨𝑢, 𝑓⟩) ∧ 𝑧 = ⟨(𝑤 +R 𝑢), (𝑣 +R 𝑓)⟩))}
 
Definitiondf-mul 7979* Define multiplication over complex numbers. (Contributed by NM, 9-Aug-1995.)
· = {⟨⟨𝑥, 𝑦⟩, 𝑧⟩ ∣ ((𝑥 ∈ ℂ ∧ 𝑦 ∈ ℂ) ∧ ∃𝑤𝑣𝑢𝑓((𝑥 = ⟨𝑤, 𝑣⟩ ∧ 𝑦 = ⟨𝑢, 𝑓⟩) ∧ 𝑧 = ⟨((𝑤 ·R 𝑢) +R (-1R ·R (𝑣 ·R 𝑓))), ((𝑣 ·R 𝑢) +R (𝑤 ·R 𝑓))⟩))}
 
Definitiondf-lt 7980* Define 'less than' on the real subset of complex numbers. (Contributed by NM, 22-Feb-1996.)
< = {⟨𝑥, 𝑦⟩ ∣ ((𝑥 ∈ ℝ ∧ 𝑦 ∈ ℝ) ∧ ∃𝑧𝑤((𝑥 = ⟨𝑧, 0R⟩ ∧ 𝑦 = ⟨𝑤, 0R⟩) ∧ 𝑧 <R 𝑤))}
 
Theoremopelcn 7981 Ordered pair membership in the class of complex numbers. (Contributed by NM, 14-May-1996.)
(⟨𝐴, 𝐵⟩ ∈ ℂ ↔ (𝐴R𝐵R))
 
Theoremopelreal 7982 Ordered pair membership in class of real subset of complex numbers. (Contributed by NM, 22-Feb-1996.)
(⟨𝐴, 0R⟩ ∈ ℝ ↔ 𝐴R)
 
Theoremelreal 7983* Membership in class of real numbers. (Contributed by NM, 31-Mar-1996.)
(𝐴 ∈ ℝ ↔ ∃𝑥R𝑥, 0R⟩ = 𝐴)
 
Theoremelrealeu 7984* The real number mapping in elreal 7983 is unique. (Contributed by Jim Kingdon, 11-Jul-2021.)
(𝐴 ∈ ℝ ↔ ∃!𝑥R𝑥, 0R⟩ = 𝐴)
 
Theoremelreal2 7985 Ordered pair membership in the class of complex numbers. (Contributed by Mario Carneiro, 15-Jun-2013.)
(𝐴 ∈ ℝ ↔ ((1st𝐴) ∈ R𝐴 = ⟨(1st𝐴), 0R⟩))
 
Theorem0ncn 7986 The empty set is not a complex number. Note: do not use this after the real number axioms are developed, since it is a construction-dependent property. See also cnm 7987 which is a related property. (Contributed by NM, 2-May-1996.)
¬ ∅ ∈ ℂ
 
Theoremcnm 7987* A complex number is an inhabited set. Note: do not use this after the real number axioms are developed, since it is a construction-dependent property. (Contributed by Jim Kingdon, 23-Oct-2023.) (New usage is discouraged.)
(𝐴 ∈ ℂ → ∃𝑥 𝑥𝐴)
 
Theoremltrelre 7988 'Less than' is a relation on real numbers. (Contributed by NM, 22-Feb-1996.)
< ⊆ (ℝ × ℝ)
 
Theoremaddcnsr 7989 Addition of complex numbers in terms of signed reals. (Contributed by NM, 28-May-1995.)
(((𝐴R𝐵R) ∧ (𝐶R𝐷R)) → (⟨𝐴, 𝐵⟩ + ⟨𝐶, 𝐷⟩) = ⟨(𝐴 +R 𝐶), (𝐵 +R 𝐷)⟩)
 
Theoremmulcnsr 7990 Multiplication of complex numbers in terms of signed reals. (Contributed by NM, 9-Aug-1995.)
(((𝐴R𝐵R) ∧ (𝐶R𝐷R)) → (⟨𝐴, 𝐵⟩ · ⟨𝐶, 𝐷⟩) = ⟨((𝐴 ·R 𝐶) +R (-1R ·R (𝐵 ·R 𝐷))), ((𝐵 ·R 𝐶) +R (𝐴 ·R 𝐷))⟩)
 
Theoremeqresr 7991 Equality of real numbers in terms of intermediate signed reals. (Contributed by NM, 10-May-1996.)
𝐴 ∈ V       (⟨𝐴, 0R⟩ = ⟨𝐵, 0R⟩ ↔ 𝐴 = 𝐵)
 
Theoremaddresr 7992 Addition of real numbers in terms of intermediate signed reals. (Contributed by NM, 10-May-1996.)
((𝐴R𝐵R) → (⟨𝐴, 0R⟩ + ⟨𝐵, 0R⟩) = ⟨(𝐴 +R 𝐵), 0R⟩)
 
Theoremmulresr 7993 Multiplication of real numbers in terms of intermediate signed reals. (Contributed by NM, 10-May-1996.)
((𝐴R𝐵R) → (⟨𝐴, 0R⟩ · ⟨𝐵, 0R⟩) = ⟨(𝐴 ·R 𝐵), 0R⟩)
 
Theoremltresr 7994 Ordering of real subset of complex numbers in terms of signed reals. (Contributed by NM, 22-Feb-1996.)
(⟨𝐴, 0R⟩ <𝐵, 0R⟩ ↔ 𝐴 <R 𝐵)
 
Theoremltresr2 7995 Ordering of real subset of complex numbers in terms of signed reals. (Contributed by NM, 22-Feb-1996.)
((𝐴 ∈ ℝ ∧ 𝐵 ∈ ℝ) → (𝐴 < 𝐵 ↔ (1st𝐴) <R (1st𝐵)))
 
Theoremdfcnqs 7996 Technical trick to permit reuse of previous lemmas to prove arithmetic operation laws in from those in R. The trick involves qsid 6717, which shows that the coset of the converse epsilon relation (which is not an equivalence relation) acts as an identity divisor for the quotient set operation. This lets us "pretend" that is a quotient set, even though it is not (compare df-c 7973), and allows us to reuse some of the equivalence class lemmas we developed for the transition from positive reals to signed reals, etc. (Contributed by NM, 13-Aug-1995.)
ℂ = ((R × R) / E )
 
Theoremaddcnsrec 7997 Technical trick to permit re-use of some equivalence class lemmas for operation laws. See dfcnqs 7996 and mulcnsrec 7998. (Contributed by NM, 13-Aug-1995.)
(((𝐴R𝐵R) ∧ (𝐶R𝐷R)) → ([⟨𝐴, 𝐵⟩] E + [⟨𝐶, 𝐷⟩] E ) = [⟨(𝐴 +R 𝐶), (𝐵 +R 𝐷)⟩] E )
 
Theoremmulcnsrec 7998 Technical trick to permit re-use of some equivalence class lemmas for operation laws. The trick involves ecidg 6716, which shows that the coset of the converse epsilon relation (which is not an equivalence relation) leaves a set unchanged. See also dfcnqs 7996. (Contributed by NM, 13-Aug-1995.)
(((𝐴R𝐵R) ∧ (𝐶R𝐷R)) → ([⟨𝐴, 𝐵⟩] E · [⟨𝐶, 𝐷⟩] E ) = [⟨((𝐴 ·R 𝐶) +R (-1R ·R (𝐵 ·R 𝐷))), ((𝐵 ·R 𝐶) +R (𝐴 ·R 𝐷))⟩] E )
 
Theoremaddvalex 7999 Existence of a sum. This is dependent on how we define + so once we proceed to real number axioms we will replace it with theorems such as addcl 8092. (Contributed by Jim Kingdon, 14-Jul-2021.)
((𝐴𝑉𝐵𝑊) → (𝐴 + 𝐵) ∈ V)
 
Theorempitonnlem1 8000* Lemma for pitonn 8003. Two ways to write the number one. (Contributed by Jim Kingdon, 24-Apr-2020.)
⟨[⟨(⟨{𝑙𝑙 <Q [⟨1o, 1o⟩] ~Q }, {𝑢 ∣ [⟨1o, 1o⟩] ~Q <Q 𝑢}⟩ +P 1P), 1P⟩] ~R , 0R⟩ = 1
    < 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-16363
  Copyright terms: Public domain < Previous  Next >