ILE Home Intuitionistic Logic Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  ILE Home  >  Th. List  >  df-iexp Unicode version

Definition df-iexp 9255
Description: Define exponentiation to nonnegative integer powers. This definition is not meant to be used directly; instead, exp0 9259 and expp1 9262 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 don't have superscripts. 10-Jun-2005: The definition was extended to include zero exponents, so that  0 ^ 0  =  1 per the convention of Definition 10-4.1 of [Gleason] p. 134. 4-Jun-2014: The definition was extended to include negative integer exponents. The case  x  =  0 ,  y  <  0 gives the value  ( 1  /  0 ), so we will avoid this case in our theorems. (Contributed by Jim Kingdon, 7-Jun-2020.)
Assertion
Ref Expression
df-iexp  |-  ^  =  ( x  e.  CC ,  y  e.  ZZ  |->  if ( y  =  0 ,  1 ,  if ( 0  <  y ,  (  seq 1
(  x.  ,  ( NN  X.  { x } ) ,  CC ) `  y ) ,  ( 1  / 
(  seq 1 (  x.  ,  ( NN  X.  { x } ) ,  CC ) `  -u y ) ) ) ) )
Distinct variable group:    x, y

Detailed syntax breakdown of Definition df-iexp
StepHypRef Expression
1 cexp 9254 . 2  class  ^
2 vx . . 3  setvar  x
3 vy . . 3  setvar  y
4 cc 6887 . . 3  class  CC
5 cz 8245 . . 3  class  ZZ
63cv 1242 . . . . 5  class  y
7 cc0 6889 . . . . 5  class  0
86, 7wceq 1243 . . . 4  wff  y  =  0
9 c1 6890 . . . 4  class  1
10 clt 7060 . . . . . 6  class  <
117, 6, 10wbr 3764 . . . . 5  wff  0  <  y
12 cmul 6894 . . . . . . 7  class  x.
13 cn 7914 . . . . . . . 8  class  NN
142cv 1242 . . . . . . . . 9  class  x
1514csn 3375 . . . . . . . 8  class  { x }
1613, 15cxp 4343 . . . . . . 7  class  ( NN 
X.  { x }
)
1712, 4, 16, 9cseq 9211 . . . . . 6  class  seq 1
(  x.  ,  ( NN  X.  { x } ) ,  CC )
186, 17cfv 4902 . . . . 5  class  (  seq 1 (  x.  , 
( NN  X.  {
x } ) ,  CC ) `  y
)
196cneg 7183 . . . . . . 7  class  -u y
2019, 17cfv 4902 . . . . . 6  class  (  seq 1 (  x.  , 
( NN  X.  {
x } ) ,  CC ) `  -u y
)
21 cdiv 7651 . . . . . 6  class  /
229, 20, 21co 5512 . . . . 5  class  ( 1  /  (  seq 1
(  x.  ,  ( NN  X.  { x } ) ,  CC ) `  -u y ) )
2311, 18, 22cif 3331 . . . 4  class  if ( 0  <  y ,  (  seq 1 (  x.  ,  ( NN 
X.  { x }
) ,  CC ) `
 y ) ,  ( 1  /  (  seq 1 (  x.  , 
( NN  X.  {
x } ) ,  CC ) `  -u y
) ) )
248, 9, 23cif 3331 . . 3  class  if ( y  =  0 ,  1 ,  if ( 0  <  y ,  (  seq 1 (  x.  ,  ( NN 
X.  { x }
) ,  CC ) `
 y ) ,  ( 1  /  (  seq 1 (  x.  , 
( NN  X.  {
x } ) ,  CC ) `  -u y
) ) ) )
252, 3, 4, 5, 24cmpt2 5514 . 2  class  ( x  e.  CC ,  y  e.  ZZ  |->  if ( y  =  0 ,  1 ,  if ( 0  <  y ,  (  seq 1 (  x.  ,  ( NN 
X.  { x }
) ,  CC ) `
 y ) ,  ( 1  /  (  seq 1 (  x.  , 
( NN  X.  {
x } ) ,  CC ) `  -u y
) ) ) ) )
261, 25wceq 1243 1  wff  ^  =  ( x  e.  CC ,  y  e.  ZZ  |->  if ( y  =  0 ,  1 ,  if ( 0  <  y ,  (  seq 1
(  x.  ,  ( NN  X.  { x } ) ,  CC ) `  y ) ,  ( 1  / 
(  seq 1 (  x.  ,  ( NN  X.  { x } ) ,  CC ) `  -u y ) ) ) ) )
Colors of variables: wff set class
This definition is referenced by:  expival  9257
  Copyright terms: Public domain W3C validator