Documentation

Interest.Aristotle_CPT_I

noncomputable def f (n : ) (d r v : ) :
Equations
Instances For
    noncomputable def h (n : ) (r v : ) :
    Equations
    Instances For
      noncomputable def num_h (n : ) (r v : ) :
      Equations
      Instances For
        noncomputable def den_h (n : ) (r v : ) :
        Equations
        Instances For
          noncomputable def coeff (n : ) (r : ) (k : ) :
          Equations
          Instances For
            theorem h_eq_quotient (n : ) (hn : n 1) (r v : ) :
            h n r v = (∑ kFinset.Icc 1 n, coeff n r k * k * v ^ k) / kFinset.Icc 1 n, coeff n r k * v ^ k
            noncomputable def h_deriv_numerator_aux (n : ) (r v : ) :
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              theorem h_deriv_numerator_aux_pos (n : ) (hn : n 2) (r v : ) (hr : r > 0) (hv : v > 0) :
              theorem den_h_pos (n : ) (r v : ) (hr : r > 0) (hv : v > 0) :
              den_h n r v > 0
              theorem h_strict_mono (n : ) (hn : n 2) (r : ) (hr : r > 0) :
              theorem h_tendsto_zero (n : ) (hn : n 2) (r : ) (hr : r > 0) :
              theorem h_tendsto_atTop (n : ) (hn : n 1) (r : ) (hr : r > 0) :
              theorem unique_root_f (n : ) (hn : n 2) (d r : ) (hd₀ : 1 < d) (hd₁ : d < n) (hr : r > 0) :
              ∃! v : , 0 < v f n d r v = 0