Skip to content

Commit e64f84e

Browse files
authored
Add check for nonemptiness to solution (#939)
1 parent 2b2efd3 commit e64f84e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

source/linear-algebra/exercises/outcomes/EV/EV3/template.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ Prove that <m>R</m> <em>is</em> a subspace.
8282
</content>
8383
<outtro>
8484
<p>
85-
First show that <m>R</m> is closed under
85+
First note that <m>\vec{0} \in R</m>, so the set is nonempty.
86+
</p>
87+
<p>
88+
Next, show that <m>R</m> is closed under
8689
vector addition. Let <m>{{v}}\in R</m> so that
8790
<m>{{R_eq}}</m>, and let <m>{{valt}}\in R</m> so that
8891
<m>{{R_eq_alt}}</m>. Then use those assumptions to show

0 commit comments

Comments
 (0)