Documentation

Mathlib.Analysis.RCLike.Lemmas

Further lemmas about RCLike #

theorem Polynomial.ofReal_eval {K : Type u_1} [RCLike K] (p : Polynomial ) (x : ) :
(eval x p) = (aeval x) p

This instance generates a type-class problem with a metavariable ?m that should satisfy RCLike ?m. Since this can only be satisfied by or , this does not cause problems.

Equations
    Instances For

      An RCLike field is finite-dimensional over , since it is spanned by {1, I}.

      A finite-dimensional vector space over an RCLike is a proper metric space.

      This is not an instance because it would cause a search for FiniteDimensional ?x E before RCLike ?x.

      @[simp]
      theorem RCLike.reCLM_norm {K : Type u_1} [RCLike K] :
      @[simp]
      theorem RCLike.conjCLE_norm {K : Type u_1} [RCLike K] :
      theorem Polynomial.aeval_conj {K : Type u_1} [RCLike K] (p : Polynomial ) (z : K) :
      (aeval ((starRingEnd K) z)) p = (starRingEnd K) ((aeval z) p)
      theorem Polynomial.aeval_ofReal {K : Type u_1} [RCLike K] (p : Polynomial ) (x : ) :
      (aeval x) p = (eval x p)