Linear Algebra - Associative property

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Karamata
Messages
59
Reaction score
0

Homework Statement


[tex]G=\{x\in R|0\leq x<1\}[/tex] and for some [tex]x,y\in G[/tex] define [tex]x*y=\{x+y\}=x+y-\lfloor x+y \rfloor[/tex]

Homework Equations


The Attempt at a Solution


I want to proof Associative property:
[tex]x*(y*z)=(x*y)*z \Leftrightarrow x*(y+z-\lfloor y+z \rfloor)=(x+y-\lfloor x+y \rfloor)*z[/tex]
[tex]\Leftrightarrow x+y+z-\lfloor y+z \rfloor-\lfloor {x+y+z-\lfloor y+z \rfloor}\rfloor=x+y+z-\lfloor x+y \rfloor-\lfloor x+y+z-\lfloor x+y \rfloor\rfloor[/tex]
[tex]\Leftrightarrow\lfloor y+z \rfloor+\lfloor {x+y+z-\lfloor y+z \rfloor}\rfloor=\lfloor x+y \rfloor+\lfloor x+y+z-\lfloor x+y \rfloor\rfloor[/tex]
What now?
 
Physics news on Phys.org
The nested floor functions can be taken outside of their encapsulating floor functions since they are integers
 
[tex]\lfloor x+y+z-\lfloor y+z \rfloor \rfloor=\lfloor x+y+z\rfloor-\lfloor y+z \rfloor[/tex]
Right? That seems well.

Can we do that if [tex]x+y+z<x+y[/tex] (ok, that isn't true in this task), and if [tex]x+y+z\geq 0[/tex] and [tex]y+z\geq 0[/tex]


Sorry for bad English.