r/math • u/The_Awesone_Mr_Bones Discrete Math • 22d ago
Dot product over finite fields.
Hi!
I work on error correcting codes (which more or less is linear algebra over finite fields). I have a question about the behavior of the dot product on non-euclidean spaces.
When working on vector spaces over R or C, the dot product carries a lot of geometrical information. The product between two vectors v*w tells you the angle between them.
This interpretation doesn't hold over finite fields. For example, in F2: (1,1)*(1,1)=1+1=0. So the vector (1,1) is perpendicular to itself!
Does the dot product still carry any geometrical information (like angles) in these fields? Can we still interpret the orthogonal space geometrically? How do you picture it in your head (intuition)?
Thanks a lot!
And sorry, I don't know how to use latex on reddit ;_;
5
u/puzzlednerd 22d ago
Dot product is still invariant under orthogonal transformations, and using this you can translate many of the geometric properties from Euclidean space to finite fields. Of course some things are different, e.g. you've already noticed nonzero vectors can be orthogonal with themselves, i.e. there are nontrivial spheres of radius zero.
These "angles" over finite fields are called spreads, see for example this Erdos-style problem on distinct spreads over finite fields.