Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Possible correction to antidiff. property.
Theorem 5.1.6 states \int c \cdot f(x) , dx = c \cdot \int f(x) , dx.
While this is identical to language in other texts, I got a suggestion that we should add "(c \neq 0)" as a condition.
The reason (which you can figure on your own) is that if c=0, integrating 0 leads to a +C, whereas integrating first then multiplying by 0 means you just get 0.
I'm wondering what others think of this suggestion. I'm lean toward making the change.
Yes, I think they have a point.
I also think the expression "c \cdot \int f(x),dx" is also playing a bit loose with set notation, and this may be an unimportant nitpick. But if it gets students thinking about what's going on, it may create a bit of a learning moment.
Interested in any discussion before someone merges.