set l = least-positive (rng v);
reconsider ll = least-positive (rng v) as Element of ExtREAL by XXREAL_0:def 1;
reconsider l1 = least-positive (rng v) as Integer by A1, Th35;
A2:
l1 in REAL
by XREAL_0:def 1;
deffunc H1( Element of K) -> Element of ExtREAL = (v . $1) / ll;
consider f being Function of K,ExtREAL such that
A3:
for x being Element of K holds f . x = H1(x)
from FUNCT_2:sch 4();
for y being set st y in rng f holds
y is ext-integer
then reconsider f = f as e.i.-valued Function of K,ExtREAL by Def3;
f is Valuation of K
proof
thus
K is
having_valuation
by A1;
FVALUAT1:def 8 ( f . (0. K) = +infty & ( for a being Element of K st a <> 0. K holds
f . a in INT ) & ( for a, b being Element of K holds f . (a * b) = (f . a) + (f . b) ) & ( for a being Element of K st 0 <= f . a holds
0 <= f . ((1. K) + a) ) & ex a being Element of K st
( f . a <> 0 & f . a <> +infty ) )
thus f . (0. K) =
(v . (0. K)) / (least-positive (rng v))
by A3
.=
+infty / (least-positive (rng v))
by A1, Def8
.=
+infty
by A2, XXREAL_3:83
;
( ( for a being Element of K st a <> 0. K holds
f . a in INT ) & ( for a, b being Element of K holds f . (a * b) = (f . a) + (f . b) ) & ( for a being Element of K st 0 <= f . a holds
0 <= f . ((1. K) + a) ) & ex a being Element of K st
( f . a <> 0 & f . a <> +infty ) )
thus
for
a being
Element of
K st
a <> 0. K holds
f . a in INT
( ( for a, b being Element of K holds f . (a * b) = (f . a) + (f . b) ) & ( for a being Element of K st 0 <= f . a holds
0 <= f . ((1. K) + a) ) & ex a being Element of K st
( f . a <> 0 & f . a <> +infty ) )
thus
for
a,
b being
Element of
K holds
f . (a * b) = (f . a) + (f . b)
( ( for a being Element of K st 0 <= f . a holds
0 <= f . ((1. K) + a) ) & ex a being Element of K st
( f . a <> 0 & f . a <> +infty ) )
thus
for
a being
Element of
K st
0 <= f . a holds
0 <= f . ((1. K) + a)
ex a being Element of K st
( f . a <> 0 & f . a <> +infty )
consider a being
Element of
K such that A10:
v . a <> 0
and A11:
v . a <> +infty
by A1, Def8;
take
a
;
( f . a <> 0 & f . a <> +infty )
A12:
f . a = (v . a) / (least-positive (rng v))
by A3;
hence
f . a <> 0
by A2, A10, Th9;
f . a <> +infty
reconsider va =
v . a as
Integer by A11, Def1;
A13:
va in REAL
by XREAL_0:def 1;
least-positive (rng v) in REAL
by A1, Lm6;
hence
f . a <> +infty
by A12, A13;
verum
end;
then reconsider f = f as Valuation of K ;
take
f
; for a being Element of K holds v . a = (f . a) * (least-positive (rng v))
let a be Element of K; v . a = (f . a) * (least-positive (rng v))
thus v . a =
((v . a) / (least-positive (rng v))) * (least-positive (rng v))
by A2, Th8
.=
(f . a) * (least-positive (rng v))
by A3
; verum