bentley4 said:
I still don't quite understand a unary operation.
Suppose we have a set L={2,3}
Then a binary operation on L is a function of LxL={(2,2),(2,3),(3,2),(3,3)} into L={2,3}.
What do you mean with into?
It seems that the concept you're having difficulties with is "function". Loosely speaking, a function from X into Y is an assignment of a member of Y to each member of X. (This isn't the
definition of "function". It's just a useful way to
think about functions). If f is a function from X into Y, then for each x in X, the member of Y that f associates with x is denoted by f(x). (X is called the domain of f. Y is called the codomain of f. The statement "f is a function from X into Y" is written as f:X→Y).
A unary operation on your set L is a function u from L into L. So for each x in L, u(x) is in L.
Examples: The function that takes each non-zero real number x to 1/x. This is a unary operation on ℝ-{0}. If you need to see a unary operation on L, consider e.g. the function u:L→L defined by u(2)=3 and u(3)=2.
bentley4 said:
From what I understand a binary operation would be (3,3)+(into?)(2,3)
This would equal (5,6), but this is not an element of any of these two sets.(only true in every case for an infinite set right?)
I don't understand what you're saying here. To specify a binary operation on L, let's call it b, you have to specify b(x,y) for each ordered pair (x,y) in L×L. Example: b(2,2)=2, b(2,3)=3, b(3,2)=3, b(3,3)=2.
bentley4 said:
I just meant to say in just R^1 for example, we can do a multiplication. For this multiplication, no cartesian product needs to be done.
The multiplication operation on ℝ is a binary operation on ℝ, i.e. a function from ℝ×ℝ into ℝ.
bentley4 said:
There are many ways to define the integers. One way to do it is to say that if (Z,+,·) is a ring such that the set Z and the binary operations + and · satisfy certain conditions, the members of Z are called integers. Another way is to explicitly show that the ZFC axioms implies that such a ring exists. If you choose the latter option, the addition operation must be defined.
bentley4 said:
So, for division, Z is not closed and isn't a ring(for division)?
Right, if you view Z as a subset of the real numbers, it makes sense to say that it's not closed under division. If you think of Z as just a ring, division is simply undefined. It's still a ring, but not a division ring.