let n, m be Nat; :: thesis: ( m is odd & n >= m implies tau_bar to_power n >= tau_bar to_power m )
assume A1: m is odd ; :: thesis: ( not n >= m or tau_bar to_power n >= tau_bar to_power m )
assume n >= m ; :: thesis: tau_bar to_power n >= tau_bar to_power m
then A2: n + 1 > m + 0 by XREAL_1:8;
per cases ( n = m or n > m ) by A2, NAT_1:22;
end;