Documentation

Mathlib.RingTheory.HahnSeries.HEval

A summable family given by a power series #

Main Definitions #

TODO #

@[reducible, inline]
abbrev HahnSeries.SummableFamily.powerSeriesFamily {Γ : Type u_1} {R : Type u_3} {V : Type u_4} [LinearOrderedCancelAddCommMonoid Γ] [CommRing R] [CommRing V] [Algebra R V] {x : HahnSeries Γ V} (hx : 0 < x.orderTop) (f : PowerSeries R) :

A summable family given by scalar multiples of powers of a positive order Hahn series.

The scalar multiples are given by the coefficients of a power series.

Equations
Instances For
    @[simp]
    theorem HahnSeries.SummableFamily.powerSeriesFamily_apply {Γ : Type u_1} {R : Type u_3} {V : Type u_4} [LinearOrderedCancelAddCommMonoid Γ] [CommRing R] [CommRing V] [Algebra R V] {x : HahnSeries Γ V} (hx : 0 < x.orderTop) (f : PowerSeries R) (n : ) :
    theorem HahnSeries.SummableFamily.support_powerSeriesFamily_subset {Γ : Type u_1} {R : Type u_3} {V : Type u_4} [LinearOrderedCancelAddCommMonoid Γ] [CommRing R] [CommRing V] [Algebra R V] {x : HahnSeries Γ V} (hx : 0 < x.orderTop) (a b : PowerSeries R) (g : Γ) :
    ((powerSeriesFamily hx (a * b)).coeff g).support Finset.image (fun (i : × ) => i.1 + i.2) (((powerSeriesFamily hx a).mul (powerSeriesFamily hx b)).coeff g).support