In a recent post I inquired about arithmetic between integers and congruence classes. I learned a lot from the comments and I want to do right by giving a more adequate context to my predicament.
I have an equation $(a_{1}+a_{2})(N_{1} +N_{2})=a_{2}N_{2}+β$ ($β=N_{1}(a_{1}+a_{2})+a_{1}N_{2}$). $a,k∈ℤ$ and $N∈\left\{[0],A,B,C,D\right\}$. I wanted to have $[k]=N∈ℤ/5ℤ$ and $A=[1]$, $B=[2]$, $C=[3]$, and $D=[4]$. Thus, I could have an equation like such:
$(3-3)(D +A)=-3A+β$.
However, I was skeptical about the ability to perform arithmetic with integers and congruences classes. Not only to see if it is adequate to call such an object an equation, but also to know if $-3A=-A-A-A$. Now I know that it isn't feasible. You cannot perform arithmetic with integers and congruence classes.
I'm hoping there is some other way I can get the equation I want.
What I'm trying now is having each letter represent $f(5m+n)$. So $A=f(5m+1)$, $B=f(5m+2)$, all the way to $D=f(5m+4)$. $f(5m+0)=z$. $f(k)=N∈\left\{z,A,B,C,D\right\}.$ This way, it seems valid that $-3A=-A-A-A$. Is this a feasible alternative? Thank you for the input. I'm always open to information that will help me succeed.
EDIT: $5m+n=k$. While $k,m,n∈ℤ$, $0≤n<5$. $N∈\left\{ z, A, B, C, D \right\}$. $f:ℤ→\left\{ z, A, B, C, D \right\}$. So $f(5m+1)=A$. I'm merely mapping integers to valueless letters. My mistake was using modular arithmetic because $-3A≠-A-A-A$ when $A=[1]$. What I'm hoping is that $-3A=-A-A-A$ when $A=f(5m+1)$.