musicgold said:
Consider a set V consist of vectors representing houses in a town, where every house is represented by a column vector with three elements :
v = ( price in $K, sq. foot, # of bathrooms )
Paying strict attention to mathematical definitions, there is a distinction between a "vector" and an n-tuple of numbers. One may often assign
coordinates to a situation by representing it with an n-tuple of numbers. ( If we insist that a coordinate system define an object uniquely, your example does not give coordinates of individual houses. In you example, a 3-tuple like (200,700,2) could designate several different houses. So (200,700,2) represents all houses that share those common properties.)
One can regard a set of n-tuples of numbers as a vector space and define vector addition in the usual way - e.g. (250,800,3) + (200,700,2) = (450,1500,5). However the mathematical definitions do not define how to apply results to particular physical situations. Perhaps you can imagine some process of adding two houses together, but it's unlikely the total price would be the sum of the prices of the two houses, considering the added expense of moving the two houses to a common location. If you take (a,b,c) to represent the total value, total square footage and total bathrooms owned by a person who perhaps owns several houses then you might interpret adding two 3-tuples as giving those facts for a pair of people who combine their holdings. That would still leave the problem of interpreting calculations like 9(200,800,2) = (1800,7200,18). What would that result mean?
When people say that your example "is not a vector space" they mean that it is not obvious how the usual vector operations we define on 3-tuples could be interpreted as saying something about houses. It is true that a vector space can be defined on 3-tuples of numbers. The defect in your example is not a mathematical defect. It is a defect in the
application of mathematics to a particular situation. The result of vector space operations performed on two descriptions of houses has no obvious interpretation as a description of another house..
The elementary physical intuition for a vector is that it is something that has "a magnitude and a direction". From the mathematical point of view, a vector need not have a magnitude. A large number of examples can be constructed by thinking of functions as vectors. Consider real valued functions of whose domain is ##\mathbb{R}##. For functions ##f## and ##g##, we have that ##f+g## is a function and ##5( f + g)## is a function. We can do manipulations like ## 3(f+g) = 3f + 3g## and ##(2 + 3) f = 2f + 3f##.
However if we consider functions with specialized properties, such as discontinuous functions or periodic functions, it may or may not be the case that ##f## and ##g## having the specialized property will imply that ##f+g## and ##5 f## also have it. For example, is the sum of two discontinuous functions necessarily discontinuous? Is the the sum of two periodic functions a periodic function? Such questions amount to asking whether a subset of functions with a specialized property is a
subspace of the vector space of functions.
For example, let ##V## be the set of polynomials (in one variable ##x## ) of degree at most 3. ##V## is a vector space over the field of the real numbers if we define the vector operations in the "natural" manner. (Multiplying two polynomials can produce a polynomial of higher degree, but that doesn't matter because multiplication of two vectors is not a defined operation in a vector space.) Let ##S## be the subset of ##V## consisting of those polynomials that have ##(x-5)## as a factor. Is ##S## a subspace of ##V##?