begin
Lm1:
for a, b being real number
for n being Nat st 0 < a & a < b & 1 <= n holds
a |^ n < b |^ n
Lm2:
for a being real number
for n being Nat st a > 0 & n >= 1 holds
( (n -Root a) |^ n = a & n -Root (a |^ n) = a )
Lm3:
for s being Real_Sequence
for a being real number st a >= 1 & ( for n being Element of NAT st n >= 1 holds
s . n = n -Root a ) holds
( s is convergent & lim s = 1 )
Lm4:
1 " = 1
;
Lm5:
for a being real number
for k being Integer st a >= 0 holds
a #Z k >= 0
Lm6:
for s being Rational_Sequence
for a being real number st s is convergent & a >= 1 holds
a #Q s is convergent
Lm7:
for s1, s2 being Rational_Sequence
for a being real number st s1 is convergent & s2 is convergent & lim s1 = lim s2 & a >= 1 holds
lim (a #Q s1) = lim (a #Q s2)
Lm8:
for a, b being real number st a > 0 holds
a #R b >= 0
Lm9:
for a, b being real number st a > 0 holds
a #R b <> 0
Lm10:
for p being Rational
for s1, s2 being Real_Sequence st s1 is convergent & s2 is convergent & lim s1 > 0 & p >= 0 & ( for n being Element of NAT holds
( s1 . n > 0 & s2 . n = (s1 . n) #Q p ) ) holds
lim s2 = (lim s1) #Q p
Lm11:
for a, b being real number
for p being Rational st a > 0 holds
(a #R b) #Q p = a #R (b * p)
Lm12:
for a being real number
for s1, s2 being Real_Sequence st a >= 1 & s1 is convergent & s2 is convergent & ( for n being Element of NAT holds s2 . n = a #R (s1 . n) ) holds
lim s2 = a #R (lim s1)
begin