hi harsha_jois
your method has some errors.
when a<c=b , but we can't prove max{|a|,|b|}=b.
for example , when a =-2, c=b=-1, but |a| =2,|b| =1, so the max{|a|,|b|} is |a|.
Added after 20 minutes:
I have a method :
we can seperate the c into two cases to consider.
when c ≥ 0, and c ≤ b , we can prove |c| ≤ |b|, but if we were to prove |b| ≤ max{|a|,|b|}, we could prove |c| ≤ max{|a|,|b|} ,but how can we do that?
when c <0 ,and as a≤c ,so we can have 0 ≤ -c ≤ -a , and |c| ≤ |a|, but if we were to prove |a| ≤ max{|a|,|b|}, we could prove |c| ≤ max{|a|,|b|} ,but how can we do that?