#help-10
1 messages · Page 382 of 1
a(bv)=(ab)v
i'd encourage you to look again at the definition of a vector space
a(bv) = a(bx, by, bz) = (abx, aby, abz) = (ab)(x, y, z) = (ab)v
what would b be here. we only have a and v?
yes but im confused how b is possible because we have 2 components a and v
i dont see another scalar multiple
wdym
i see 1 scalar multiple and a vector
where
r is the scalar multiple
ok hold up
Define \begin{align*}\textcolor{green}{\odot}:\mathbb R\times \mathbb R^3 &\to \mathbb R^3\
\left(r, \begin{pmatrix}x\y\z\end{pmatrix}\right) &\mapsto ,r\textcolor{green}{\odot}\begin{pmatrix}x\y\z\end{pmatrix} \coloneq \begin{pmatrix}r\cdot x\r\cdot y\r\cdot z\end{pmatrix}\end{align*}
what is the comma meaning here?
frosst
also what is RxR^3 refer to
you take 1 copy of R and 1 copy of R^3 as inputs
ah
r comes from R
yeah
(x, y, z) comes form R^3
the white dots on the right is the multiplication on R
it means define
i still dont see an issue with that
because im saying we can put this green circle dot operation between a real number, and a 3-tuple
and what does that mean?
it means i multiply the real number into each entry
it satisfies this
yeah
it satisfies this
what else does it need to satisfy
we need to ensure that this new green circle dot operation
needs to satisfy this
$a\textcolor{green}{\odot}(b\textcolor{green}{\odot} \mathbf v}) = (a\cdot b)\textcolor{green}{\odot} \mathbf v$ for all $a, b\in \mathbb R$ and $\mathbf v \in \mathbb R^3$
frosst
Compile Error! Click the
reaction for more information.
(You may edit your message to recompile.)
so, if r = 4 we get v= <4x,4y,4z>
no we need 2 scalars
this can be written like 2(2v)
you can think of it this way
but this is really what we're tyring to say
it's more like 2(2v) = (2 * 2)(v)
ok
which sure, ends up being 4v
how do we get there from r
we want to show that this is true
this is a statement
depending on how we define the green operation it can be true or false
and the dot means RxR^3 as in a is R and we are multiplying it into something R^3
im unsure of what that is doing
yes
$b\textcolor{green}{\odot}\mathbf v$ is an element of $\mathbb R^3$
frosst
is it a cartesian product
that's by definition, notice the codomain of this operation is R^3
i unfortunately dont know what a codomain is
f:A -> B
f is the name of the function
A is the domain of f
B is the codomain of f
and do codomains have to be in the same R^n
codomains are something about functions
it may have absolutely nothing to do with R^n
like a range of the output of the function
close
or a set of all the outputs
the range is a subset of the codomain
ah
consider $f:\mathbb R\to \mathbb R$ that is defined by $f(x) = x^2$
frosst
back to this, we want to show that for any a, b, and v we pick
i.e r = -1
this equality holds
x^2
i dont see any x^2?
this is a completely different example not related to your question
ooh
look
ahh i didnt see htis
it's jsut an example about range vs codomain
ok let's go back to this
we want to show for any choice of a, b in R, and v in R^3
this equality holds
but x ϵ R
where do you see x
i'm extremely sorry for being so darn clueless, but i dont know how to prove this
not sure how to show it is true
we use the definition given by
let $\mathbf v = \begin{pmatrix}x\y\z\end{pmatrix}$
frosst
then \begin{align*}
a\textcolor{green}{\odot} (b\textcolor{green}{\odot} \mathbf v) &=a\textcolor{green}{\odot} \begin{pmatrix}b\cdot x\b\cdot y\b\cdot z\end{pmatrix} \
&= \begin{pmatrix}a\cdot (b\cdot x)\a\cdot (b\cdot y)\a\cdot (b\cdot z)\end{pmatrix} \
&=\begin{pmatrix}(a\cdot b)\cdot x\(a\cdot b)\cdot y\(a\cdot b)\cdot z\end{pmatrix} \
&= (a\cdot b)\textcolor{green}{\odot} \mathbf v\end{align}
isnt that just the same thing tho?
wtf is happenign tom y latex
acting funky tonight
oh i shouldn't wrap align in math mode that's why
do we need the green dot between a and (bv)
frosst
of course
bv is in R^3
and a is in R
the only operation we have between 2 such objects is the green dot
yeah but isnt it v that is in it not b
like i could write it as a*greendot V times b
you cannot
you dont know what V times b means
why is there a * before the greendot
that would be b greendot v
also can't
greendot takes R in the first argument then R^3 in the second argument
so greendot isnt associative?
well i never said it was
(it turns out to be true)
but i never said that
you'd have to prove that it is associative
it is
well
sort of
a vector space only cares about scalar multiplication from the left usually
a(b greendot v) = b(a greendot V)
it does not have a concept of multiplication from the right
what's the operation before the (
can't
ok
no, a scalar multiplication is between R and R^3
yes
scalar multiplcation is the green dot
it is different to the multiplication on R
that's why i've been using a different symbol for it (namely the green circle dot compared to the white dot)
ok
notice on the * line we used that the normal multiplcation is associative, without this we cannot actually show the statement holds
but it's fine, we know the normal multiplication is associative because R is a field with those operations
i dont yet know what a field is
if you dont know what that means just take it to mean we do in fact know it's associative (it being the white dot)
it's hilarious they do it in that order
i dont like it
but that's alright
a lot of the vector space operations rely on the interaction with the field
so not knowing what a field is sort of...makes it difficult to make precise what the relationships are
okay anyway, what else does this greendot need to satisfy?
so a field is more basal than the vector space?
we have a multiplicative identity, and we also have that a(bv) = (ab)v
well you need a field to make a vector space so i'd say so
distributive?
this is one of the distribution axioms
what's the other one?
if g and h are vectors and a is a scalar then a(g+h)=ag+ah
but we dont really have that ig
aha
that's the issue right
a(g+h) is always a(0) = 0
wait
huh?
no this one is fine
ag + ah is always 0
it's 2 vectors being added together
0 = 0 for all scalars a, and vectors g, h
well it does seem like every g is the additive inverse of every h
yeah
so a(bv) = (ab)v and a(g+h) = ag + ah) are the 2 distributive laws for the green dot
there's more though
there's lastly (a + b)v = av + bv
additive identity: there exists some 0 ϵ V such that v+0 = v .
actually i think people usually call a(bv) = (ab)v associativity
this seems true
no we eneed this one
wasnt this a(g+h)
that's different
that we showed worked with green dot
a(g+h) is the scalar multiplication (green dot) distributing over the vector addition +
so a and b are scalars?
(a + b)v is the scalar multiplication (green dot) distributing over the field addition
field addition is non-vector addition?
field addition is the addition of real numbers
the field addition takes 2 things in R and adds them together
ok
the vector addition takes 2 things in R^3 and adds them according to the rule you've set out
wait would a dual space then connect that field to some complex thingy
nvm
thats for later
in your case it's this first one after the (a)
on my own time
dual spaces will take some more time to develop
but yes it has to do with the field as well
ok yeah
i see that
LA is usually the first time people see that there are different 0's and different + and * symbols
but it's usually hidden behind an awful use of the same symbol to represent different operations
hence the distinction between vector addition and the field addition
ok
so show that this doesn't hold
(a+b) greendot v /= (A greendot v) + (b greendot v) ?
yes
well we haven't proved that it is
or isn't
it turns out it isn't
and you need to prove that it isn't
do I need to know more about fields to do that
you don't
you know what the addition on R looks like
you add 2 numbers
3 + 5 = 8
try it and see
(3+5) greendot V /= 8greendot V
im trying to figure out how to articulate why
i guess that doenst really prove anything
hm
its another statement
that's not what we're showing btw
we want to show that
(3 + 5) greendot v ≠ 3 greendot v + 5 greendot v
ok but
yeah
$\textcolor{green}{+}:\mathbb R^3\times \mathbb R^3 \to \mathbb R^3$
frosst
this should say (3 + 5) greendot v ≠ 3 greendot v green+ 5 greendot v
those aren't the same +'s
i guess i meant to say (3+5) greendot v = (8) greendot v != 3greendot v green+ 5 greendot v
yeah ok
green+ is vector addition
ah
gotcha
yeah you definitely cant <1x,2y> + <2x+3y+4z>
but 3v and 5v are vectors because 3 and 5 just scalar multiples
<1x> doesn't make sense
yeah
3<x,y,z> + 4<x,y,z> = 7<x,y,z>
<3x,3y,3z> + <4x,4y,4z> = <7x,7y,7z>
dont these follow that rule
like (3+4)greendot V
where V = <x,y,z>
and 3+4 is field addition
we don't know this
we're trying to show that 3<x, y, z> + 4<x, y, z> ≠ (3 + 4)<x, y, z>
yeah
but i cant find a place where 3<x,y,z> + 4<x,y,z> = 7<x,y,z> = (3 + 4)<x, y, z> isnt true
you know that when you add 2 vectors together
it's always 0
that's what the vector addition does
?
so you just need to show that <0, 0, 0> ≠ 7<x, y, z> for some <x, y, z>
well it says it right here
when i add 2 vectors i get 0
that's what this + does
wait we are talking about the problem or in general
in the problem i agree
in general that makes no sense to me
"in general" implies a particular conventional version of +
i mean
there is no "natural" addition of vectors
if we did <x,y,z>+<x,y,z> = <2x,2y,2z> outside of this problem
we just use "entrywise addition" to be the "conventional" addition
this does not define +
you need to tell me how to add 2 arbitrary vectors
not 2 of the same vector
that's not arbitrary
that's 2 specific vectors
(although it's wrong to call them vectors until you know they are vectors and not just 2-tuples)
tuple?
ah
ok
it includes the + (vector addition) and • (scalar multiplication) functions
and technically, we more specifically say a K-vector space is... where K is the field
but a vector has an order
but you'll understand that more when you get to the fields section
would that matter in a tuple
a tuple is just an ordered list of things
oh
they may not even be numbers
gotcha
(V, +, • ) is a 3-tuple
it has a set V, and then 2 functions + and •
that's the 3 things it has
in that order
so if x,y, and z are components of a vector that belong to the set R then <x,y,z>+<3x,5y,2z> = <4x,6y,3z>
the fact you used the word "vector" already indicates you've assumed a vector addition
when the + and • are special, ie. they satisfy the vector space axioms
that would be these ones
then the 3-tuple (V, +, • ) can be a called a vector space
you'll see later on that (F, +, • ) is a field if F is a (non-empty) set and + and • satify some rules, those would be the field axioms
adjusted: if x,y, and z belong to R and A is a 3-tuple <x,y,z> and B is also a 3-tuple <3x,5y,2z> then <x,y,z>+<3x,5y,2z> = <4x,6y,3z> only if it agrees with 8 axioms of vector space.
is this better
no
it is not better
because we could've picked a different choice of vector addition
on top of that, we dont need a vector space structure for this either
perhaps i've muddled you in the formalism
Consider a function $\textcolor{yellow}{+}$ from $\mathbb R^3\times \mathbb R^3$ to $\mathbb R^3$, defined by $\langle a,b,c\rangle \textcolor{yellow}{+} \langle x, y, z\rangle \coloneq \langle a+x, b+y, c+z\rangle$ where $+$ is the addition on $\mathbb R$
frosst
ah
it turns out this yellow + is suitable for being a vector addition on R^3
that doesn't mean it'll definitely work
so back to the (a+b) greendot v ! = a greendot v + b greendot v then im confused because does 0greendot v != 0greendot v +0greendot v
but as it stands, it doesn't violate any of the vector space axioms that require only vector addition
ok
this particular choice of a and b is true
is equal
but we need it to be equal for all choices of a and b
and when you look at the answer they gave
isnt a + b just another way of representing some other scalar c
they gave a counterexample where it doesn't work
yeah
i dont see what a and b are there
i just see the addition 2 vectors = to a zero vecotr
where
where each of the vectors g and h are additive inverses
we need
(a+b) greendot v = a greendot v + b greendot v
this to hold
we NEED it to hold if these operations are to lay the foundation of a vector space
we are showing by COUNTEREXAMPLE that it does not always hold
hence R^3 is NOT a vector space under these operations
do you understand that + and • need to be special functions for you to have a vector space
they can't just be whatever you like
we are showing that for this choice of + and •, they are not special enough
they do not satisfy the requirements of being the operations of a vector space
and in particular, this choice of + and • does not satisfy the following requirement
how do we know it does not satisfy the following requirement?
we give a counter example
so the addition here isnt vector addition?
but there are 2 vectors being added
it is not
no, there are 2 3-tuples of real numbers being added together
we cannot technically call them vectors
vectors are elements of a vector space
this means you need a proper notion of vector addition and scalar multiplication FIRST
ok
before you can start calling things vectors
so inorder for it to be a vector it must be true for all R^3?
in order for it to be a vector it needs to come from a vector space
vectors can come in all sorts of shapes
functions can be vectors
polynomials can be vectors
matrices can be vectors
just to name a few
does x1 and y1 etc alone belong to R^3 or R
and the 3-tuple as a whole belongs to R^3
R
ok
$\mathbb R^3$ is understood as $\mathbb R\times \mathbb R \times \mathbb R$
frosst
it is a 3-tuple of real numbers
i still dont see how dthis doesnt satesfy the distributivity of scalar multiplication with respect to field addition
ah
like
what are a b and v
in this vector
the left side says 2 * <1, 0, 0> which is <2, 0, 0>
from the definition of *
the right side is the addition of 2 vectors which is <0, 0, 0>
from the definition of +
well, <2, 0, 0> is not <0, 0, 0>
but if it satisfied this
but do they have to be identical?
or does it need to work for everything in the set
we would see that (1 + 1) * <1, 0, 0> = 1 * <1, 0, 0> + 1 * <1, 0, 0> = addition of 2 vectors = <0, 0, 0>
in that case any number in the product would be impossible
to be a vector space
also where does the 1+1 comefrom
they picked it
in the problem it is just 2
just 2 3-tuples being added
and showed it does not work
yes
you could chose (1 + 2)
or (3 + 5)
or (10 - 3)
none of them will work
like where is the a and b here?
you just need to show 1
it doesnt make any statement about field addition here?
that's the definition of how to add 2 vectors together
no it does not
yes
where
this + sign
2 vectors
is the + between av and bv
av = <x_1, y_1, z_1> and bv = <x_2, y_2, z_2>
and b = 1
in here yes
I just dont see how we can use that equation if we have 2 different vectors
given that there is only 1 in
this 1
wouldnt it be av_1 +bv_2
v isthe same in both
this tells us how to add 2 vectors together
av is a vector
bv is a vector
we can add them together
any 2 vectors are added together like this
v_2
whether they are the same or not
it does not matter
nowhere did anyone mention that there would be different conditions for adding same vectors
we dont mention it because it is not important to us
1v + 1v != (1+1)v.
why can we just say v = <1,0,0>
and show that this does not hold
because this needs to hold
yeah
for EVERY a, b in R
and for EVERY v in R^3
if we can so much as find 1 singular example where it doesn't hold
the entire thing falls apart
if we had <x3,y3,z3> would it hold
even just 1 counterexample is enough
we dont know
depends on the choice of x y z
the problem here is if you picked v = <0, 0, 0>
it looks like it holds
but it only holds for <0, 0, 0>
not for EVERY choice of <x_3, y_3, z_3>
so no sum works ever?
now you could otherwise also make it "look" true by picking a = -b
then you have (a - a)v = 0v = 0 and av + (-a)v = 0
so it "looks" like it holds
this now holds for all v
this now holds for all a, b
but there's a combination of a, b and v you can pick to break the axiom
with the set of all 2x2 matrices over real numbers yes
im just confused
that if scalar multiplication distributes *over scalar addition
is one of the rules
$(M_{2\times 2}(\mathbb R), +, \cdot)$ is a $\mathbb R$-vector space
frosst
where does it say that
yes
i dont see
how if we have. a problem
not with v but with v1 and v2
we can just represent those 2 separate vectors as 1 v
i also am still confused because i dont see any scalar addition between the scalar values
i see 2, i guess 3-tuples being added
and summing to a 3rd 3 tuple
where is the distribution
how if we have. a problem
not with v but with v1 and v2
we can just represent those 2 separate vectors as 1v
can you give an example
here
r + s is scalar addition
yes
it says right there (r+s) • v
but r and s arent getting multiplied anywhere
that's r + s
in the law
no they aren't
not in the equation
who said they need to multiply together
1<x1,y1,z1>+1<x2,y2,z2> = (1+1)<x2,y2,z2>
that to me is the same, in the equation
and distribution <x,y,z> over (1+1)
how is that not
sure
(1+1)V = V+V
i dont see how thats not true
we never said it was true
ik
you can't assume it to be true
in particular they gave the example in the answer
how is it not true?
well, when V = <1, 0, 0>, it is not true
how
on the left side
(1+1)V = 2V = <2, 0, 0>
V1 +v1 =. 2v1
on the right side
yeah
but <1,0,0> +<1,0,0> = <2,0,0>
so this statement does not hold for all V
so i dont see your point
no it is not
that's your conventional addition
we are not talking about your conventional addition
we are talking about this addition
yes this is like 2+3=7
okay 2 + 3 = 7 is also perfectly valid
- is a function that sends the ordered pair (2, 3) to 7
how
woah
we're just "calling it" addition
it doesn't have to be the same addition that you're thinking about
as i said earlier
there are multiple different +'s
if i have 1 apple
and i get another apple
i dont have 1 apple 1 apple
i have 2 apples
that's because when we want to add <number> <noun> we dont add the nouns together
we just add the numbers
but this is also only true if the nouns are the same
if i have 1 apple, and i get an orange
i dont have 2 apples
i mean that equation doesnt make sense tho
these are sort of "rules" of "english addition"
i think you knew what i meant when i said 2+3 != 7
i wasnt suggesting a new form of addition
i was saying using the field addition we have been talking about
you're saying that this idea of addition does not line up with your preconcieved notion of addition
you are correct
it does not
but this is not necessarily needed
but that, to me doenst suggest that the addition of 2 vectors
is not in a vector sapce
space
like
then how can you have 2 vectors in R^3 get added
remember
if <0,0,0> exists
a vector space includes the operations + and •
if you pick terrible choices for + and • it may not be true that you have a vector space
yes
when you pick entrywise addition, entrywise multiplication, then yes, R^3 with those choices of + and • is a vector space
i see how this instance doesnt work
but i dont see
how it relates to the (a+b)
the point is that R^3, with the choices given in (a) is not a vector space
yes (a+b)V ! = 0 vector but (a+b)v = av + bv
it's not that the addition is wrong
it's that the addition DOES NOT work with the scalar multiplication given
and when i say doesn't work
if thats the case
i mean it doesn't satisfy one of these
how do u add any 2 vectors
depends what you mean by "add"
1*v=v
right?
so if i want to add vectors
<0,0,0>
still exists out there
and if they cant sum to that
they aren't vectors?
ok
let me give you an example of a vector space that may make you realise it's very general
ok
forget it = <0,0,0>
can v1+v2 ever be a vector space
if not im extremely confused
like
R^3
should be a vector space
is what im trying to say
like vector a + vector b = <a1+b1,a2+b2,a3+b3>
must be a vector space
right?
Let $A = {\text{apple}, \text{banana}}$, define 2 operations $\oplus$ and $\odot$.
\begin{align*}
\oplus:A\times A &\to A \
(a, b) &\mapsto a \oplus b
\end{align*}
$$\text{apple} \oplus \text{apple} = \text{apple}\qquad \text{apple} \oplus \text{banana} = \text{banana}$$
$$\text{banana} \oplus \text{apple} = \text{banana} \qquad \text{banana} \oplus \text{banana} = \text{apple}$$
\begin{align*}
\odot:A\times A &\to A \
(a, b) &\mapsto a \odot b
\end{align*}
$$\text{apple} \odot \text{apple} = \text{apple}\qquad \text{apple} \odot \text{banana} = \text{apple}$$
$$\text{banana} \odot \text{apple} = \text{apple} \qquad \text{banana} \odot \text{banana} = \text{banana}$$
frosst
$(A, \oplus, \odot)$ is a vector space.
frosst
is this true
this is at the route what i think is confusing me
because
would <0,0,0> not be part of the set of products of vector a +vector b
I think It would just never come up
that's not enough information
i have no idea what this means
what is the "set of products of the sum of 2 vectors"
co domain?
you've only given me the +
codomain of vector a +vector b
we need the • as well
codomain is something of a function
oh
ok
if i made a list of all the products of the addition of vector a and vector b
would i ever encounter <0,0,0>
yes
that's not a sentence
from v1+v2= <0,0,0>
im asking if i have vectors a and b. and a + b = <0,0,0>
to be a vector they have to be in vector space
how is that different
from v1 +v2 = <0,0,0>
and why are those not vectors
because this is not the same as the 8 axioms of a vector space
but this is?
this is also not enough
this is the "smartass" answer to what's a vector
"a vector is something in a vector space."
I'm trying to say
the followup question would be, "what does it mean to be in a vector space?"
that if a+b = <0,0,0> valid
for all a and b?
for some a and b?
there exists a and b?
you need quantifiers
i thought here you were saying that it was a valid output for <0,0,0>
<0, 0, 0> is not a function
it cant have an output
it is the output to the + function
for some a and b
*List of sums of the 2 vectors"
and in the axioms we will say that
for all a in V, there exists b in V such that a + b = 0
this is the inverse axiom
I'll try to rephrase is there no v1+v2 combo that can make <0,0,0>
there will always be a v2 for every choice of v1 that when you add them, gives <0, 0, 0>
yeah
this is guaranteed by this axiom
if this is the case
this is under the assumption that a, b are vectors, that they come from a vector space
ok
in the problem they are not vectors
so
namely because they don't come from a vector space
there are no vectors where that is true
that's not what it says
so no 2 vectors can = <0,0,0>?
that's not the oppposite of this statement
also, just because you aren't a vector space doesn't mean you can't satisfy this
a non-vector space operation can satisfy this axiom
a vector space operation satisfies all of the axioms
not just 1
not just 2
all of them
yeah
at the same time
how would you write them as cvectors then
where are the elements coming from
are we using the + defined in your original question?
an equation is a true or false statement
this is why im confused
i can find vectors that satesfy that
how can i then say those vectors are not in vector space
they can't be vectors if your space isn't even a vector space
ok
frosst has been trying to explain to me the distributive rule that says: (a+b)v=av+bv
and that in the case of our question (a+b)v != av+bv
and i dont understand why that is the case
the rule says it's true for all a, b and v
if we can find 1 combination of a, b and v where the equality fails
then it's not distributive
yeah, it isn't true because there exist choices of a, b, and v that violate the equality
that's not the oppposite statement
in your case, you have
2<1, 0, 0> = <2, 0, 0>
but simultaneously
<1, 0, 0> + <1, 0, 0> = <0, 0, 0>
then i cant have a vector?
a vector is an element of a vector space
yeah i agree this is a problem
if you don't have a vector space in the first place, there are no vectors to speak of
but i dont see for example
the negation of $$\forall a,b\in R,, \forall v\in \mathbb R^3, (a+b)v = av + bv$$
is $$\exists a, b\in R,, \exists v\in \mathbb R^3, (a+b)v \neq av + bv$$
frosst
that is not enough information to know if it's a vector space or not
you see this
what information do i need to give
this isn't the + that you've got in your question though
this vector space as 2 elements
and i've written alot to describe the vector space
you need to give similar levels of information on what to do for me to be able to tell you if it's a vector space or not
just the 1 in the problem doenst work
your + defines
<x1,y1,z1>+<x2,y2,z2> = <0,0,0>
1 counter example is all you need
well the one in your problem is not vector addition
it does not look like vector addition
we determined it here
how does the not equals sign not look wrong?
it is only wrong when <2,0,0> = <0,0,0>
?
in a vector space, you must have equality
here, you do not have equality
not the problem
so you failed to make a vector space
the very fact that it's not equal means you don't have a vector space
besides <2,0,0> != <0,0,0>
well that's precisely the problem
yeah
thats what im trying to say
but i also dont get
how i can create a vector that = <0,0,0>
in a vector space, 2<1,0,0> = <1,0,0> + <1,0,0>
in your space, this fails to be true
is this impossible?
of course there are
but not <1,0,0> and <1,0,0>
<1,0,0> cannot add to itself to become <0,0,0>
but the problem never specifies <1,0,0>
you are the one to come up with <1,0,0> or any other example
yeah
so what if the question didn't say anything about <1,0,0>
but if no vector in that form exists
then how can any 2 vectors exist in that form
if v1 + v2 = <0,0,0> is not a vector space
how can you have 2 vectors
that add to <0,0,0>
this is an equation
not a vector space
ok
What you are given in the question is meant to be a rule, not an equation
Meaning it has to be satisfied by all possible vectors
then v1 and v2 are tuples and not vectors?
frosst had told me, which i probably have lost in translation at this point, that a tuple is and ordered list
sure
vectors
a tuple is an ordered list of numbers
i was saying can any 2 vectors v1 and v2, sum to <0,0,0>
in a vector space, they can
because we said v1+v2 =<0,0,0> is not a vector space
again, this is an equation
so how do i find a vector space where they can
a vector space is a set V equipped with vector addition and scalar multiplication
it's not just some equation
ok
R^3 with its usual addition and multiplication is a vector space
<1,0,0> + <-1,0,0> = <0,0,0> (under the usual addition in R^3)
but it also happens that
2<1,0,0> = <2,0,0> under the usual multiplication in R^3
yeah
in your question, you are equipping R^3 with a different addition operation
and how do i tell this?
read the question
it tells you
"the intended operations are the natural ones."
no?
wrong cp
it doesn't say that in your question
yes
"under these operations"
so what?
so how do i differentiate between vector addition and scalar
how tho? they never mention that it is scalar additon>
well they don't operate on the same elements
right, but <x1,y1,z1> and <x2,y2,z2>
presumably, you are working over R as the base field
look like vectors
so?
you check the axioms
?
but the axioms dont answer the problem
scalar addition is between scalars not vectors