Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

#1: Initial revision by user avatar r~~‭ · 2022-10-25T04:32:13Z (over 1 year ago)
If $f$ is a linear map (between finite-dimensional spaces), then it can be represented by multiplying by some matrix.

The fact that $f$ is $\mathfrak G$-invariant presumably means that this matrix is constant with respect to the $\mathfrak g$ used as the variable of integration.

It's easy to see that multiplying by a constant matrix is an operation you can pull out of an integral, because sums can be pulled out of integrals

$$
\int \left(f(x) + g(x)\right)\\,dx = \left(\int f(x)\\,dx\right) + \left(\int g(x)\\,dx\right)
$$

and constant factors can be pulled out of integrals

$$
\int c\\,f(x)\\,dx = c\int f(x)\\,dx
$$

and matrix multiplication is just an application of those operations.

And yes, you can say that $f$ and the integral commute with each other as operators.

(If, contra my first sentence, you aren't working with finite-dimensional spaces, then you have to tread much more carefully than I'm doing here, starting with specifying precisely what definition of integration you're using. The usual suspects still commute with linear functionals, though.)