Mathlib Map

Theorems · Theorem · harmonic analysis

BoundedContinuousFunction.separatesPoints_charPoly

∀ {V : Type u_1} {W : Type u_2} [inst : AddCommGroup V] [inst_1 : Module ℝ V] [inst_2 : TopologicalSpace V]
  [inst_3 : AddCommGroup W] [inst_4 : Module ℝ W] [inst_5 : TopologicalSpace W] {e : AddChar ℝ Circle}
  {L : V →ₗ[ℝ] W →ₗ[ℝ] ℝ} (he : Continuous ⇑e),
  e ≠ 1 →
    ∀ (hL : Continuous fun p => (L p.1) p.2),
      (∀ (v : V), v ≠ 0 → L v ≠ 0) →
        (StarSubalgebra.map (BoundedContinuousFunction.toContinuousMapStarₐ ℂ)
            (BoundedContinuousFunction.charPoly he hL)).SeparatesPoints

The family charPoly he hL w, w : W separates points in V.

Defined in
Mathlib.Analysis.Fourier.BoundedContinuousFunctionChar
Cited by
2 results in Mathlib
Foundations
Depth 181 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
AddCommGroupModuleTopologicalSpaceAddCommGroupModuleTopologicalSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites23

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.