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

Theorem expval 13427
Description: Value of exponentiation to integer powers. (Contributed by NM, 20-May-2004.) (Revised by Mario Carneiro, 4-Jun-2014.)
Assertion
Ref Expression
expval ((𝐴 ∈ ℂ ∧ 𝑁 ∈ ℤ) → (𝐴𝑁) = if(𝑁 = 0, 1, if(0 < 𝑁, (seq1( · , (ℕ × {𝐴}))‘𝑁), (1 / (seq1( · , (ℕ × {𝐴}))‘-𝑁)))))

Proof of Theorem expval
Dummy variables 𝑥 𝑦 are mutually distinct and distinct from all other variables.
StepHypRef Expression
1 simpr 488 . . . 4 ((𝑥 = 𝐴𝑦 = 𝑁) → 𝑦 = 𝑁)
21eqeq1d 2800 . . 3 ((𝑥 = 𝐴𝑦 = 𝑁) → (𝑦 = 0 ↔ 𝑁 = 0))
31breq2d 5042 . . . 4 ((𝑥 = 𝐴𝑦 = 𝑁) → (0 < 𝑦 ↔ 0 < 𝑁))
4 simpl 486 . . . . . . . 8 ((𝑥 = 𝐴𝑦 = 𝑁) → 𝑥 = 𝐴)
54sneqd 4537 . . . . . . 7 ((𝑥 = 𝐴𝑦 = 𝑁) → {𝑥} = {𝐴})
65xpeq2d 5549 . . . . . 6 ((𝑥 = 𝐴𝑦 = 𝑁) → (ℕ × {𝑥}) = (ℕ × {𝐴}))
76seqeq3d 13372 . . . . 5 ((𝑥 = 𝐴𝑦 = 𝑁) → seq1( · , (ℕ × {𝑥})) = seq1( · , (ℕ × {𝐴})))
87, 1fveq12d 6652 . . . 4 ((𝑥 = 𝐴𝑦 = 𝑁) → (seq1( · , (ℕ × {𝑥}))‘𝑦) = (seq1( · , (ℕ × {𝐴}))‘𝑁))
91negeqd 10869 . . . . . 6 ((𝑥 = 𝐴𝑦 = 𝑁) → -𝑦 = -𝑁)
107, 9fveq12d 6652 . . . . 5 ((𝑥 = 𝐴𝑦 = 𝑁) → (seq1( · , (ℕ × {𝑥}))‘-𝑦) = (seq1( · , (ℕ × {𝐴}))‘-𝑁))
1110oveq2d 7151 . . . 4 ((𝑥 = 𝐴𝑦 = 𝑁) → (1 / (seq1( · , (ℕ × {𝑥}))‘-𝑦)) = (1 / (seq1( · , (ℕ × {𝐴}))‘-𝑁)))
123, 8, 11ifbieq12d 4452 . . 3 ((𝑥 = 𝐴𝑦 = 𝑁) → if(0 < 𝑦, (seq1( · , (ℕ × {𝑥}))‘𝑦), (1 / (seq1( · , (ℕ × {𝑥}))‘-𝑦))) = if(0 < 𝑁, (seq1( · , (ℕ × {𝐴}))‘𝑁), (1 / (seq1( · , (ℕ × {𝐴}))‘-𝑁))))
132, 12ifbieq2d 4450 . 2 ((𝑥 = 𝐴𝑦 = 𝑁) → if(𝑦 = 0, 1, if(0 < 𝑦, (seq1( · , (ℕ × {𝑥}))‘𝑦), (1 / (seq1( · , (ℕ × {𝑥}))‘-𝑦)))) = if(𝑁 = 0, 1, if(0 < 𝑁, (seq1( · , (ℕ × {𝐴}))‘𝑁), (1 / (seq1( · , (ℕ × {𝐴}))‘-𝑁)))))
14 df-exp 13426 . 2 ↑ = (𝑥 ∈ ℂ, 𝑦 ∈ ℤ ↦ if(𝑦 = 0, 1, if(0 < 𝑦, (seq1( · , (ℕ × {𝑥}))‘𝑦), (1 / (seq1( · , (ℕ × {𝑥}))‘-𝑦)))))
15 1ex 10626 . . 3 1 ∈ V
16 fvex 6658 . . . 4 (seq1( · , (ℕ × {𝐴}))‘𝑁) ∈ V
17 ovex 7168 . . . 4 (1 / (seq1( · , (ℕ × {𝐴}))‘-𝑁)) ∈ V
1816, 17ifex 4473 . . 3 if(0 < 𝑁, (seq1( · , (ℕ × {𝐴}))‘𝑁), (1 / (seq1( · , (ℕ × {𝐴}))‘-𝑁))) ∈ V
1915, 18ifex 4473 . 2 if(𝑁 = 0, 1, if(0 < 𝑁, (seq1( · , (ℕ × {𝐴}))‘𝑁), (1 / (seq1( · , (ℕ × {𝐴}))‘-𝑁)))) ∈ V
2013, 14, 19ovmpoa 7284 1 ((𝐴 ∈ ℂ ∧ 𝑁 ∈ ℤ) → (𝐴𝑁) = if(𝑁 = 0, 1, if(0 < 𝑁, (seq1( · , (ℕ × {𝐴}))‘𝑁), (1 / (seq1( · , (ℕ × {𝐴}))‘-𝑁)))))
Colors of variables: wff setvar class
Syntax hints:  wi 4  wa 399   = wceq 1538  wcel 2111  ifcif 4425  {csn 4525   class class class wbr 5030   × cxp 5517  cfv 6324  (class class class)co 7135  cc 10524  0cc0 10526  1c1 10527   · cmul 10531   < clt 10664  -cneg 10860   / cdiv 11286  cn 11625  cz 11969  seqcseq 13364  cexp 13425
This theorem was proved from axioms:  ax-mp 5  ax-1 6  ax-2 7  ax-3 8  ax-gen 1797  ax-4 1811  ax-5 1911  ax-6 1970  ax-7 2015  ax-8 2113  ax-9 2121  ax-10 2142  ax-11 2158  ax-12 2175  ax-ext 2770  ax-sep 5167  ax-nul 5174  ax-pr 5295  ax-1cn 10584
This theorem depends on definitions:  df-bi 210  df-an 400  df-or 845  df-3an 1086  df-tru 1541  df-ex 1782  df-nf 1786  df-sb 2070  df-mo 2598  df-eu 2629  df-clab 2777  df-cleq 2791  df-clel 2870  df-nfc 2938  df-ral 3111  df-rex 3112  df-rab 3115  df-v 3443  df-sbc 3721  df-dif 3884  df-un 3886  df-in 3888  df-ss 3898  df-nul 4244  df-if 4426  df-sn 4526  df-pr 4528  df-op 4532  df-uni 4801  df-br 5031  df-opab 5093  df-mpt 5111  df-id 5425  df-xp 5525  df-rel 5526  df-cnv 5527  df-co 5528  df-dm 5529  df-rn 5530  df-res 5531  df-ima 5532  df-pred 6116  df-iota 6283  df-fun 6326  df-fv 6332  df-ov 7138  df-oprab 7139  df-mpo 7140  df-wrecs 7930  df-recs 7991  df-rdg 8029  df-neg 10862  df-seq 13365  df-exp 13426
This theorem is referenced by:  expnnval  13428  exp0  13429  expneg  13433
  Copyright terms: Public domain W3C validator