Attempt:
Prove that if $A|B$ and $B|A$, then $A=B$? Both $A$ AND $B$ are positive integers.
I tried to substitute with the fact that $A|B$ means $\exists c$ s.t $Ac_2=B$ and same $Bc_1=A$ when $B|A$, but I did not get anywhere.
Attempt:
Prove that if $A|B$ and $B|A$, then $A=B$? Both $A$ AND $B$ are positive integers.
I tried to substitute with the fact that $A|B$ means $\exists c$ s.t $Ac_2=B$ and same $Bc_1=A$ when $B|A$, but I did not get anywhere.
If $A=c_1 B$ and $B= c_2A$, then we get $A = c_1B = c_1 c_2 A$, and if all these are non negative integers, it follows that $c_1 =c_2 =1$.
If $x \mid y$ means "$\exists k \in \Bbb Z^+$ such that $y = kx$", then yes this is true.
If $x \mid y$ means "$\exists k \in \Bbb Z$ such that $y = kx$", then no. (In this case, for instance, $x \mid -x$ and $-x \mid x$, each with $k=-1$.) (Of course, then, this also assumes $x,y$ can be negative.)
– PrincessEev Mar 24 '21 at 00:39