now let b,
c be
real number ;
( b |^ n = a & b > 0 & c |^ n = a & c > 0 implies not b <> c )assume that A36:
b |^ n = a
and A37:
b > 0
and A38:
c |^ n = a
and A39:
c > 0
and A40:
b <> c
;
contradiction end;
hence
for b1, b2 being real number holds
( ( a > 0 & b1 |^ n = a & b1 > 0 & b2 |^ n = a & b2 > 0 implies b1 = b2 ) & ( a = 0 & b1 = 0 & b2 = 0 implies b1 = b2 ) )
; verum