HomeHome Metamath Proof Explorer < Previous   Next >
Bad symbols? Use Mozilla
(or GIF version for IE).

Jump to page: 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-5787

Color key:    Metamath Proof
Explorer  Metamath Proof Explorer (1-4957)   Hilbert Space Explorer  Hilbert Space Explorer (4958-5787)  

Statement List for Metamath Proof Explorer - 4801-4900 - Page 49 of 58
TypeLabelDescription
Statement
 
Theoremabsvalt 4801 The absolute value (modulus) of a complex number. Proposition 10-3.7(a) of [Gleason] p. 133.
(A ∈ ℂ → (abs ‘A) = (√ ‘(A · (∗ ‘A))))
 
Theoremrecl 4802 The real part of a complex number is real (closure law).
A ∈ ℂ    ⇒   (ℜ ‘A) ∈ ℝ
 
Theoremimcl 4803 The imaginary part of a complex number is real (closure law).
A ∈ ℂ    ⇒   (ℑ ‘A) ∈ ℝ
 
Theoremcjcl 4804 Closure law for complex conjugate.
A ∈ ℂ    ⇒   (∗ ‘A) ∈ ℂ
 
Theoremreplim 4805 Construct a complex number from its real and imaginary parts.
A ∈ ℂ    ⇒   A = ((ℜ ‘A) + ((ℑ ‘A) · i))
 
Theoremcrre 4806 The real part of a complex number representation. Definition 10-3.1 of [Gleason] p. 132.
A ∈ ℝ    &   B ∈ ℝ    ⇒   (ℜ ‘(A + (B · i))) = A
 
Theoremcrim 4807 The imaginary part of a complex number representation. Definition 10-3.1 of [Gleason] p. 132.
A ∈ ℝ    &   B ∈ ℝ    ⇒   (ℑ ‘(A + (B · i))) = B
 
Theoremcjcj 4808 The conjugate of the conjugate is the original complex number. Proposition 10-3.4(e) of [Gleason] p. 133.
A ∈ ℂ    ⇒   (∗ ‘(∗ ‘A)) = A
 
Theoremreim0 4809 The imaginary part of a real number is 0.
A ∈ ℂ    ⇒   (A ∈ ℝ ↔ (ℑ ‘A) = 0)
 
Theoremrere 4810 A real number equals its real part. Proposition 10-3.4(f) of [Gleason] p. 133.
A ∈ ℂ    ⇒   (A ∈ ℝ ↔ (ℜ ‘A) = A)
 
Theoremcjre 4811 A number is real iff it equals its complex conjugate. Proposition 10-3.4(f) of [Gleason] p. 133.
A ∈ ℂ    ⇒   (A ∈ ℝ ↔ (∗ ‘A) = A)
 
Theoremrecj 4812 Real part of a complex conjugate.
A ∈ ℂ    ⇒   (ℜ ‘(∗ ‘A)) = (ℜ ‘A)
 
Theoremimcj 4813 Imaginary part of a complex conjugate.
A ∈ ℂ    ⇒   (ℑ ‘(∗ ‘A)) = -(ℑ ‘A)
 
Theoremreadd 4814 Real part distributes over addition.
A ∈ ℂ    &   B ∈ ℂ    ⇒   (ℜ ‘(A + B)) = ((ℜ ‘A) + (ℜ ‘B))
 
Theoremimadd 4815 Imaginary part distributes over addition.
A ∈ ℂ    &   B ∈ ℂ    ⇒   (ℑ ‘(A + B)) = ((ℑ ‘A) + (ℑ ‘B))
 
Theoremremul 4816 Real part of a product.
A ∈ ℂ    &   B ∈ ℂ    ⇒   (ℜ ‘(A · B)) = (((ℜ ‘A) · (ℜ ‘B)) − ((ℑ ‘A) · (ℑ ‘B)))
 
Theoremimmul 4817 Imaginary part of a product.
A ∈ ℂ    &   B ∈ ℂ    ⇒   (ℑ ‘(A · B)) = (((ℜ ‘A) · (ℑ ‘B)) + ((ℑ ‘A) · (ℜ ‘B)))
 
Theoremcjadd 4818 Complex conjugate distributes over addition. Proposition 10-3.4(a) of [Gleason] p. 133.
A ∈ ℂ    &   B ∈ ℂ    ⇒   (∗ ‘(A + B)) = ((∗ ‘A) + (∗ ‘B))
 
Theoremcjmul 4819 Complex conjugate distributes over multiplication. Proposition 10-3.4(c) of [Gleason] p. 133.
A ∈ ℂ    &   B ∈ ℂ    ⇒   (∗ ‘(A · B)) = ((∗ ‘A) · (∗ ‘B))
 
Theoremipcn 4820 Standard inner product on complex numbers.
A ∈ ℂ    &   B ∈ ℂ    ⇒   (ℜ ‘(A · (∗ ‘B))) = (((ℜ ‘A) · (ℜ ‘B)) + ((ℑ ‘A) · (ℑ ‘B)))
 
Theoremcjmulrcl 4821 A complex number times its conjugate is real.
A ∈ ℂ    ⇒   (A · (∗ ‘A)) ∈ ℝ
 
Theoremcjmulval 4822 A complex number times its conjugate.
A ∈ ℂ    ⇒   (A · (∗ ‘A)) = (((ℜ ‘A)↑2) + ((ℑ ‘A)↑2))
 
Theoremcjmulge0 4823 A complex number times its conjugate is nonnegative.
A ∈ ℂ    ⇒   0 ≤ (A · (∗ ‘A))
 
Theoremreneg 4824 Real part of negative.
A ∈ ℂ    ⇒   (ℜ ‘-A) = -(ℜ ‘A)
 
Theoremnegre 4825 The negative of a real is real.
A ∈ ℂ    ⇒   (-A ∈ ℝ ↔ A ∈ ℝ)
 
Theoremimneg 4826 Imaginary part of negative.
A ∈ ℂ    ⇒   (ℑ ‘-A) = -(ℑ ‘A)
 
Theoremcjneg 4827 Complex conjugate of negative.
A ∈ ℂ    ⇒   (∗ ‘-A) = -(∗ ‘A)
 
Theoremaddcj 4828 A number plus its conjugate is twice its real part. Compare Proposition 10-3.4(h) of [Gleason] p. 133.
A ∈ ℂ    ⇒   (A + (∗ ‘A)) = (2 · (ℜ ‘A))
 
Theoremcjret 4829 A real number equals its complex conjugate. Proposition 10-3.4(f) of [Gleason] p. 133.
(A ∈ ℝ → (∗ ‘A) = A)
 
Theoremcjcjt 4830 The conjugate of the conjugate is the original complex number. Proposition 10-3.4(e) of [Gleason] p. 133.
(A ∈ ℂ → (∗ ‘(∗ ‘A)) = A)
 
Theoremcjaddt 4831 Complex conjugate distributes over addition. Proposition 10-3.4(a) of [Gleason] p. 133.
((A ∈ ℂ ∧ B ∈ ℂ) → (∗ ‘(A + B)) = ((∗ ‘A) + (∗ ‘B)))
 
Theoremcjmult 4832 Complex conjugate distributes over multiplication. Proposition 10-3.4(c) of [Gleason] p. 133.
((A ∈ ℂ ∧ B ∈ ℂ) → (∗ ‘(A · B)) = ((∗ ‘A) · (∗ ‘B)))
 
Theoremre0 4833 The real part of zero.
(ℜ ‘0) = 0
 
Theoremim0 4834 The imaginary part of zero.
(ℑ ‘0) = 0
 
Theoremcj0 4835 The conjugate of zero.
(∗ ‘0) = 0
 
Theoremabsval2 4836 Value of absolute value function. Definition 10.36 of [Gleason] p. 133.
A ∈ ℂ    ⇒   (abs ‘A) = (√ ‘(((ℜ ‘A)↑2) + ((ℑ ‘A)↑2)))
 
Theoremabsvalsq 4837 Square of value of absolute value function.
A ∈ ℂ    ⇒   ((abs ‘A)↑2) = (A · (∗ ‘A))
 
Theoremabsvalsq2 4838 Square of value of absolute value function.
A ∈ ℂ    ⇒   ((abs ‘A)↑2) = (((ℜ ‘A)↑2) + ((ℑ ‘A)↑2))
 
Theoremabs00 4839 The absolute value of a number is zero iff the number is zero. Proposition 10-3.7(c) of [Gleason] p. 133.
A ∈ ℂ    ⇒   ((abs ‘A) = 0 ↔ A = 0)
 
Theoremabscl 4840 Real closure of absolute value.
A ∈ ℂ    ⇒   (abs ‘A) ∈ ℝ
 
Theoremabsge0 4841 Absolute value is nonnegative.
A ∈ ℂ    ⇒   0 ≤ (abs ‘A)
 
Theoremabsgt0 4842 The absolute value of a non-zero number is positive. Remark of [Apostol] p. 363.
A ∈ ℂ    ⇒   A = 0 ↔ 0 < (abs ‘A))
 
Theoremabsneg 4843 Absolute value of negative.
A ∈ ℂ    ⇒   (abs ‘-A) = (abs ‘A)
 
Theoremabscj 4844 The absolute value of a number and its conjugate are the same. Proposition 10-3.7(b) of [Gleason] p. 133.
A ∈ ℂ    ⇒   (abs ‘A) = (abs ‘(∗ ‘A))
 
Theoremabssub 4845 Swapping order of subtraction doesn't change the absolute value. Example of [Apostol] p. 363.
A ∈ ℂ    &   B ∈ ℂ    ⇒   (abs ‘(AB)) = (abs ‘(BA))
 
Theoremabsmul 4846 Absolute value distributes over multiplication. Proposition 10-3.7(f) of [Gleason] p. 133.
A ∈ ℂ    &   B ∈ ℂ    ⇒   (abs ‘(A · B)) = ((abs ‘A) · (abs ‘B))
 
Theoremsqabsadd 4847 Square of absolute value of sum. Proposition 10-3.7(g) of [Gleason] p. 133.
A ∈ ℂ    &   B ∈ ℂ    ⇒   ((abs ‘(A + B))↑2) = ((((abs ‘A)↑2) + ((abs ‘B)↑2)) + (2 · (ℜ ‘(A · (∗ ‘B)))))
 
Theoremabsclt 4848 Real closure of absolute value.
(A ∈ ℂ → (abs ‘A) ∈ ℝ)
 
Theoremabsmult 4849 Absolute value distributes over multiplication. Proposition 10-3.7(f) of [Gleason] p. 133.
((A ∈ ℂ ∧ B ∈ ℂ) → (abs ‘(A · B)) = ((abs ‘A) · (abs ‘B)))
 
Theoremabsid 4850 A nonnegative number is its own absolute value.
A ∈ ℝ    ⇒   (0 ≤ A → (abs ‘A) = A)
 
Theoremabsnid 4851 A negative number is the negative of its own absolute value.
A ∈ ℝ    ⇒   (A ≤ 0 → (abs ‘A) = -A)
 
Theoremleabs 4852 A real number is less than or equal to its absolute value.
A ∈ ℝ    ⇒   A ≤ (abs ‘A)
 
Theoremabsor 4853 The absolute value of a real number is either that number or its negative.
A ∈ ℝ    ⇒   ((abs ‘A) = A ∨ (abs ‘A) = -A)
 
Theoremabsre 4854 Absolute value of a real number.
A ∈ ℝ    ⇒   (abs ‘A) = (√ ‘(A↑2))
 
Theoremabslt 4855 Absolute value and 'less than' relation.
A ∈ ℝ    &   B ∈ ℝ    ⇒   ((abs ‘A) < B ↔ (A < B ∧ -A < B))
 
Theoremabsle 4856 Absolute value and 'less than or equal to' relation.
A ∈ ℝ    &   B ∈ ℝ    ⇒   ((abs ‘A) ≤ B ↔ (AB ∧ -AB))
 
Theoremabsltt 4857 Absolute value and 'less than' relation.
((A ∈ ℝ ∧ B ∈ ℝ) → ((abs ‘A) < B ↔ (A < B ∧ -A < B)))
 
Theoremreleabs 4858 The real part of a number is less than or equal to its absolute value. Proposition 10-3.7(d) of [Gleason] p. 133.
A ∈ ℂ    ⇒   (ℜ ‘A) ≤ (abs ‘A)
 
Theoremabstri 4859 Triangle inequality for absolute value. Proposition 10-3.7(h) of [Gleason] p. 133.
A ∈ ℂ    &   B ∈ ℂ    ⇒   (abs ‘(A + B)) ≤ ((abs ‘A) + (abs ‘B))
 
Theoremabs3dif 4860 Absolute value of differences around common element.
A ∈ ℂ    &   B ∈ ℂ    &   C ∈ ℂ    ⇒   (abs ‘(AB)) ≤ ((abs ‘(AC)) + (abs ‘(CB)))
 
Theoremabs3lem 4861 Lemma involving absolute value of differences.
A ∈ ℂ    &   B ∈ ℂ    &   C ∈ ℂ    &   D ∈ ℝ    ⇒   (((abs ‘(AC)) < (D / 2) ∧ (abs ‘(CB)) < (D / 2)) → (abs ‘(AB)) < D)
 
Theoremabsidt 4862 A nonnegative number is its own absolute value.
(A ∈ ℝ → (0 ≤ A → (abs ‘A) = A))
 
Theoremabsgt0t 4863 The absolute value of a non-zero number is positive.
(A ∈ ℂ → (¬ A = 0 ↔ 0 < (abs ‘A)))
 
Theoremabssubt 4864 Swapping order of subtraction doesn't change the absolute value.
((A ∈ ℂ ∧ B ∈ ℂ) → (abs ‘(AB)) = (abs ‘(BA)))
 
Theoremabs3lemt 4865 Lemma involving absolute value of differences.
(((A ∈ ℂ ∧ B ∈ ℂ) ∧ (C ∈ ℂ ∧ D ∈ ℝ)) → (((abs ‘(AC)) < (D / 2) ∧ (abs ‘(CB)) < (D / 2)) → (abs ‘(AB)) < D))
 
Theoremabslem2i 4866 Lemma involving absolute values.
A ∈ ℂ    &   A ≠ 0    ⇒   (((∗ ‘(A / (abs ‘A))) · A) + ((A / (abs ‘A)) · (∗ ‘A))) = (2 · (abs ‘A))
 
Theoremabslem2 4867 Lemma involving absolute values.
A ∈ ℂ    ⇒   (A ≠ 0 → (((∗ ‘(A / (abs ‘A))) · A) + ((A / (abs ‘A)) · (∗ ‘A))) = (2 · (abs ‘A)))
 
Syntaxcfa 4868 Extend class notation to include the factorial of nonnegative integers.
class !
 
Definitiondf-fac 4869 Define the factorial function on nonnegative integers. In the literature, the factorial function is written as a postscript exclamation point.
! = (( · seq(I ↾ ℕ)) ∪ {⟨0, 1⟩})
 
Theoremfacnnt 4870 Value of the factorial function for positive integers.
(A ∈ ℕ → (! ‘A) = (( · seq(I ↾ ℕ)) ‘A))
 
Theoremfac0 4871 The factorial of 0.
(! ‘0) = 1
 
Theoremfac1 4872 The factorial of 1.
(! ‘1) = 1
 
Theoremfacp1t 4873 The factorial of a successor.
(A ∈ ℕ0 → (! ‘(A + 1)) = ((! ‘A) · (A + 1)))
 
Theoremfacclt 4874 Closure of the factorial function.
(A ∈ ℕ0 → (! ‘A) ∈ ℕ)
 
Syntaxcli 4875 Extend class notation with convergence relation for limits.
class
 
Definitiondf-clim 4876 Define the limit relation for complex number sequences. See clim 4877 for its relational expression. Note that f:ℕ–→ℂ is an infinite sequence of complex numbers, i.e. a mapping from integers to complex numbers.
⇝ = {⟨f, w⟩∣((f:ℕ–→ℂ ∧ w ∈ ℂ) ∧ ∀x ∈ ℝ (0 < x → ∃y ∈ ℕ ∀z ∈ ℕ (yz → (abs ‘((fz) − w)) < x)))}
 
Theoremclim 4877 Express the predicate: The limit of complex number sequence F is A, or F converges to A. This means that for any real x, no matter how small, there always exists an integer y such that the absolute difference of any later complex number in the sequence and the limit is less than x.
FV    &   AV    ⇒   (FA ↔ ((F:ℕ–→ℂ ∧ A ∈ ℂ) ∧ ∀x ∈ ℝ (0 < x → ∃y ∈ ℕ ∀z ∈ ℕ (yz → (abs ‘((Fz) − A)) < x))))
 
Theoremclimseq 4878 A sequence of complex numbers with a limit is a sequence.
FV    &   AV    ⇒   (FAF:ℕ–→ℂ)
 
Theoremclimcn 4879 Closure of the limit of a sequence of complex numbers.
FV    &   AV    ⇒   (FAA ∈ ℂ)
 
Theoremclimconv 4880 Convergence of a sequence of complex numbers.
FV    &   AV    ⇒   (FA → ∀x ∈ ℝ (0 < x → ∃y ∈ ℕ ∀z ∈ ℕ (yz → (abs ‘((Fz) − A)) < x)))
 
Theoremclim2 4881 The limit of a sequence of complex numbers.
((F:ℕ–→ℂ ∧ A ∈ ℂ) → (FA ↔ ∀x ∈ ℝ (0 < x → ∃y ∈ ℕ ∀z ∈ ℕ (yz → (abs ‘((Fz) − A)) < x))))
 
Theoremclim0 4882 The zero sequence converges to zero.
(ℕ × {0}) ⇝ 0
 
Theoremclimunii 4883 A sequence of complex numbers converges to at most one limit.
AV    &   BV    &   FV    &   (FAFB)    ⇒   A = B
 
Theoremclimuni 4884 A complex number sequence converges to at most one limit.
AV    &   BV    &   FV    ⇒   ((FAFB) → A = B)
 
Theoremruclem1 4885 Lemma for ruc 4924 (the reals are uncountable). This is an arithmetic fact that will be used to compute ordering relations.
A ∈ ℝ    &   B ∈ ℝ    ⇒   (A < BA < (((2 · A) + B) / 3))
 
Theoremruclem2 4886 Lemma for ruc 4924. Arithmetic fact that will be used to compute ordering relations.
A ∈ ℝ    &   B ∈ ℝ    ⇒   (A < B ↔ (((2 · A) + B) / 3) < ((A + (2 · B)) / 3))
 
Theoremruclem3 4887 Lemma for ruc 4924. Arithmetic fact that will be used to compute ordering relations.
A ∈ ℝ    &   B ∈ ℝ    ⇒   (A < B ↔ ((A + (2 · B)) / 3) < B)
 
Theoremruclem4 4888 Lemma for ruc 4924. Helper lemma showing a tedious equality used several times.
((A = CB = D) → if(((1stA) < BB < (2ndA)), ⟨(((2 · B) + (2ndA)) / 3), ((B + (2 · (2ndA))) / 3)⟩, ⟨(((2 · (1stA)) + (2ndA)) / 3), (((1stA) + (2 · (2ndA))) / 3)⟩) = if(((1stC) < DD < (2ndC)), ⟨(((2 · D) + (2ndC)) / 3), ((D + (2 · (2ndC))) / 3)⟩, ⟨(((2 · (1stC)) + (2ndC)) / 3), (((1stC) + (2 · (2ndC))) / 3)⟩))
 
Theoremruclem5 4889 Lemma for ruc 4924. Helper lemma showing the input function used for our sequence builder (defined in ruclem13 4897) is a set.
F:ℕ–→ℝ    &   C = ({⟨1, ⟨((F ‘1) + 1), ((F ‘1) + 2)⟩⟩} ∪ (F ↾ (ℕ ∖ {1})))    ⇒   CV
 
Theoremruclem6 4890 Lemma for ruc 4924. Helper lemma showing the input function used for our sequence builder (defined in ruclem13 4897) matches our input mapping F for successor values.
F:ℕ–→ℝ    &   C = ({⟨1, ⟨((F ‘1) + 1), ((F ‘1) + 2)⟩⟩} ∪ (F ↾ (ℕ ∖ {1})))    ⇒   (C ↾ (ℕ ∖ {1})) = (F ↾ (ℕ ∖ {1}))
 
Theoremruclem7 4891 Lemma for ruc 4924. Helper lemma showing the initial value of the input function for our sequence builder (defined in ruclem13 4897).
F:ℕ–→ℝ    &   C = ({⟨1, ⟨((F ‘1) + 1), ((F ‘1) + 2)⟩⟩} ∪ (F ↾ (ℕ ∖ {1})))    ⇒   (C ‘1) = ⟨((F ‘1) + 1), ((F ‘1) + 2)⟩
 
Theoremruclem8 4892 Lemma for ruc 4924. Helper lemma showing the successor value of the input function for our sequence builder (defined in ruclem13 4897).
F:ℕ–→ℝ    &   C = ({⟨1, ⟨((F ‘1) + 1), ((F ‘1) + 2)⟩⟩} ∪ (F ↾ (ℕ ∖ {1})))    &   A ∈ ℕ    ⇒   (C ‘(A + 1)) = (F ‘(A + 1))
 
Theoremruclem9 4893 Lemma for ruc 4924. Helper lemma showing the operation used for our sequence builder (defined in ruclem13 4897) is a set.
D = {⟨⟨x, y⟩, z⟩∣((x ∈ (ℝ × ℝ) ∧ y ∈ ℝ) ∧ z = A)}    ⇒   DV
 
Theoremruclem10 4894 Lemma for ruc 4924. The values of our sequence builder are pairs of real numbers. The values of our constructed function G are the first of these pairs.
A ∈ ℕ    &   DV    &   CV    &   G = (1st ∘ (DseqC))    ⇒   (1st ‘((DseqC) ‘A)) = (GA)
 
Theoremruclem11 4895 Lemma for ruc 4924. The values of our sequence builder are pairs of real numbers. The values of our constructed function H are the second of these pairs.
A ∈ ℕ    &   DV    &   CV    &   H = (2nd ∘ (DseqC))    ⇒   (2nd ‘((DseqC) ‘A)) = (HA)
 
Theoremruclem12 4896 Lemma for ruc 4924. A helper lemma that changes bound variables.
D = {⟨⟨x, y⟩, z⟩∣((x ∈ (ℝ × ℝ) ∧ y ∈ ℝ) ∧ z = if(((1stx) < yy < (2ndx)), ⟨(((2 · y) + (2ndx)) / 3), ((y + (2 · (2ndx))) / 3)⟩, ⟨(((2 · (1stx)) + (2ndx)) / 3), (((1stx) + (2 · (2ndx))) / 3)⟩))}    ⇒   D = {⟨⟨w, v⟩, u⟩∣((w ∈ (ℝ × ℝ) ∧ v ∈ ℝ) ∧ u = if(((1stw) < vv < (2ndw)), ⟨(((2 · v) + (2ndw)) / 3), ((v + (2 · (2ndw))) / 3)⟩, ⟨(((2 · (1stw)) + (2ndw)) / 3), (((1stw) + (2 · (2ndw))) / 3)⟩))}
 
Theoremruclem13 4897 Lemma for ruc 4924. A helper lemma showing the sequence builder used for our construction maps natural numbers to pairs of reals.
F:ℕ–→ℝ    &   C = ({⟨1, ⟨((F ‘1) + 1), ((F ‘1) + 2)⟩⟩} ∪ (F ↾ (ℕ ∖ {1})))    &   D = {⟨⟨x, y⟩, z⟩∣((x ∈ (ℝ × ℝ) ∧ y ∈ ℝ) ∧ z = if(((1stx) < yy < (2ndx)), ⟨(((2 · y) + (2ndx)) / 3), ((y + (2 · (2ndx))) / 3)⟩, ⟨(((2 · (1stx)) + (2ndx)) / 3), (((1stx) + (2 · (2ndx))) / 3)⟩))}    ⇒   (DseqC):ℕ–→(ℝ × ℝ)
 
Theoremruclem14 4898 Lemma for ruc 4924. A helper lemma showing the initial value of the sequence builder used for our construction.
F:ℕ–→ℝ    &   C = ({⟨1, ⟨((F ‘1) + 1), ((F ‘1) + 2)⟩⟩} ∪ (F ↾ (ℕ ∖ {1})))    &   D = {⟨⟨x, y⟩, z⟩∣((x ∈ (ℝ × ℝ) ∧ y ∈ ℝ) ∧ z = if(((1stx) < yy < (2ndx)), ⟨(((2 · y) + (2ndx)) / 3), ((y + (2 · (2ndx))) / 3)⟩, ⟨(((2 · (1stx)) + (2ndx)) / 3), (((1stx) + (2 · (2ndx))) / 3)⟩))}    &   G = (1st ∘ (DseqC))    &   H = (2nd ∘ (DseqC))    ⇒   ((DseqC) ‘1) = ⟨((F ‘1) + 1), ((F ‘1) + 2)⟩
 
Theoremruclem15 4899 Lemma for ruc 4924. A helper lemma showing the successor value of the sequence builder used for our construction.
F:ℕ–→ℝ    &   C = ({⟨1, ⟨((F ‘1) + 1), ((F ‘1) + 2)⟩⟩} ∪ (F ↾ (ℕ ∖ {1})))    &   D = {⟨⟨x, y⟩, z⟩∣((x ∈ (ℝ × ℝ) ∧ y ∈ ℝ) ∧ z = if(((1stx) < yy < (2ndx)), ⟨(((2 · y) + (2ndx)) / 3), ((y + (2 · (2ndx))) / 3)⟩, ⟨(((2 · (1stx)) + (2ndx)) / 3), (((1stx) + (2 · (2ndx))) / 3)⟩))}    &   G = (1st ∘ (DseqC))    &   H = (2nd ∘ (DseqC))    &   A ∈ ℕ    ⇒   ((DseqC) ‘(A + 1)) = if(((GA) < (F ‘(A + 1)) ∧ (F ‘(A + 1)) < (HA)), ⟨(((2 · (F ‘(A + 1))) + (HA)) / 3), (((F ‘(A + 1)) + (2 · (HA))) / 3)⟩, ⟨(((2 · (GA)) + (HA)) / 3), (((GA) + (2 · (HA))) / 3)⟩)
 
Theoremruclem16 4900 Lemma for ruc 4924. A helper lemma showing the initial value of our constructed G.
F:ℕ–→ℝ    &   C = ({⟨1, ⟨((F ‘1) + 1), ((F ‘1) + 2)⟩⟩} ∪ (F ↾ (ℕ ∖ {1})))    &   D = {⟨⟨x, y⟩, z⟩∣((x ∈ (ℝ × ℝ) ∧ y ∈ ℝ) ∧ z = if(((1stx) < yy < (2ndx)), ⟨(((2 · y) + (2ndx)) / 3), ((y + (2 · (2ndx))) / 3)⟩, ⟨(((2 · (1stx)) + (2ndx)) / 3), (((1stx) + (2 · (2ndx))) / 3)⟩))}    &   G = (1st ∘ (DseqC))    &   H = (2nd ∘ (DseqC))    ⇒   (G ‘1) = ((F ‘1) + 1)

  metamath.org < Previous  Next >