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

Theorem efexp 15625
Description: The exponential of an integer power. Corollary 15-4.4 of [Gleason] p. 309, restricted to integers. (Contributed by NM, 13-Jan-2006.) (Revised by Mario Carneiro, 5-Jun-2014.)
Assertion
Ref Expression
efexp ((𝐴 ∈ ℂ ∧ 𝑁 ∈ ℤ) → (exp‘(𝑁 · 𝐴)) = ((exp‘𝐴)↑𝑁))

Proof of Theorem efexp
Dummy variables 𝑗 𝑘 are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 zcn 12146 . . . 4 (𝑁 ∈ ℤ → 𝑁 ∈ ℂ)
2 mulcom 10780 . . . 4 ((𝐴 ∈ ℂ ∧ 𝑁 ∈ ℂ) → (𝐴 · 𝑁) = (𝑁 · 𝐴))
31, 2sylan2 596 . . 3 ((𝐴 ∈ ℂ ∧ 𝑁 ∈ ℤ) → (𝐴 · 𝑁) = (𝑁 · 𝐴))
43fveq2d 6699 . 2 ((𝐴 ∈ ℂ ∧ 𝑁 ∈ ℤ) → (exp‘(𝐴 · 𝑁)) = (exp‘(𝑁 · 𝐴)))
5 oveq2 7199 . . . . . 6 (𝑗 = 0 → (𝐴 · 𝑗) = (𝐴 · 0))
65fveq2d 6699 . . . . 5 (𝑗 = 0 → (exp‘(𝐴 · 𝑗)) = (exp‘(𝐴 · 0)))
7 oveq2 7199 . . . . 5 (𝑗 = 0 → ((exp‘𝐴)↑𝑗) = ((exp‘𝐴)↑0))
86, 7eqeq12d 2752 . . . 4 (𝑗 = 0 → ((exp‘(𝐴 · 𝑗)) = ((exp‘𝐴)↑𝑗) ↔ (exp‘(𝐴 · 0)) = ((exp‘𝐴)↑0)))
9 oveq2 7199 . . . . . 6 (𝑗 = 𝑘 → (𝐴 · 𝑗) = (𝐴 · 𝑘))
109fveq2d 6699 . . . . 5 (𝑗 = 𝑘 → (exp‘(𝐴 · 𝑗)) = (exp‘(𝐴 · 𝑘)))
11 oveq2 7199 . . . . 5 (𝑗 = 𝑘 → ((exp‘𝐴)↑𝑗) = ((exp‘𝐴)↑𝑘))
1210, 11eqeq12d 2752 . . . 4 (𝑗 = 𝑘 → ((exp‘(𝐴 · 𝑗)) = ((exp‘𝐴)↑𝑗) ↔ (exp‘(𝐴 · 𝑘)) = ((exp‘𝐴)↑𝑘)))
13 oveq2 7199 . . . . . 6 (𝑗 = (𝑘 + 1) → (𝐴 · 𝑗) = (𝐴 · (𝑘 + 1)))
1413fveq2d 6699 . . . . 5 (𝑗 = (𝑘 + 1) → (exp‘(𝐴 · 𝑗)) = (exp‘(𝐴 · (𝑘 + 1))))
15 oveq2 7199 . . . . 5 (𝑗 = (𝑘 + 1) → ((exp‘𝐴)↑𝑗) = ((exp‘𝐴)↑(𝑘 + 1)))
1614, 15eqeq12d 2752 . . . 4 (𝑗 = (𝑘 + 1) → ((exp‘(𝐴 · 𝑗)) = ((exp‘𝐴)↑𝑗) ↔ (exp‘(𝐴 · (𝑘 + 1))) = ((exp‘𝐴)↑(𝑘 + 1))))
17 oveq2 7199 . . . . . 6 (𝑗 = -𝑘 → (𝐴 · 𝑗) = (𝐴 · -𝑘))
1817fveq2d 6699 . . . . 5 (𝑗 = -𝑘 → (exp‘(𝐴 · 𝑗)) = (exp‘(𝐴 · -𝑘)))
19 oveq2 7199 . . . . 5 (𝑗 = -𝑘 → ((exp‘𝐴)↑𝑗) = ((exp‘𝐴)↑-𝑘))
2018, 19eqeq12d 2752 . . . 4 (𝑗 = -𝑘 → ((exp‘(𝐴 · 𝑗)) = ((exp‘𝐴)↑𝑗) ↔ (exp‘(𝐴 · -𝑘)) = ((exp‘𝐴)↑-𝑘)))
21 oveq2 7199 . . . . . 6 (𝑗 = 𝑁 → (𝐴 · 𝑗) = (𝐴 · 𝑁))
2221fveq2d 6699 . . . . 5 (𝑗 = 𝑁 → (exp‘(𝐴 · 𝑗)) = (exp‘(𝐴 · 𝑁)))
23 oveq2 7199 . . . . 5 (𝑗 = 𝑁 → ((exp‘𝐴)↑𝑗) = ((exp‘𝐴)↑𝑁))
2422, 23eqeq12d 2752 . . . 4 (𝑗 = 𝑁 → ((exp‘(𝐴 · 𝑗)) = ((exp‘𝐴)↑𝑗) ↔ (exp‘(𝐴 · 𝑁)) = ((exp‘𝐴)↑𝑁)))
25 ef0 15615 . . . . 5 (exp‘0) = 1
26 mul01 10976 . . . . . 6 (𝐴 ∈ ℂ → (𝐴 · 0) = 0)
2726fveq2d 6699 . . . . 5 (𝐴 ∈ ℂ → (exp‘(𝐴 · 0)) = (exp‘0))
28 efcl 15607 . . . . . 6 (𝐴 ∈ ℂ → (exp‘𝐴) ∈ ℂ)
2928exp0d 13675 . . . . 5 (𝐴 ∈ ℂ → ((exp‘𝐴)↑0) = 1)
3025, 27, 293eqtr4a 2797 . . . 4 (𝐴 ∈ ℂ → (exp‘(𝐴 · 0)) = ((exp‘𝐴)↑0))
31 oveq1 7198 . . . . . . 7 ((exp‘(𝐴 · 𝑘)) = ((exp‘𝐴)↑𝑘) → ((exp‘(𝐴 · 𝑘)) · (exp‘𝐴)) = (((exp‘𝐴)↑𝑘) · (exp‘𝐴)))
3231adantl 485 . . . . . 6 (((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ0) ∧ (exp‘(𝐴 · 𝑘)) = ((exp‘𝐴)↑𝑘)) → ((exp‘(𝐴 · 𝑘)) · (exp‘𝐴)) = (((exp‘𝐴)↑𝑘) · (exp‘𝐴)))
33 nn0cn 12065 . . . . . . . . . 10 (𝑘 ∈ ℕ0𝑘 ∈ ℂ)
34 ax-1cn 10752 . . . . . . . . . . . 12 1 ∈ ℂ
35 adddi 10783 . . . . . . . . . . . 12 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℂ ∧ 1 ∈ ℂ) → (𝐴 · (𝑘 + 1)) = ((𝐴 · 𝑘) + (𝐴 · 1)))
3634, 35mp3an3 1452 . . . . . . . . . . 11 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℂ) → (𝐴 · (𝑘 + 1)) = ((𝐴 · 𝑘) + (𝐴 · 1)))
37 mulid1 10796 . . . . . . . . . . . . 13 (𝐴 ∈ ℂ → (𝐴 · 1) = 𝐴)
3837adantr 484 . . . . . . . . . . . 12 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℂ) → (𝐴 · 1) = 𝐴)
3938oveq2d 7207 . . . . . . . . . . 11 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℂ) → ((𝐴 · 𝑘) + (𝐴 · 1)) = ((𝐴 · 𝑘) + 𝐴))
4036, 39eqtrd 2771 . . . . . . . . . 10 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℂ) → (𝐴 · (𝑘 + 1)) = ((𝐴 · 𝑘) + 𝐴))
4133, 40sylan2 596 . . . . . . . . 9 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ0) → (𝐴 · (𝑘 + 1)) = ((𝐴 · 𝑘) + 𝐴))
4241fveq2d 6699 . . . . . . . 8 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ0) → (exp‘(𝐴 · (𝑘 + 1))) = (exp‘((𝐴 · 𝑘) + 𝐴)))
43 mulcl 10778 . . . . . . . . . 10 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℂ) → (𝐴 · 𝑘) ∈ ℂ)
4433, 43sylan2 596 . . . . . . . . 9 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ0) → (𝐴 · 𝑘) ∈ ℂ)
45 simpl 486 . . . . . . . . 9 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ0) → 𝐴 ∈ ℂ)
46 efadd 15618 . . . . . . . . 9 (((𝐴 · 𝑘) ∈ ℂ ∧ 𝐴 ∈ ℂ) → (exp‘((𝐴 · 𝑘) + 𝐴)) = ((exp‘(𝐴 · 𝑘)) · (exp‘𝐴)))
4744, 45, 46syl2anc 587 . . . . . . . 8 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ0) → (exp‘((𝐴 · 𝑘) + 𝐴)) = ((exp‘(𝐴 · 𝑘)) · (exp‘𝐴)))
4842, 47eqtrd 2771 . . . . . . 7 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ0) → (exp‘(𝐴 · (𝑘 + 1))) = ((exp‘(𝐴 · 𝑘)) · (exp‘𝐴)))
4948adantr 484 . . . . . 6 (((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ0) ∧ (exp‘(𝐴 · 𝑘)) = ((exp‘𝐴)↑𝑘)) → (exp‘(𝐴 · (𝑘 + 1))) = ((exp‘(𝐴 · 𝑘)) · (exp‘𝐴)))
50 expp1 13607 . . . . . . . 8 (((exp‘𝐴) ∈ ℂ ∧ 𝑘 ∈ ℕ0) → ((exp‘𝐴)↑(𝑘 + 1)) = (((exp‘𝐴)↑𝑘) · (exp‘𝐴)))
5128, 50sylan 583 . . . . . . 7 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ0) → ((exp‘𝐴)↑(𝑘 + 1)) = (((exp‘𝐴)↑𝑘) · (exp‘𝐴)))
5251adantr 484 . . . . . 6 (((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ0) ∧ (exp‘(𝐴 · 𝑘)) = ((exp‘𝐴)↑𝑘)) → ((exp‘𝐴)↑(𝑘 + 1)) = (((exp‘𝐴)↑𝑘) · (exp‘𝐴)))
5332, 49, 523eqtr4d 2781 . . . . 5 (((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ0) ∧ (exp‘(𝐴 · 𝑘)) = ((exp‘𝐴)↑𝑘)) → (exp‘(𝐴 · (𝑘 + 1))) = ((exp‘𝐴)↑(𝑘 + 1)))
5453exp31 423 . . . 4 (𝐴 ∈ ℂ → (𝑘 ∈ ℕ0 → ((exp‘(𝐴 · 𝑘)) = ((exp‘𝐴)↑𝑘) → (exp‘(𝐴 · (𝑘 + 1))) = ((exp‘𝐴)↑(𝑘 + 1)))))
55 oveq2 7199 . . . . . 6 ((exp‘(𝐴 · 𝑘)) = ((exp‘𝐴)↑𝑘) → (1 / (exp‘(𝐴 · 𝑘))) = (1 / ((exp‘𝐴)↑𝑘)))
56 nncn 11803 . . . . . . . . . 10 (𝑘 ∈ ℕ → 𝑘 ∈ ℂ)
57 mulneg2 11234 . . . . . . . . . 10 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℂ) → (𝐴 · -𝑘) = -(𝐴 · 𝑘))
5856, 57sylan2 596 . . . . . . . . 9 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ) → (𝐴 · -𝑘) = -(𝐴 · 𝑘))
5958fveq2d 6699 . . . . . . . 8 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ) → (exp‘(𝐴 · -𝑘)) = (exp‘-(𝐴 · 𝑘)))
6056, 43sylan2 596 . . . . . . . . 9 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ) → (𝐴 · 𝑘) ∈ ℂ)
61 efneg 15622 . . . . . . . . 9 ((𝐴 · 𝑘) ∈ ℂ → (exp‘-(𝐴 · 𝑘)) = (1 / (exp‘(𝐴 · 𝑘))))
6260, 61syl 17 . . . . . . . 8 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ) → (exp‘-(𝐴 · 𝑘)) = (1 / (exp‘(𝐴 · 𝑘))))
6359, 62eqtrd 2771 . . . . . . 7 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ) → (exp‘(𝐴 · -𝑘)) = (1 / (exp‘(𝐴 · 𝑘))))
64 nnnn0 12062 . . . . . . . 8 (𝑘 ∈ ℕ → 𝑘 ∈ ℕ0)
65 expneg 13608 . . . . . . . 8 (((exp‘𝐴) ∈ ℂ ∧ 𝑘 ∈ ℕ0) → ((exp‘𝐴)↑-𝑘) = (1 / ((exp‘𝐴)↑𝑘)))
6628, 64, 65syl2an 599 . . . . . . 7 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ) → ((exp‘𝐴)↑-𝑘) = (1 / ((exp‘𝐴)↑𝑘)))
6763, 66eqeq12d 2752 . . . . . 6 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ) → ((exp‘(𝐴 · -𝑘)) = ((exp‘𝐴)↑-𝑘) ↔ (1 / (exp‘(𝐴 · 𝑘))) = (1 / ((exp‘𝐴)↑𝑘))))
6855, 67syl5ibr 249 . . . . 5 ((𝐴 ∈ ℂ ∧ 𝑘 ∈ ℕ) → ((exp‘(𝐴 · 𝑘)) = ((exp‘𝐴)↑𝑘) → (exp‘(𝐴 · -𝑘)) = ((exp‘𝐴)↑-𝑘)))
6968ex 416 . . . 4 (𝐴 ∈ ℂ → (𝑘 ∈ ℕ → ((exp‘(𝐴 · 𝑘)) = ((exp‘𝐴)↑𝑘) → (exp‘(𝐴 · -𝑘)) = ((exp‘𝐴)↑-𝑘))))
708, 12, 16, 20, 24, 30, 54, 69zindd 12243 . . 3 (𝐴 ∈ ℂ → (𝑁 ∈ ℤ → (exp‘(𝐴 · 𝑁)) = ((exp‘𝐴)↑𝑁)))
7170imp 410 . 2 ((𝐴 ∈ ℂ ∧ 𝑁 ∈ ℤ) → (exp‘(𝐴 · 𝑁)) = ((exp‘𝐴)↑𝑁))
724, 71eqtr3d 2773 1 ((𝐴 ∈ ℂ ∧ 𝑁 ∈ ℤ) → (exp‘(𝑁 · 𝐴)) = ((exp‘𝐴)↑𝑁))
Colors of variables: wff setvar class
Syntax hints:  wi 4  wa 399   = wceq 1543  wcel 2112  cfv 6358  (class class class)co 7191  cc 10692  0cc0 10694  1c1 10695   + caddc 10697   · cmul 10699  -cneg 11028   / cdiv 11454  cn 11795  0cn0 12055  cz 12141  cexp 13600  expce 15586
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1803  ax-4 1817  ax-5 1918  ax-6 1976  ax-7 2018  ax-8 2114  ax-9 2122  ax-10 2143  ax-11 2160  ax-12 2177  ax-ext 2708  ax-rep 5164  ax-sep 5177  ax-nul 5184  ax-pow 5243  ax-pr 5307  ax-un 7501  ax-inf2 9234  ax-cnex 10750  ax-resscn 10751  ax-1cn 10752  ax-icn 10753  ax-addcl 10754  ax-addrcl 10755  ax-mulcl 10756  ax-mulrcl 10757  ax-mulcom 10758  ax-addass 10759  ax-mulass 10760  ax-distr 10761  ax-i2m1 10762  ax-1ne0 10763  ax-1rid 10764  ax-rnegex 10765  ax-rrecex 10766  ax-cnre 10767  ax-pre-lttri 10768  ax-pre-lttrn 10769  ax-pre-ltadd 10770  ax-pre-mulgt0 10771  ax-pre-sup 10772
This theorem depends on definitions:  df-bi 210  df-an 400  df-or 848  df-3or 1090  df-3an 1091  df-tru 1546  df-fal 1556  df-ex 1788  df-nf 1792  df-sb 2073  df-mo 2539  df-eu 2568  df-clab 2715  df-cleq 2728  df-clel 2809  df-nfc 2879  df-ne 2933  df-nel 3037  df-ral 3056  df-rex 3057  df-reu 3058  df-rmo 3059  df-rab 3060  df-v 3400  df-sbc 3684  df-csb 3799  df-dif 3856  df-un 3858  df-in 3860  df-ss 3870  df-pss 3872  df-nul 4224  df-if 4426  df-pw 4501  df-sn 4528  df-pr 4530  df-tp 4532  df-op 4534  df-uni 4806  df-int 4846  df-iun 4892  df-br 5040  df-opab 5102  df-mpt 5121  df-tr 5147  df-id 5440  df-eprel 5445  df-po 5453  df-so 5454  df-fr 5494  df-se 5495  df-we 5496  df-xp 5542  df-rel 5543  df-cnv 5544  df-co 5545  df-dm 5546  df-rn 5547  df-res 5548  df-ima 5549  df-pred 6140  df-ord 6194  df-on 6195  df-lim 6196  df-suc 6197  df-iota 6316  df-fun 6360  df-fn 6361  df-f 6362  df-f1 6363  df-fo 6364  df-f1o 6365  df-fv 6366  df-isom 6367  df-riota 7148  df-ov 7194  df-oprab 7195  df-mpo 7196  df-om 7623  df-1st 7739  df-2nd 7740  df-wrecs 8025  df-recs 8086  df-rdg 8124  df-1o 8180  df-er 8369  df-pm 8489  df-en 8605  df-dom 8606  df-sdom 8607  df-fin 8608  df-sup 9036  df-inf 9037  df-oi 9104  df-card 9520  df-pnf 10834  df-mnf 10835  df-xr 10836  df-ltxr 10837  df-le 10838  df-sub 11029  df-neg 11030  df-div 11455  df-nn 11796  df-2 11858  df-3 11859  df-n0 12056  df-z 12142  df-uz 12404  df-rp 12552  df-ico 12906  df-fz 13061  df-fzo 13204  df-fl 13332  df-seq 13540  df-exp 13601  df-fac 13805  df-bc 13834  df-hash 13862  df-shft 14595  df-cj 14627  df-re 14628  df-im 14629  df-sqrt 14763  df-abs 14764  df-limsup 14997  df-clim 15014  df-rlim 15015  df-sum 15215  df-ef 15592
This theorem is referenced by:  efzval  15626  efgt0  15627  tanval3  15658  demoivre  15724  ef2kpi  25322  efif1olem4  25388  explog  25436  reexplog  25437  relogexp  25438  tanarg  25461  root1eq1  25595  vtsprod  32285
  Copyright terms: Public domain W3C validator