{m : ℕ} (w : Fin m → E) (c : EuclideanSpace ℂ (Fin m)) : synthesis w c ∈ Submodule.span ℂ (Set.range w)
ProvedBookProof.ChapterSirkGramWhitening.synthesis_mem_spansirkspectral-theorytimepiece
Lean 4 theorem BookProof.ChapterSirkGramWhitening.synthesis_mem_span (module BookProof.ChapterSirkGramWhitening), source chapter BookProof/ChapterChapterSirkGramWhitening.lean.
Preamble
-- Generated from ChapterSirkGramWhitening.lean — theorem BookProof.ChapterSirkGramWhitening.synthesis_mem_span
import Mathlib
import Definitions.Def_ChapterSirkGramWhitening
open BookProof.ChapterSirkGramWhitening
noncomputable section
open scoped InnerProductSpace
open Matrix
open BookProof.ChapterH4 BookProof.ChapterSirkWhitening
variable {E : Type*} [NormedAddCommGroup E] [InnerProductSpace ℂ E] [CompleteSpace E]Formal statement
theorem BookProof.ChapterSirkGramWhitening.synthesis_mem_span {m : ℕ} (w : Fin m → E) (c : EuclideanSpace ℂ (Fin m)) :
synthesis w c ∈ Submodule.span ℂ (Set.range w) := by sorrySource