There's s a kind of proof regularly used in linear algebra ( proving facts about Transformations, direct sums, basis, ... ) that i have definitely agreed with but still couldn't connect my intuitive and logic to my formal proof writing.
After avoiding to fully understand it for long enough i decided trying to erradicate all my minor doubts on it.
Context :
Given a vector space V, suppose we have U1,U2,...,Um, all of subspaces of V such that their direct sum equals V.
By saying that V = U1 directsum U2 directsum ... Um directsum we know two things :
First: V = U1 + U2 + ... + Um = { u1 + u2 + .... + um : for all u1 in U1, u2 in U2, ..., um in Um }
Second: Every element in V can be obtained by a unique combination of uj, each one contained in Uj for 1 <= j <= m
What i certainly understand :
I know intuitively that considering V = U1 directsum U2 directsum ... directsum Um, then the vector 0 in V can only be obtained by summing the elements 0 in U1,U2,...,Um ( or else it wouldn`t be a direct sum ).
Here's the proof i'm having a problem with :
I can formally ( but not intuitively and logically ) go step by step to show that previous fact implies that EVERY element from V can only be obtained by taking a unique combination of uj, each one contained in Uj for 1 <= j <= m :
Step 1 -
If V = U1 directsum U2 directsum ... directsum Um, then for any element x in V :
x = u1 + u2 + ... + um
Step 2 -
Suppose we have another combination for x :
y = v1 + v2 + ... + vm
Step 3 -
Then subtracting both equations, leads to :
0 = (u1 -v1) + (u2 -v2) + .... + (um - vm)
Step 4 -
Which leads to the fact that u1=v1 , u2=v2 , ... , um=vm ( because we need a trivial combination to yield the 0 vector in V )
Step 5 -
Hence proving that every element in V can only be obtained by a unique combination of elements in each subspace Uj.
My concern is that i can`t really connect the fact i intuitevily know ( about the requirement of the trivial combination ) with the fact that is implied by it.
I think i have two problems :
1 - I can't fully understand what is going on in the transition from step 1 to step 2 ( Are we starting a contradiction method ? ).i can't understand the connection from step 1 to step 2 with the results achieved in step 4.Does step 4 contradict what we assumed in step 2 ?
2 - I can't automatically believe or know ( witouth running the proof steps in my head ) that the trivial combination for the vector 0 in V, implies unique combination for any element in V.
It's a bit hard to ask something specific in the logical steps of this proof because i can`t fully and intuitively understand it .
I hope i conveyed a not so confusing message.