(U Om : E →L[ℂ] E) (hcomm : Om.comp U = U.comp Om) (n : ℕ) : Om.comp (U ^ n) = (U ^ n).comp Om
ProvedBookProof.ChapterSirkRestart.comp_pow_of_commsirkspectral-theorytimepiece
Lean 4 theorem BookProof.ChapterSirkRestart.comp_pow_of_comm (module BookProof.ChapterSirkRestart), source chapter BookProof/ChapterChapterSirkRestart.lean.
Preamble
-- Generated from ChapterSirkRestart.lean — theorem BookProof.ChapterSirkRestart.comp_pow_of_comm
import Mathlib
import Definitions.Def_ChapterSirkRestart
open BookProof.ChapterSirkRestart
noncomputable section
open Filter Topology
open BookProof.ChapterH6
variable {E : Type*} [NormedAddCommGroup E] [InnerProductSpace ℂ E]Formal statement
theorem BookProof.ChapterSirkRestart.comp_pow_of_comm (U Om : E →L[ℂ] E) (hcomm : Om.comp U = U.comp Om) (n : ℕ) :
Om.comp (U ^ n) = (U ^ n).comp Om := by sorrySource