fix: replace duplicate Level 4 with null_space_is_subspace (closes #18)#19
Merged
fix: replace duplicate Level 4 with null_space_is_subspace (closes #18)#19
Conversation
LinearMapsWorld Levels 2 and 4 both proved T 0 = 0 (issue #18). Level 5's intro promised a "null space is a subspace" result that didn't exist. This swaps Level 4's exercise to null_space_is_subspace and keeps linear_map_preserves_zero (used in Levels 5, 8, 9, 10) as a term-form helper := zero_in_null_space K V W T hT, since membership in null_space_v T is definitionally T 0 = 0. Removes the now-duplicate NewTheorem announcement of linear_map_preserves_zero from Level 5. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Merge the two repetitive sentences into one and use the term "null space" instead of "the set of vectors that T sends to zero". Replace the vague "complete picture of how linear maps interact with subspace structure" trailer with a concrete forward-pointer to Level 5. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
LinearMapsWorld Levels 2 and 4 both proved T 0 = 0 (issue #18). This swaps Level 4's exercise to null_space_is_subspace and keeps linear_map_preserves_zero (used in Levels 5, 8, 9, 10) as a term-form helper := zero_in_null_space K V W T hT, since membership in null_space_v T is definitionally T 0 = 0. Removes the now-duplicate NewTheorem announcement of linear_map_preserves_zero from Level 5.