now
let b, c be real number ; :: thesis: ( b |^ n = a & b > 0 & c |^ n = a & c > 0 implies not b <> c )
assume that
A46: ( b |^ n = a & b > 0 ) and
A47: ( c |^ n = a & c > 0 ) and
A48: b <> c ; :: thesis: contradiction
per cases ( b > c or c > b ) by A48, XXREAL_0:1;
end;
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 ) ) ; :: thesis: verum