wie ich Dim U2 = n-1 elegant zeigen kann?
Zerlege die lange Gleichung in x1 = x2   also   x1 - x2 = 0
und   x2 = x3   also x2 - x3 = 0
und x3 = x4 etc.
Dann bekommst du ein homogenes lin. Gleichungssystem mit der Matrix
1    -1     0       ……………  0
0    1      -1     ……………..  0
…………………………….
0     0 ………………   1     -1
und das hat offenbar den  Rang n-1 also dim ( U2) = 1 .
Aber U1 hat die dim n-1 , denn du hast ja nur eine Gleichung
x1 + x2 + …+ xn = 0
kannst alsi x2 bis xn frei wählen (Das sind n-1 Stück)
und dann x1 = - x2 - …- xn  setzen.