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 - 4601-4700 - Page 47 of 58
TypeLabelDescription
Statement
 
Theoremzneo 4601 No even integer equals an odd integer (i.e. no integer can be both even and odd). Exercise 10(a) of [Apostol] p. 28.
((A ∈ ℤ ∧ B ∈ ℤ) → ¬ (2 · A) = ((2 · B) + 1))
 
Theorempeano2uz 4602 Second Peano postulate for upper integer partition.
((A ∈ ℤ ∧ B ∈ {x ∈ ℤ∣Ax}) → (B + 1) ∈ {x ∈ ℤ∣Ax})
 
Theoremuzind 4603 Induction on the upper partition of ℤ that starts at an integer B. The first four hypotheses give us the substitution instances we need; the last two are the basis and the induction hypothesis.

Warning: The HTML proof page is 3/4 megabyte in size. An attempt to shorten it is on my to-do list.

(x = B → (φψ))    &   (x = y → (φχ))    &   (x = (y + 1) → (φθ))    &   (x = A → (φτ))    &   ψ    &   (((y ∈ ℤ ∧ B ∈ ℤ) ∧ By) → (χθ))    ⇒   (((A ∈ ℤ ∧ B ∈ ℤ) ∧ BA) → τ)
 
Theoremuzind2 4604 Induction on an upper partition of ℤ that starts at an integer B. The first four hypotheses give us the substitution instances we need, and the last two are the basis and the induction hypothesis.
(x = B → (φψ))    &   (x = y → (φχ))    &   (x = (y + 1) → (φθ))    &   (x = A → (φτ))    &   ψ    &   ((B ∈ ℤ ∧ y ∈ {z ∈ ℤ∣Bz}) → (χθ))    ⇒   ((B ∈ ℤ ∧ A ∈ {z ∈ ℤ∣Bz}) → τ)
 
Theoremuzwo 4605 Well-ordering principle: any non-empty subset of an upper partition of ℤ has a least element.
((B ∈ ℤ ∧ (A ⊆ {z ∈ ℤ∣Bz} ∧ A ≠ ∅)) → ∃xAyA xy)
 
Theoremuzwo2 4606 Well-ordering principle: any non-empty subset of an upper partition of ℤ has a unique least element.
((B ∈ ℤ ∧ (A ⊆ {z ∈ ℤ∣Bz} ∧ A ≠ ∅)) → ∃!xAyA xy)
 
Theoremnnwo 4607 Well-ordering principle: any non-empty set of natural numbers has a least element. Theorem I.37 (well-ordering principle) of [Apostol] p. 34.
((A ⊆ ℕ ∧ A ≠ ∅) → ∃xAyA xy)
 
TheoremnnwoOLD 4608 Well-ordering principle: any non-empty set of natural numbers has a least element. Theorem I.37 (well-ordering principle) of [Apostol] p. 34.
((A ⊆ ℕ ∧ A ≠ ∅) → ∃xAyA xy)
 
Theoremnnwof 4609 Well-ordering principle: any non-empty set of natural numbers has a least element. This version allows x and y to be present in A as long as they are effectively not free.
(zA → ∀x zA)    &   (zA → ∀y zA)    ⇒   ((A ⊆ ℕ ∧ A ≠ ∅) → ∃xAyA xy)
 
Theoremnnwos 4610 Well-ordering principle: any non-empty set of natural numbers has a least element (schema form).
(x = y → (φψ))    ⇒   (∃x ∈ ℕ φ → ∃x ∈ ℕ (φ ∧ ∀y ∈ ℕ (ψxy)))
 
Theoremindstr 4611 Strong Mathematical Induction for positive integers (inference schema).
(x = y → (φψ))    &   (x ∈ ℕ → (∀y ∈ ℕ (y < xψ) → φ))    ⇒   (x ∈ ℕ → φ)
 
Theoremnn0ind 4612 Principle of Mathematical Induction (inference schema) on nonnegative integers. The first four hypotheses give us the substitution instances we need; the last two are the basis and the induction hypothesis. (Contributed by Raph Levien, 10-Apr-04. Raph says: "This seems a bit painful. I wonder if an explicit substitution version would be easier.")
(x = 0 → (φψ))    &   (x = y → (φχ))    &   (x = (y + 1) → (φθ))    &   (x = A → (φτ))    &   ψ    &   (y ∈ ℕ0 → (χθ))    ⇒   (A ∈ ℕ0τ)
 
Theorembtwnz 4613 Any real number can be sandwiched between two integers. Exercise 2 of [Apostol] p. 28.
(A ∈ ℝ → (∃x ∈ ℤ x < A ∧ ∃y ∈ ℤ A < y))
 
Theoremuzwo3lem1 4614 Lemma for uzwo3 4616 and zmin 4617.
R = {z ∈ ℤ∣Bz}    ⇒   (B ∈ ℝ → ∃!xRyR xy)
 
Theoremuzwo3lem2 4615 Lemma for uzwo3 4616.
R = {z ∈ ℤ∣Bz}    &   S = {wR∣∀vR wv}    ⇒   ((B ∈ ℝ ∧ (ARA ≠ ∅)) → ∃!xAyA xy)
 
Theoremuzwo3 4616 Well-ordering principle: any non-empty subset of an upper partition of ℤ has a unique least element. This generalization of uzwo2 4606 allows the partition boundary B to be any real number.
((B ∈ ℝ ∧ (A ⊆ {z ∈ ℤ∣Bz} ∧ A ≠ ∅)) → ∃!xAyA xy)
 
Theoremzmin 4617 There is a unique smallest integer greater than or equal to a given real number.
(A ∈ ℝ → ∃!x ∈ ℤ (Ax ∧ ∀y ∈ ℤ (Ayxy)))
 
Theoremzmax 4618 There is a unique largest integer less than or equal to a given real number.
(A ∈ ℝ → ∃!x ∈ ℤ (xA ∧ ∀y ∈ ℤ (yAyx)))
 
Theoremzbtwnre 4619 There is a unique integer between a real number and the number plus one. Exercise 5 of [Apostol] p. 28.
(A ∈ ℝ → ∃!x ∈ ℤ (Axx < (A + 1)))
 
Theoremrebtwnz 4620 There is a unique greatest integer less than or equal to a real number. Exercise 4 of [Apostol] p. 28.
(A ∈ ℝ → ∃!x ∈ ℤ (xAA < (x + 1)))
 
Syntaxcfl 4621 Extend class notation with floor (greatest integer) function.
class floor
 
Definitiondf-fl 4622 Define the floor (greatest integer) function. See flleltt 4625 for its basic property and flclt 4624 for its closure.
floor = {⟨x, y⟩∣(x ∈ ℝ ∧ y = {z ∈ ℤ∣(zxx < (z + 1))})}
 
Theoremflvalt 4623 Value of the floor (greatest integer) function. The floor of A is the (unique) integer less than or equal to A whose successor is strictly greater than A.
(A ∈ ℝ → (floor ‘A) = {x ∈ ℤ∣(xAA < (x + 1))})
 
Theoremflclt 4624 The floor (greatest integer) function is an integer (closure law).
(A ∈ ℝ → (floor ‘A) ∈ ℤ)
 
Theoremflleltt 4625 A basic property of the floor (greatest integer) function.
(A ∈ ℝ → ((floor ‘A) ≤ AA < ((floor ‘A) + 1)))
 
Theoremflgzt 4626 The floor function value is the greatest integer less than or equal to its argument.
((A ∈ ℝ ∧ B ∈ ℤ) → (BAB ≤ (floor ‘A)))
 
Theoremflidt 4627 An integer is its own floor.
(A ∈ ℤ → (floor ‘A) = A)
 
Definitiondf-q 4628 Define the set of rationals. Definition of rational numbers in [Apostol] p. 22.
ℚ = {x∣∃y ∈ ℤ ∃z ∈ ℕ x = (y / z)}
 
Theoremelq 4629 Membership in the set of rationals.
(A ∈ ℚ ↔ ∃x ∈ ℤ ∃y ∈ ℕ A = (x / y))
 
Theoremznq 4630 The ratio of an integer and a natural number is a rational number.
((A ∈ ℤ ∧ B ∈ ℕ) → (A / B) ∈ ℚ)
 
Theoremqret 4631 A rational number is a real number.
(A ∈ ℚ → A ∈ ℝ)
 
Theoremzqt 4632 An integer is a rational number.
(A ∈ ℤ → A ∈ ℚ)
 
Theoremzssq 4633 The integers are a subset of the rationals.
ℤ ⊆ ℚ
 
Theoremnn0ssq 4634 The nonnegative integers are a subset of the rationals.
0 ⊆ ℚ
 
Theoremnnssq 4635 The natural numbers are a subset of the rationals.
ℕ ⊆ ℚ
 
Theoremqssre 4636 The rationals are a subset of the reals.
ℚ ⊆ ℝ
 
Theoremqsscn 4637 The rationals are a subset of the complex numbers.
ℚ ⊆ ℂ
 
Theoremnnqt 4638 A natural number is rational.
(A ∈ ℕ → A ∈ ℚ)
 
Theoremqcnt 4639 A rational number is a complex number.
(A ∈ ℚ → A ∈ ℂ)
 
Theoremreex 4640 The set of real numbers exists.
ℝ ∈ V
 
Theoremqex 4641 The set of rational numbers exists.
ℚ ∈ V
 
Theoremqaddclt 4642 Closure of addition of rationals.
((A ∈ ℚ ∧ B ∈ ℚ) → (A + B) ∈ ℚ)
 
Theoremqnegclt 4643 Closure law for the negative of a rational.
(A ∈ ℚ → -A ∈ ℚ)
 
Theoremqmulclt 4644 Closure of multiplication of rationals.
((A ∈ ℚ ∧ B ∈ ℚ) → (A · B) ∈ ℚ)
 
Theoremqsubclt 4645 Closure of subtraction of rationals.
((A ∈ ℚ ∧ B ∈ ℚ) → (AB) ∈ ℚ)
 
Theoremqrecclt 4646 Closure of reciprocal of rationals.
((A ∈ ℚ ∧ A ≠ 0) → (1 / A) ∈ ℚ)
 
Theoremqdivclt 4647 Closure of division of rationals.
(((A ∈ ℚ ∧ B ∈ ℚ) ∧ B ≠ 0) → (A / B) ∈ ℚ)
 
Theoremqrevaddclt 4648 Reverse closure law for addition of rationals.
(B ∈ ℚ → ((A ∈ ℂ ∧ (A + B) ∈ ℚ) ↔ A ∈ ℚ))
 
Theoremnnrecqt 4649 The reciprocal of a natural number is rational.
(A ∈ ℕ → (1 / A) ∈ ℚ)
 
Theoremqbtwnre 4650 The rational numbers are dense in ℝ: any two real numbers have a rational between them. Exercise 6 of [Apostol] p. 28.
(((A ∈ ℝ ∧ B ∈ ℝ) ∧ A < B) → ∃x ∈ ℚ (A < xx < B))
 
Theoremom2uz0 4651 The mapping G is a one-to-one mapping from ω onto an upper partition of ℤ that will be used to construct a recursive definition generator. Ordinal natural number 0 maps to complex number C (normally 0 for the upper partition ℕ0 or 1 for the upper partition ℕ), 1 maps to C + 1, etc. This theorem shows the value of G at ordinal natural number zero. (Another version of this series of theorems was contributed by Raph Levien, 10-Apr-04.)
C ∈ ℤ    &   G = (rec({⟨x, y⟩∣y = (x + 1)}, C) ↾ ω)    ⇒   (G ‘∅) = C
 
Theoremom2uzsuc 4652 The value of G (see om2uz0 4651) at a successor.
C ∈ ℤ    &   G = (rec({⟨x, y⟩∣y = (x + 1)}, C) ↾ ω)    ⇒   (A ∈ ω → (G ‘suc A) = ((GA) + 1))
 
Theoremom2uzuz 4653 The value G (see om2uz0 4651) at an ordinal natural number is in the upper partition of ℤ.
C ∈ ℤ    &   G = (rec({⟨x, y⟩∣y = (x + 1)}, C) ↾ ω)    ⇒   (A ∈ ω → (GA) ∈ {z ∈ ℤ∣Cz})
 
Theoremom2uzlt 4654 Less-than relation for G (see om2uz0 4651).
C ∈ ℤ    &   G = (rec({⟨x, y⟩∣y = (x + 1)}, C) ↾ ω)    ⇒   ((A ∈ ω ∧ B ∈ ω) → (AB → (GA) < (GB)))
 
Theoremom2uzran 4655 Range of G (see om2uz0 4651).
C ∈ ℤ    &   G = (rec({⟨x, y⟩∣y = (x + 1)}, C) ↾ ω)    ⇒   ran G = {z ∈ ℤ∣Cz}
 
Theoremom2uzf1o 4656 G (see om2uz0 4651) is a one-to-one onto mapping.
C ∈ ℤ    &   G = (rec({⟨x, y⟩∣y = (x + 1)}, C) ↾ ω)    ⇒   G:ω–1-1-onto→{z ∈ ℤ∣Cz}
 
Theoremuzrdgval 4657 A helper lemma for the value of a recursive definition generator on an upper partition of ℤ (typically either ℕ or ℕ0) with characteristic function F and initial value A. Normally F is a function on the partition, and A is a member of the partition.
C ∈ ℤ    &   G = (rec({⟨x, y⟩∣y = (x + 1)}, C) ↾ ω)    ⇒   (B ∈ {z ∈ ℤ∣Cz} → ((rec(F, A) ∘ G) ‘B) = (rec(F, A) ‘(GB)))
 
Theoremuzrdgini 4658 Initial value of a recursive definition generator on an upper partition of ℤ. See comment in uzrdgval 4657.
C ∈ ℤ    &   G = (rec({⟨x, y⟩∣y = (x + 1)}, C) ↾ ω)    ⇒   (AB → ((rec(F, A) ∘ G) ‘C) = A)
 
Theoremuzrdgsuc 4659 Successor value of a recursive definition generator on an upper partition of ℤ. See comment in uzrdgval 4657.
C ∈ ℤ    &   G = (rec({⟨x, y⟩∣y = (x + 1)}, C) ↾ ω)    ⇒   (B ∈ {z ∈ ℤ∣Cz} → ((rec(F, A) ∘ G) ‘(B + 1)) = (F ‘((rec(F, A) ∘ G) ‘B)))
 
Syntaxcseq 4660 Extend class notation with infinite sequence builder.
class seq
 
Definitiondf-seq 4661 Define a general-purpose operation that builds an infinite sequence (i.e. a function on the natural numbers ℕ) whose value at an index is a function of its previous value and the value of an input sequence at that index. This definition is complicated, but fortunately it is not intended to be used directly. Instead, the only purpose of this definition is to provide us with an object that has the properties expressed by seq1 4670 and seqsuc 4671. Typically, those are the main theorems that would be used in practice.

The first operand is the operation that is applied to the previous value and the value of the input sequence (second operand). For example, for the operation +, an input sequence F with values 1, 1/2, 1/4, 1/8,... would be transformed into the output sequence ( + seqF) with values 1, 3/2, 7/4, 15/8,.., so that (( + seqF) ‘1) = 1, (( + seqF) ‘2) = 3/2, etc. In other words, ( + seqF) transforms a sequence F into an infinite series. ( + seqF) ⇝ 2 means "the sum of F(n) from n = 1 to infinity is 2". Since limits are unique (climuni 4884), then by eusn 1913 and unisn 1932 the "sum of F(n) from n = 1 to infinity" can be expressed as {x∣( + seqF) ⇝ x} (provided the sequence converges) and evaluates to 2 in this example.

Internally, a recursive function is defined whose values are ordered pairs starting at ⟨1, (g ‘1)⟩. The first member of the ordered pair is a counter used to select the appropriate value of the input sequence g. The first rec constructs this function on ω, and the converse of the second rec maps ℕ to ω.

seq = {⟨⟨f, g⟩, h⟩∣h = {⟨x, y⟩∣(x ∈ ℕ ∧ y = (2nd ‘((rec({⟨z, w⟩∣w = ⟨((1stz) + 1), ((2ndz)f(g ‘((1stz) + 1)))⟩}, ⟨1, (g ‘1)⟩) ∘ (rec({⟨z, w⟩∣w = (z + 1)}, 1) ↾ ω)) ‘x)))}}
 
Theoremseqlem1 4662 We prove by induction that the first member of the ordered pair value of the internal sequence of seq equals its index.
G = (rec({⟨x, y⟩∣y = (x + 1)}, 1) ↾ ω)    ⇒   (A ∈ ℕ → (1st ‘((rec({⟨z, w⟩∣w = ⟨((1stz) + 1), B⟩}, ⟨1, C⟩) ∘ G) ‘A)) = A)
 
Theoremseqlem2 4663 Lemma for sequence builder theorems.
(A ∈ ℕ → (A + 1) ∈ (ℕ ∖ {1}))
 
Theoremseqrval 4664 Value of the characteristic function of the inner recursion in df-seq 4661.
H = {⟨z, w⟩∣w = ⟨((1stz) + 1), ((2ndz)S(F ‘((1stz) + 1)))⟩}    &   AV    ⇒   (HA) = ⟨((1stA) + 1), ((2ndA)S(F ‘((1stA) + 1)))⟩
 
Theoremseqval 4665 Value of the infinite sequence builder operation.
SV    &   FV    &   G = (rec({⟨z, w⟩∣w = (z + 1)}, 1) ↾ ω)    &   H = {⟨z, w⟩∣w = ⟨((1stz) + 1), ((2ndz)S(F ‘((1stz) + 1)))⟩}    ⇒   (SseqF) = {⟨x, y⟩∣(x ∈ ℕ ∧ y = (2nd ‘((rec(H, ⟨1, (F ‘1)⟩) ∘ G) ‘x)))}
 
Theoremseqfnlem 4666 Lemma for seqfn 4672.
SV    &   FV    &   G = (rec({⟨z, w⟩∣w = (z + 1)}, 1) ↾ ω)    &   H = {⟨z, w⟩∣w = ⟨((1stz) + 1), ((2ndz)S(F ‘((1stz) + 1)))⟩}    ⇒   (SseqF) Fn ℕ
 
Theoremseqval2 4667 Value of the value of the infinite sequence builder operation.
SV    &   FV    &   G = (rec({⟨z, w⟩∣w = (z + 1)}, 1) ↾ ω)    &   H = {⟨z, w⟩∣w = ⟨((1stz) + 1), ((2ndz)S(F ‘((1stz) + 1)))⟩}    ⇒   (A ∈ ℕ → ((SseqF) ‘A) = (2nd ‘((rec(H, ⟨1, (F ‘1)⟩) ∘ G) ‘A)))
 
Theoremseq1lem 4668 Lemma for seq1 4670.
SV    &   FV    &   G = (rec({⟨z, w⟩∣w = (z + 1)}, 1) ↾ ω)    &   H = {⟨z, w⟩∣w = ⟨((1stz) + 1), ((2ndz)S(F ‘((1stz) + 1)))⟩}    ⇒   ((SseqF) ‘1) = (F ‘1)
 
Theoremseqsuclem 4669 Lemma for seqsuc 4671.
SV    &   FV    &   G = (rec({⟨z, w⟩∣w = (z + 1)}, 1) ↾ ω)    &   H = {⟨z, w⟩∣w = ⟨((1stz) + 1), ((2ndz)S(F ‘((1stz) + 1)))⟩}    ⇒   (A ∈ ℕ → ((SseqF) ‘(A + 1)) = (((SseqF) ‘A)S(F ‘(A + 1))))
 
Theoremseq1 4670 Value of the infinite sequence builder at 1. See description in df-seq 4661.
SV    &   FV    ⇒   ((SseqF) ‘1) = (F ‘1)
 
Theoremseqsuc 4671 Value of the infinite sequence builder at a successor. See description in df-seq 4661.
SV    &   FV    ⇒   (A ∈ ℕ → ((SseqF) ‘(A + 1)) = (((SseqF) ‘A)S(F ‘(A + 1))))
 
Theoremseqfn 4672 Functionality and domain of the infinite sequence builder.
SV    &   FV    ⇒   (SseqF) Fn ℕ
 
Theoremseqrn 4673 Range of the infinite sequence builder.
SV    &   FV    ⇒   (((F ‘1) ∈ C ∧ (F ↾ (ℕ ∖ {1})):(ℕ ∖ {1})–→DS:(C × D)–→C) → ran (SseqF) ⊆ C)
 
Theoremseqrn2 4674 Range of the infinite sequence builder (special case of seqrn 4673).
SV    &   FV    ⇒   ((F:ℕ–→CS:(C × C)–→C) → ran (SseqF) ⊆ C)
 
Syntaxcexp 4675 Extend class notation to include exponentiation of a complex number to an integer power.
class
 
Definitiondf-exp 4676 Define exponentiation to natural number powers. This definition is not intended to be used directly. Instead, exp1t 4679 and expp1t 4678 provide the the standard recursive definition. The up-arrow notation is used by Donald Knuth for iterated exponentiation (Science 194, 1235-1242, 1976) and is convenient for us since we don't have superscripts. See expvalt 4677 for a description of how the sequence builder is used.
↑ = {⟨⟨x, y⟩, z⟩∣((x ∈ ℂ ∧ y ∈ ℕ) ∧ z = (( · seq(ℕ × {x})) ‘y))}
 
Theoremexpvalt 4677 Value of exponentiation to natural number powers. ℕ × {A} is the constant function with value A. The seq operation produces the sequence A, A · A, (A · A) · A,... that we evaluate at index B.
((A ∈ ℂ ∧ B ∈ ℕ) → (AB) = (( · seq(ℕ × {A})) ‘B))
 
Theoremexpp1t 4678 Value of a complex number raised to a natural number power plus one.
((A ∈ ℂ ∧ B ∈ ℕ) → (A↑(B + 1)) = ((AB) · A))
 
Theoremexp1t 4679 Value of a complex number raised to the first power.
(A ∈ ℂ → (A↑1) = A)
 
Theorem0expt 4680 Value of zero raised to a natural number power.
(A ∈ ℕ → (0↑A) = 0)
 
Theorem1expt 4681 Value of one raised to a natural number power.
(A ∈ ℕ → (1↑A) = 1)
 
Theoremexpcllem 4682 Lemma for proving natural number exponentiation closure laws.
F ⊆ ℂ    &   ((xFyF) → (x · y) ∈ F)    ⇒   ((AFB ∈ ℕ) → (AB) ∈ F)
 
Theoremexp2t 4683 Value of the square of a complex number. (Contributed by Raph Levien, 10-Apr-04.)
(A ∈ ℂ → (A↑2) = (A · A))
 
Theoremsqclt 4684 Closure of square.
(A ∈ ℂ → (A↑2) ∈ ℂ)
 
Theoremsqval 4685 Value of square. Inference version.
A ∈ ℂ    ⇒   (A↑2) = (A · A)
 
Theoremsqcl 4686 Closure of square.
A ∈ ℂ    ⇒   (A↑2) ∈ ℂ
 
Theoremsqe0 4687 A number is zero iff its square is zero.
A ∈ ℂ    ⇒   ((A↑2) = 0 ↔ A = 0)
 
Theoremsqmul 4688 Distribution of square over multiplication.
A ∈ ℂ    &   B ∈ ℂ    ⇒   ((A · B)↑2) = ((A↑2) · (B↑2))
 
Theoremsqdiv 4689 Distribution of square over division.
A ∈ ℂ    &   B ∈ ℂ    &   B ≠ 0    ⇒   ((A / B)↑2) = ((A↑2) / (B↑2))
 
Theoremsqreci 4690 Square of reciprocal.
A ∈ ℂ    &   A ≠ 0    ⇒   ((1 / A)↑2) = (1 / (A↑2))
 
Theoremnnexpclt 4691 Closure of nonnegative integer exponentiation of natural numbers.
((A ∈ ℕ ∧ B ∈ ℕ) → (AB) ∈ ℕ)
 
Theoremnn0expclt 4692 Closure of natural number exponentiation of nonnegative integers.
((A ∈ ℕ0B ∈ ℕ) → (AB) ∈ ℕ0)
 
Theoremzexpclt 4693 Closure of natural number exponentiation of integers.
((A ∈ ℤ ∧ B ∈ ℕ) → (AB) ∈ ℤ)
 
Theoremqexpclt 4694 Closure of natural number exponentiation of rationals.
((A ∈ ℚ ∧ B ∈ ℕ) → (AB) ∈ ℚ)
 
Theoremreexpclt 4695 Closure of natural number exponentiation of reals.
((A ∈ ℝ ∧ B ∈ ℕ) → (AB) ∈ ℝ)
 
Theoremexpclt 4696 Closure law for natural number exponentiation.
((A ∈ ℂ ∧ B ∈ ℕ) → (AB) ∈ ℂ)
 
Theoremsqreclt 4697 Closure of the square of a real number.
(A ∈ ℝ → (A↑2) ∈ ℝ)
 
Theoremexpaddt 4698 Sum of exponents law for natural number exponentiation.
((A ∈ ℂ ∧ B ∈ ℕ ∧ C ∈ ℕ) → (A↑(B + C)) = ((AB) · (AC)))
 
Theoremsqrecl 4699 Closure of square in reals.
A ∈ ℝ    ⇒   (A↑2) ∈ ℝ
 
Theoremlt2sqe 4700 Two nonnegative reals compare the same as their squares.
A ∈ ℝ    &   B ∈ ℝ    ⇒   ((0 ≤ A ∧ 0 ≤ B) → (A < B ↔ (A↑2) < (B↑2)))

  metamath.org < Previous  Next >