Wikipedia:Reference desk/Archives/Mathematics/2013 January 9

From Wikipedia, the free encyclopedia
Mathematics desk
< January 8 << Dec | January | Feb >> January 10 >
Welcome to the Wikipedia Mathematics Reference Desk Archives
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.


January 9[edit]

How to prove the commutative property?[edit]

Also, how to interpret a natural number, an integer, a real number, a complex number? FrankDev (talk) 01:18, 9 January 2013 (UTC)[reply]

It depends on which commutative property you want to prove, and what you're assuming. Implementation of mathematics in set theory might have something relevant, or might be completely orthogonal to what you're interested in — depending on what you're interested in. --Trovatore (talk) 01:33, 9 January 2013 (UTC)[reply]
See natural number, integer, real number, and complex number, then ask any specific question you have. StuRat (talk) 01:45, 9 January 2013 (UTC)[reply]
One of the caveats of proofs is that you have to take assumptions before you can derive conclusions. Also, as others have said, it depends on the operation you are trying to prove you can commute. Exponentiation is not commutative, for example. i kan reed (talk) 20:38, 9 January 2013 (UTC)[reply]

modulus/cardanality[edit]

Are the modulus of a number and a sets cardinality the same or are they just unrelated and use similar notation? — Preceding unsigned comment added by 109.153.170.141 (talk) 21:05, 9 January 2013 (UTC)[reply]

I wouldn't say unrelated but they are different ideas sharing the same notation. |x| is the absolute value of x; |A|, sometimes written #A is the number of elements in a set A.RDBury (talk) 21:28, 9 January 2013 (UTC)[reply]
The notation |A| is also used to denote the measure of A, in a given measure space, and it is sometimes used for other positive quantities attached to a given class of objects. A common feature of all these different notions is some form of subadditivity: the modulus satisfies |x+y|≤|x|+|y|, while cardinality and more generally measures satisfy |AB|≤|A|+|B|. --pma 22:35, 9 January 2013 (UTC)[reply]
Interesting point. I wonder whether that had anything to do with the choice of notation, which otherwise I would probably have called coincidental. --Trovatore (talk) 22:46, 9 January 2013 (UTC)[reply]

Matrix inversions[edit]

I have a Matrix, M. I invert it to get another, N.

MN=The identity matrix

But what does NM equal? Is it also the identity matrix? — Preceding unsigned comment added by 109.153.170.141 (talk) 22:45, 9 January 2013 (UTC)[reply]

Yes, because the inverse of a nonsingular matrix must be unique and not depend upon whether it is left- or right- multiplied.
To see why this is, let M be a square matrix and suppose there exists Nr and Nl such that Nr is the "right inverse" of M, that is, right-multiplying by Nr gives the identity, and Nl is the left inverse. MNr=I and NlM=I, in simpler terms. Now left-multiply both sides of the first expression by Nl, which is the "left-inverse," and get Nl(MNr)=Nl. But matrix multiplication is associative so Nl(MNr)=(NlM)Nr=Nl. We defined Nl to be the left inverse so NlM=I, which implies that Nl=Nr. 72.128.82.131 (talk) 23:02, 9 January 2013 (UTC)[reply]