lemma hlog_starfun_ln: "\x. ( *f* ln) x = hlog (( *f* exp) 1) x" by transfer (rule log_ln)
lemma powhr_hlog_cancel [simp]: "\a x. 0 < a \ a \ 1 \ 0 < x \ a powhr (hlog a x) = x" by transfer simp
lemma hlog_powhr_cancel [simp]: "\a y. 0 < a \ a \ 1 \ hlog a (a powhr y) = y" by transfer simp
lemma hlog_mult: "\a x y. hlog a (x * y) = (if x\0 \ y\0 then hlog a x + hlog a y else 0)" by transfer (rule log_mult)
lemma hlog_as_starfun: "\a x. 0 < a \ a \ 1 \ hlog a x = ( *f* ln) x / ( *f* ln) a" by transfer (simp add: log_def)
lemma hlog_eq_div_starfun_ln_mult_hlog: "\a b x. 0 < a \ a \ 1 \ 0 < b \ b \ 1 \ 0 < x \
hlog a x = (( *f* ln) b / ( *f* ln) a) * hlog b x" by transfer (rule log_eq_div_ln_mult_log)
lemma powhr_as_starfun: "\a x. x powhr a = (if x = 0 then 0 else ( *f* exp) (a * ( *f* real_ln) x))" by transfer (simp add: powr_def)
lemma HInfinite_powhr: "x \ HInfinite \ 0 < x \ a \ HFinite - Infinitesimal \ 0 < a \ x powhr a \ HInfinite" by (auto intro!: starfun_ln_ge_zero starfun_ln_HInfinite
HInfinite_HFinite_not_Infinitesimal_mult2 starfun_exp_HInfinite
simp add: order_less_imp_le HInfinite_gt_zero_gt_one powhr_as_starfun zero_le_mult_iff)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.