Does anyone know a rule for showing
"¦c¦<1 ==> (λn. c^n) ---> 0"
in the reals?
I have found the following rules using the 'query' panel:
Limits.LIMSEQ_rabs_realpow_zero2: ¦?c¦ < 1 ⟹ op ^ ?c ---> 0
Limits.LIMSEQ_rabs_realpow_zero: ¦?c¦ < 1 ⟹ op ^ ¦?c¦ ---> 0
Limits.LIMSEQ_realpow_zero: 0 ≤ ?x ⟹ ?x < 1 ⟹ op ^ ?x ---> 0
although I am a little confused by what op
means.