Clarify wording and change correct answer for TF statements #1097
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.
Tagging @jjh2b since this is taken from his textbook.
The existing problem Library/WHFreeman/Holt_linear_algebra/Chaps_1-4/4.2.41_47a.pg contains the following statements:
"If the set of vectors (U) is linearly independent in a subspace ( S) then vectors can be added to (U) to create a basis for (S)"
"If the set of vectors (U) spans a subspace (S), then vectors can be removed from (U) to create a basis for (S)"
The correct answer for both of these is coded as "False", but this depends on how you interpret "can be added" and "can be removed". If you interpret this to include the case where no vectors are added/removed, then these statements are both true. In fact, the statements are taken directly from the textbook, and the answers in the textbook list the first statement as true (the second doesn't have an answer in the back), which contradicts the correct answer coded in the problem.
The proposed fix here is to add some more precise notation to the end of the statements. By using
\subseteq
it removes the ambiguity as to whether the subset/superset needs to be proper. I'd also be okay with removing the "can be added/removed" wording altogether, but that makes the statements less accessible to readers who are less mathematically sophisticated.