Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Mathematical definitions  





2 Examples  



2.1  Commutative operations  





2.2  Noncommutative operations  



2.2.1  Division, subtraction, and exponentiation  





2.2.2  Truth functions  





2.2.3  Function composition of linear functions  





2.2.4  Matrix multiplication  





2.2.5  Vector product  









3 History and etymology  





4 Propositional logic  



4.1  Rule of replacement  





4.2  Truth functional connectives  







5 Set theory  





6 Mathematical structures and commutativity  





7 Related properties  



7.1  Associativity  





7.2  Distributive  





7.3  Symmetry  







8 Non-commuting operators in quantum mechanics  





9 See also  





10 Notes  





11 References  



11.1  Books  





11.2  Articles  





11.3  Online resources  
















Commutative property






Afrikaans
العربية
Asturianu
Azərbaycanca

Башҡортса
Беларуская
Български
Bosanski
Català
Чӑвашла
Čeština
Dansk
Deutsch
Eesti
Ελληνικά
Español
Esperanto
Euskara
فارسی
Français
Gaeilge
Gàidhlig
Galego

Հայերեն
ि
Hrvatski
Bahasa Indonesia
Interlingua
Íslenska
Italiano
עברית
Қазақша
Latina
Latviešu
Lietuvių
Magyar
Македонски

Bahasa Melayu
Nederlands

Nordfriisk
Norsk bokmål
Norsk nynorsk
Polski
Português
Română
Русский
Shqip

Simple English
Slovenčina
Slovenščina
کوردی
Српски / srpski
Srpskohrvatski / српскохрватски
Suomi
Svenska
ி
Татарча / tatarça

Türkçe
Українська
Vèneto
Tiếng Vit



 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
 
















Appearance
   

 





This is a good article. Click here for more information.

From Wikipedia, the free encyclopedia
 

(Redirected from Commutativity)

Commutative property
TypeProperty
FieldAlgebra
StatementAbinary operationiscommutative if changing the order of the operands does not change the result.
Symbolic statement

Inmathematics, a binary operationiscommutative if changing the order of the operands does not change the result. It is a fundamental property of many binary operations, and many mathematical proofs depend on it. Perhaps most familiar as a property of arithmetic, e.g. "3 + 4 = 4 + 3"or"2 × 5 = 5 × 2", the property can also be used in more advanced settings. The name is needed because there are operations, such as division and subtraction, that do not have it (for example, "3 − 5 ≠ 5 − 3"); such operations are not commutative, and so are referred to as noncommutative operations. The idea that simple operations, such as the multiplication and addition of numbers, are commutative was for many years implicitly assumed. Thus, this property was not named until the 19th century, when mathematics started to become formalized.[1][2] A similar property exists for binary relations; a binary relation is said to be symmetric if the relation applies regardless of the order of its operands; for example, equality is symmetric as two equal mathematical objects are equal regardless of their order.[3]

Mathematical definitions[edit]

Abinary operation on a set S is called commutativeif[4][5]

In other words, an operation is commutative if every two elements commute. An operation that does not satisfy the above property is called noncommutative.

One says that x commutes with y or that x and y commute under if

That is, a specific pair of elements may commute even if the operation is (strictly) noncommutative.

Examples[edit]

The cumulation of apples, which can be seen as an addition of natural numbers, is commutative.

Commutative operations[edit]

The addition of vectors is commutative, because .

Noncommutative operations[edit]

Some noncommutative binary operations:[6]

Division, subtraction, and exponentiation[edit]

Division is noncommutative, since .

Subtraction is noncommutative, since . However it is classified more precisely as anti-commutative, since .

Exponentiation is noncommutative, since . This property leads to two different "inverse" operations of exponentiation (namely, the nth-root operation and the logarithm operation), which is unlike the multiplication. [7]

Truth functions[edit]

Some truth functions are noncommutative, since the truth tables for the functions are different when one changes the order of the operands. For example, the truth tables for (A ⇒ B) = (¬A ∨ B) and (B ⇒ A) = (A ∨ ¬B) are

A B A ⇒ B B ⇒ A
FFTT
FTTF
TFFT
TTTT

Function composition of linear functions[edit]

Function compositionoflinear functions from the real numbers to the real numbers is almost always noncommutative. For example, let and . Then

and
This also applies more generally for linear and affine transformations from a vector space to itself (see below for the Matrix representation).

Matrix multiplication[edit]

Matrix multiplicationofsquare matrices is almost always noncommutative, for example:

Vector product[edit]

The vector product (orcross product) of two vectors in three dimensions is anti-commutative; i.e., b × a = −(a × b).

History and etymology[edit]

The first known use of the term was in a French Journal published in 1814

Records of the implicit use of the commutative property go back to ancient times. The Egyptians used the commutative property of multiplication to simplify computing products.[8][9] Euclid is known to have assumed the commutative property of multiplication in his book Elements.[10] Formal uses of the commutative property arose in the late 18th and early 19th centuries, when mathematicians began to work on a theory of functions. Today the commutative property is a well-known and basic property used in most branches of mathematics.

The first recorded use of the term commutative was in a memoir by François Servois in 1814,[1][11] which used the word commutatives when describing functions that have what is now called the commutative property. Commutative is the feminine form of the French adjective commutatif, which is derived from the French noun commutation and the French verb commuter, meaning "to exchange" or "to switch", a cognate of to commute. The term then appeared in English in 1838.[2]inDuncan Gregory's article entitled "On the real nature of symbolical algebra" published in 1840 in the Transactions of the Royal Society of Edinburgh.[12]

Propositional logic[edit]

Rule of replacement[edit]

In truth-functional propositional logic, commutation,[13][14]orcommutativity[15] refer to two valid rules of replacement. The rules allow one to transpose propositional variables within logical expressionsinlogical proofs. The rules are:

and
where "" is a metalogical symbol representing "can be replaced in a proof with".

Truth functional connectives[edit]

Commutativity is a property of some logical connectives of truth functional propositional logic. The following logical equivalences demonstrate that commutativity is a property of particular connectives. The following are truth-functional tautologies.

Commutativity of conjunction
Commutativity of disjunction
Commutativity of implication (also called the law of permutation)
Commutativity of equivalence (also called the complete commutative law of equivalence)

Set theory[edit]

Ingroup and set theory, many algebraic structures are called commutative when certain operands satisfy the commutative property. In higher branches of mathematics, such as analysis and linear algebra the commutativity of well-known operations (such as addition and multiplication on real and complex numbers) is often used (or implicitly assumed) in proofs.[16][17][18]

Mathematical structures and commutativity[edit]

Related properties[edit]

Associativity[edit]

The associative property is closely related to the commutative property. The associative property of an expression containing two or more occurrences of the same operator states that the order operations are performed in does not affect the final result, as long as the order of terms does not change. In contrast, the commutative property states that the order of the terms does not affect the final result.

Most commutative operations encountered in practice are also associative. However, commutativity does not imply associativity. A counterexample is the function

which is clearly commutative (interchanging x and y does not affect the result), but it is not associative (since, for example, but ). More such examples may be found in commutative non-associative magmas. Furthermore, associativity does not imply commutativity either – for example multiplication of quaternions or of matrices is always associative but not always commutative.

Distributive[edit]

Symmetry[edit]

Graph showing the symmetry of the addition function

Some forms of symmetry can be directly linked to commutativity. When a commutative operation is written as a binary function then this function is called a symmetric function, and its graphinthree-dimensional space is symmetric across the plane . For example, if the function f is defined as then is a symmetric function.

For relations, a symmetric relation is analogous to a commutative operation, in that if a relation R is symmetric, then .

Non-commuting operators in quantum mechanics[edit]

Inquantum mechanics as formulated by Schrödinger, physical variables are represented by linear operators such as (meaning multiply by ), and . These two operators do not commute as may be seen by considering the effect of their compositions and (also called products of operators) on a one-dimensional wave function :

According to the uncertainty principleofHeisenberg, if the two operators representing a pair of variables do not commute, then that pair of variables are mutually complementary, which means they cannot be simultaneously measured or known precisely. For example, the position and the linear momentum in the -direction of a particle are represented by the operators and , respectively (where is the reduced Planck constant). This is the same example except for the constant , so again the operators do not commute and the physical meaning is that the position and linear momentum in a given direction are complementary.

See also[edit]

Notes[edit]

  1. ^ a b Cabillón & Miller, Commutative and Distributive
  • ^ a b Flood, Raymond; Rice, Adrian; Wilson, Robin, eds. (2011). Mathematics in Victorian Britain. Oxford University Press. p. 4. ISBN 9780191627941.
  • ^ Weisstein, Eric W. "Symmetric Relation". MathWorld.
  • ^ Krowne, p. 1
  • ^ Weisstein, Commute, p. 1
  • ^ Yark, p. 1
  • ^ "User MathematicalOrchid". Mathematics Stack Exchange. Retrieved 20 January 2024.
  • ^ Lumpkin 1997, p. 11
  • ^ Gay & Shute 1987
  • ^ O'Conner & Robertson Real Numbers
  • ^ O'Conner & Robertson, Servois
  • ^ Gregory, D. F. (1840). "On the real nature of symbolical algebra". Transactions of the Royal Society of Edinburgh. 14: 208–216.
  • ^ Moore and Parker
  • ^ Copi & Cohen 2005
  • ^ Hurley & Watson 2016
  • ^ Axler 1997, p. 2
  • ^ a b Gallian 2006, p. 34
  • ^ Gallian 2006, pp. 26, 87
  • ^ Gallian 2006, p. 236
  • ^ Gallian 2006, p. 250
  • References[edit]

    Books[edit]

    Articles[edit]

    Online resources[edit]



    Retrieved from "https://en.wikipedia.org/w/index.php?title=Commutative_property&oldid=1223583423"

    Categories: 
    Properties of binary operations
    Elementary algebra
    Rules of inference
    Symmetry
    Concepts in physics
    Functional analysis
    Hidden categories: 
    Articles with short description
    Short description is different from Wikidata
    Use dmy dates from June 2023
    Good articles
     



    This page was last edited on 13 May 2024, at 02:42 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki