lemma
proved
term proof
phi_rpow_neg_lt_of_lt
show as:
view Lean formalization →
formal statement (Lean)
260lemma phi_rpow_neg_lt_of_lt {y z : ℝ} (hyz : y < z) :
261 goldenRatio ^ (-z) < goldenRatio ^ (-y) :=
proof body
Term-mode proof.
262 phi_rpow_strictMono (neg_lt_neg hyz)
263
264end IndisputableMonolith.Numerics