HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Theorem axaddcom 6224
Description: Addition of complex numbers is commutative. Axiom 9 of 25 for real and complex numbers, derived from ZF set theory.
Assertion
Ref Expression
axaddcom |- ((A e. CC /\ B e. CC) -> (A + B) = (B + A))

Proof of Theorem axaddcom
StepHypRef Expression
1 dfcnqs 6210 . 2 |- CC = ((R. X. R.)/.`'_E)
2 addcnsrec 6211 . 2 |- (((x e. R. /\ y e. R.) /\ (z e. R. /\ w e. R.)) -> ([<.x, y>.]`'_E + [<.z, w>.]`'_E) = [<.(x +R z), (y +R w)>.]`'_E)
3 addcnsrec 6211 . 2 |- (((z e. R. /\ w e. R.) /\ (x e. R. /\ y e. R.)) -> ([<.z, w>.]`'_E + [<.x, y>.]`'_E) = [<.(z +R x), (w +R y)>.]`'_E)
4 visset 2128 . . 3 |- x e. _V
5 visset 2128 . . 3 |- z e. _V
64, 5addcomsr 6144 . 2 |- (x +R z) = (z +R x)
7 visset 2128 . . 3 |- y e. _V
8 visset 2128 . . 3 |- w e. _V
97, 8addcomsr 6144 . 2 |- (y +R w) = (w +R y)
101, 2, 3, 6, 9ecoprcom 5189 1 |- ((A e. CC /\ B e. CC) -> (A + B) = (B + A))
Colors of variables: wff set class
Syntax hints:   -> wi 3   /\ wa 239   = wceq 1136   e. wcel 1138  _Ecep 3396  `'ccnv 3796  (class class class)co 4695  R.cnr 5941   +R cplr 5945  CCcc 6180   + caddc 6185
This theorem is referenced by:  addcom 6254  cnaddablNEW 16868
This theorem was proved from axioms:  ax-1 4  ax-2 5  ax-3 6  ax-mp 7  ax-7 1142  ax-gen 1143  ax-8 1144  ax-9 1145  ax-10 1146  ax-11 1147  ax-12 1148  ax-13 1149  ax-14 1150  ax-17 1155  ax-4 1157  ax-5o 1159  ax-6o 1162  ax-9o 1319  ax-10o 1338  ax-16 1418  ax-11o 1426  ax-ext 1702  ax-rep 3243  ax-sep 3253  ax-nul 3260  ax-pow 3296  ax-pr 3339  ax-un 3601  ax-inf2 5540
This theorem depends on definitions:  df-bi 163  df-or 240  df-an 241  df-3or 856  df-3an 857  df-ex 1165  df-sb 1374  df-eu 1613  df-mo 1614  df-clab 1709  df-cleq 1714  df-clel 1717  df-ne 1856  df-ral 1943  df-rex 1944  df-reu 1945  df-rab 1946  df-v 2127  df-sbc 2287  df-csb 2374  df-dif 2430  df-un 2433  df-in 2436  df-ss 2438  df-pss 2440  df-nul 2702  df-if 2807  df-pw 2859  df-sn 2873  df-pr 2874  df-tp 2876  df-op 2877  df-uni 3000  df-int 3037  df-iun 3079  df-br 3159  df-opab 3214  df-tr 3230  df-eprel 3398  df-id 3401  df-po 3406  df-so 3419  df-fr 3440  df-we 3459  df-ord 3475  df-on 3476  df-lim 3477  df-suc 3478  df-om 3761  df-xp 3811  df-rel 3812  df-cnv 3813  df-co 3814  df-dm 3815  df-rn 3816  df-res 3817  df-ima 3818  df-fun 3819  df-fn 3820  df-f 3821  df-fv 3825  df-opr 4697  df-oprab 4698  df-1st 4831  df-2nd 4832  df-rdg 4951  df-1o 4988  df-oadd 4990  df-omul 4991  df-er 5129  df-ec 5131  df-qs 5134  df-ni 5948  df-pli 5949  df-mi 5950  df-lti 5951  df-plpq 5983  df-mpq 5984  df-enq 5985  df-nq 5986  df-plq 5987  df-mq 5988  df-rq 5989  df-ltq 5990  df-1q 5991  df-np 6034  df-plp 6036  df-ltp 6038  df-plpr 6112  df-enr 6114  df-nr 6115  df-plr 6116  df-c 6188  df-plus 6193
Copyright terms: Public domain