MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  df-exp Structured version   Visualization version   GIF version

Definition df-exp 14077
Description: Define exponentiation of complex numbers with integer exponents. For example, (5↑2) = 25 (ex-exp 30654). Terminology: In general, "exponentiation" is the operation of raising a "base" 𝑥 to the power of the "exponent" 𝑦, resulting in the "power" (𝑥𝑦), also called "x to the power of y". In this case, "integer exponentiation" is the operation of raising a complex "base" 𝑥 to the power of an integer 𝑦, resulting in the "integer power" (𝑥𝑦).

This definition is not meant to be used directly; instead, exp0 14080 and expp1 14083 provide 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 do not have superscripts.

10-Jun-2005: The definition was extended from positive exponents to nonnegative exponent, so that 0↑0 = 1, following standard convention, for instance Definition 10-4.1 of [Gleason] p. 134 (0exp0e1 14081).

4-Jun-2014: The definition was extended to integer exponents. For example, (-3↑-2) = (1 / 9) (ex-exp 30654). The case 𝑥 = 0, 𝑦 < 0 gives the "value" (1 / 0); relying on this should be avoided in applications.

For a definition of exponentiation including complex exponents see df-cxp 26624 (complex exponentiation). Both definitions are equivalent for integer exponents, see cxpexpz 26734. (Contributed by Raph Levien, 20-May-2004.) (Revised by NM, 15-Oct-2004.)

Assertion
Ref Expression
df-exp ↑ = (𝑥 ∈ ℂ, 𝑦 ∈ ℤ ↦ if(𝑦 = 0, 1, if(0 < 𝑦, (seq1( · , (ℕ × {𝑥}))‘𝑦), (1 / (seq1( · , (ℕ × {𝑥}))‘-𝑦)))))
Distinct variable group:   𝑥,𝑦

Detailed syntax breakdown of Definition df-exp
StepHypRef Expression
1 cexp 14076 . 2 class
2 vx . . 3 setvar 𝑥
3 vy . . 3 setvar 𝑦
4 cc 11073 . . 3 class
5 cz 12570 . . 3 class
63cv 1561 . . . . 5 class 𝑦
7 cc0 11075 . . . . 5 class 0
86, 7wceq 1562 . . . 4 wff 𝑦 = 0
9 c1 11076 . . . 4 class 1
10 clt 11218 . . . . . 6 class <
117, 6, 10wbr 5102 . . . . 5 wff 0 < 𝑦
12 cmul 11080 . . . . . . 7 class ·
13 cn 12212 . . . . . . . 8 class
142cv 1561 . . . . . . . . 9 class 𝑥
1514csn 4584 . . . . . . . 8 class {𝑥}
1613, 15cxp 5647 . . . . . . 7 class (ℕ × {𝑥})
1712, 16, 9cseq 14016 . . . . . 6 class seq1( · , (ℕ × {𝑥}))
186, 17cfv 6523 . . . . 5 class (seq1( · , (ℕ × {𝑥}))‘𝑦)
196cneg 11417 . . . . . . 7 class -𝑦
2019, 17cfv 6523 . . . . . 6 class (seq1( · , (ℕ × {𝑥}))‘-𝑦)
21 cdiv 11846 . . . . . 6 class /
229, 20, 21co 7398 . . . . 5 class (1 / (seq1( · , (ℕ × {𝑥}))‘-𝑦))
2311, 18, 22cif 4482 . . . 4 class if(0 < 𝑦, (seq1( · , (ℕ × {𝑥}))‘𝑦), (1 / (seq1( · , (ℕ × {𝑥}))‘-𝑦)))
248, 9, 23cif 4482 . . 3 class if(𝑦 = 0, 1, if(0 < 𝑦, (seq1( · , (ℕ × {𝑥}))‘𝑦), (1 / (seq1( · , (ℕ × {𝑥}))‘-𝑦))))
252, 3, 4, 5, 24cmpo 7400 . 2 class (𝑥 ∈ ℂ, 𝑦 ∈ ℤ ↦ if(𝑦 = 0, 1, if(0 < 𝑦, (seq1( · , (ℕ × {𝑥}))‘𝑦), (1 / (seq1( · , (ℕ × {𝑥}))‘-𝑦)))))
261, 25wceq 1562 1 wff ↑ = (𝑥 ∈ ℂ, 𝑦 ∈ ℤ ↦ if(𝑦 = 0, 1, if(0 < 𝑦, (seq1( · , (ℕ × {𝑥}))‘𝑦), (1 / (seq1( · , (ℕ × {𝑥}))‘-𝑦)))))
Colors of variables: wff setvar class
This definition is referenced by:  expval  14078
  Copyright terms: Public domain W3C validator