Math, asked by rajatbainsmarch1999, 10 months ago

prove that associative realtion holds over Discjuction of three sets in discrete mathematics​

Answers

Answered by harishkuuttty2007
1

Answer:

ok I will say the but make me the brainlinest answer ok??

Step-by-step explanation:

becauseThis article is about the associative property in mathematics. For associativity in the central processing unit memory cache, see CPU cache § Associativity. For associativity in programming languages, see operator associativity. For the meaning of an associated group of people in linguistics, see Associativity.Within an expression containing two or more occurrences in a row of the same associative operator, the order in which the operations are performed does not matter as long as the sequence of the operands is not changed. That is, (after rewriting the expression with parentheses and in infix notation if necessary) rearranging the parentheses in such an expression will not change its value. Consider the following equations:

{\displaystyle (2+3)+4=2+(3+4)=9\,}{\displaystyle 2\times (3\times 4)=(2\times 3)\times 4=24.}

Even though the parentheses were rearranged on each line, the values of the expressions were not altered. Since this holds true when performing addition and multiplication on any real numbers, it can be said that "addition and multiplication of real numbers are associative operations".

Associativity is not the same as commutativity, which addresses whether or not the order of two operands changes the result. For example, the order does not matter in the multiplication of real numbers, that is, a × b = b × a, so we say that the multiplication of real numbers is a commutative operation.

Associative operations are abundant in mathematics; in fact, many algebraic structures (such as semigroups and categories) explicitly require their binary operations to be associative.

However, many important and interesting operations are non-associative; some examples include subtraction, exponentiation, and the vector cross product. In contrast to the theoretical properties of real numbers, the addition of floating point numbers in computer science is not associative, and the choice of how to associate an expression can have a significant effect on rounding error.

Similar questions