Understanding the notation in Group Theory

In summary, the conversation discusses a student's struggle with understanding group theory and the use of notation in the subject. The student is confused about the meaning of symbols such as ##\circ## and ##*##, and their use in functions and group axioms. They seek help in understanding the concept of groups and how to approach studying it.
  • #1
Adesh
735
191
Homework Statement
What does these symbols mean?
Relevant Equations
##f : R \rightarrow R##
I was studying mathematical logic and came across this statement of group theory
Screen Shot 2020-01-11 at 12.30.02 PM.png

I'm having a hard time in understanding it. I have concluded that ##G## is any set but not an empty one, ##\circ## is a function having input as two variables (both variables are from set ##G##) and gives just one output (which is also in ##G##) and there exists an element ##e## in ##G##.

But I'm not able to understand the axioms, what does ##x~~\circ~~(y\circ z) ## means? In above notation ##\circ## is a function and from some previous knowledge I know that ##g\circ f## means ##g(f(x))##, so are those ##x,y~ \textrm{and}~ z## functions? but why we have that ##\circ## between them? What is it trying to convey?

Thank you. Any help will be much appreciated
 
Physics news on Phys.org
  • #2
If you are studying a book on Group Theory and cannot understand the axioms, then something is wrong.

Why not do an Internet search? Perhaps for "Group mathematics" and see if the vast amount of material available online can shed any light on this.
 
  • Like
Likes Adesh
  • #3
PeroK said:
If you are studying a book on Group Theory and cannot understand the axioms, then something is wrong.

Why not do an Internet search? Perhaps for "Group mathematics" and see if the vast amount of material available online can shed any light on this.
Okay, I have got you. You’re saying that my doubt shows that I have skipped many things and it the consequence of lack of some prerequisite knowledge, am I right?
 
  • #4
Adesh said:
Okay, I have got you. You’re saying that my doubt shows that I have skipped many things and it the consequence of lack of some prerequisite knowledge, am I right?

I meant that if the book presents the group axioms without further comment, then it is probably assuming you already know what a group is. Does it have no explanation, examples or notes? Does it not say what the purpose of group theory is?

Group theory you should be able to study without a lot of prerequsites. But you probably need a text at the right level.

See what you make of the material you find online.
 
  • #5
Adesh said:
Homework Statement:: What does these symbols mean?
Homework Equations:: ##f : R \rightarrow R##

I was studying mathematical logic and came across this statement of group theory
View attachment 255442
I'm having a hard time in understanding it. I have concluded that ##G## is any set but not an empty one, ##\circ## is a function having input as two variables (both variables are from set ##G##) and gives just one output (which is also in ##G##) and there exists an element ##e## in ##G##.

But I'm not able to understand the axioms, what does ##x~~\circ~~(y\circ z) ## means? In above notation ##\circ## is a function and from some previous knowledge I know that ##g\circ f## means ##g(f(x))##, so are those ##x,y~ \textrm{and}~ z## functions? but why we have that ##\circ## between them? What is it trying to convey?

Thank you. Any help will be much appreciated

Change the ##\circ## in your book by ##*## so you cannot confuse it with function composition.

##x,y,z## are not functions but elements of the group ##G##.

##x*(y*z)## means that you perform the function ##*## first to the pair ##(y,z)## and you get an output ##a## then ##x*(y*z)=x*a## and this gives an output ##b##.

If you are confused about this, just change ##*## by ##+## and take ##G=\mathbb{R}##. Then this law becomes ##(x+y)+z=x+(y+z)##, which should look familiar.
 
  • Like
Likes jml53 and Adesh
  • #6
Math_QED said:
Change the ##\circ## in your book by ##*## so you cannot confuse it with function composition.

##x,y,z## are not functions but elements of the group ##G##.

##x*(y*z)## means that you perform the function ##*## first to the pair ##(y,z)## and you get an output ##a## then ##x*(y*z)=x*a## and this gives an output ##b##.

If you are confused about this, just change ##*## by ##+## and take ##G=\mathbb{R}##. Then this law becomes ##(x+y)+z=x+(y+z)##, which should look familiar.
So, what does $$ * : G \times G \rightarrow G $$ means? Does it mean that ##*## is a function from ##G \times G## to ##G##?
 
  • #7
PeroK said:
I meant that if the book presents the group axioms without further comment, then it is probably assuming you already know what a group is. Does it have no explanation, examples or notes? Does it not say what the purpose of group theory is?
The book is an introductory text on mathematical logic, here is a free pdf. The first page of the book looks like this
Screen Shot 2020-01-11 at 3.40.34 PM.png
 
  • #8
Adesh said:
So, what does $$ * : G \times G \rightarrow G $$ means? Does it mean that ##*## is a function from ##G \times G## to ##G##?
Yes, formally that's what addition and multiplication are. These are also known as binary operations.
 
  • Like
Likes Adesh
  • #9
PeroK said:
Yes, formally that's what addition and multiplication are. These are also known as binary operations.
What's the difference between an operation and a function?
 
  • #10
Adesh said:
What's the difference between an operation and a function?
The difference is in the definition. Anyway I said "binary operation".

If you have never studied any abstract mathematics you might struggle with that book on formal logic.

You will need to learn some mathematics first, I suggest.
 
  • Like
Likes member 587159 and Adesh
  • #11
Adesh said:
So, what does $$ * : G \times G \rightarrow G $$ means? Does it mean that ##*## is a function from ##G \times G## to ##G##?

Yes, that's exactly what it means. ##*## takes two groups elements and associates a unique other group element with it.

So one could wrote ##*(g,h)## for the image of the pair ##(g,h)## under this function but this looks very cumbersome. For example, instead of ##(g*h)*k## one should then write ##*(*(g,h),k)## and it gets even worse for larger expressions. So therefore we just write ##(g*h)*k##. If you see more group theory, you will see that eventually we don't even bother writing the ##*## and we just write ##gh## instead of ##g*h##.
 
  • Like
Likes Adesh and PeroK
  • #12
PeroK said:
The difference is in the definition. Anyway I said "binary operation".

If you have never studied any abstract mathematics you might struggle with that book on formal logic.

You will need to learn some mathematics first, I suggest.

Second this. If you don't realize at this point that addition of real numbers is in fact a function ##\mathbb{R} \times \mathbb{R} \to \mathbb{R}##, group theory or formal logic might be too early.
 
  • #13
Math_QED said:
Second this. If you don't realize at this point that addition of real numbers is in fact a function ##\mathbb{R} \times \mathbb{R} \to \mathbb{R}##, group theory or formal logic might be too early.
I know that, in my calculus course I had some trivial exercise where we had to prove the associativity, commutivity of some binary operations. But it was only for exam purpose and hence I couldn’t learn anything.
 
  • #14
Adesh said:
I know that, in my calculus course I had some trivial exercise where we had to prove the associativity, commutivity of some binary operations. But it was only for exam purpose and hence I couldn’t learn anything.

The pdf you linked is a sophisticated introduction to logic. If you have a strong constitution, you might be able to work your way through it using other resources such as this forum. What are your goals?

For the study of logic, it would be easier to begin with a more elementary text. It also may turn out that your main interest becomes mathematical topics like Group Theory instead of Logic.

But I'm not able to understand the axioms, what does x ∘ (y∘z) means? In above notation ∘ is a function and from some previous knowledge I know that g∘f means g(f(x)), so are those x,y and z functions? but why we have that ∘ between them? What is it trying to convey?

If we use ##\circ## to denote the name of a binary operation then, in the general ##f(x,y)## type notation we would write "##\circ (x,y)##" instead of "##x \circ y##". So "##x \circ (y \circ z)##" in general notation is ##\circ (x, \circ (y,z))##.

As others mentioned, "##\circ##" is often used to denote the operation of composing functions. It turns out that this is an apt notation for the abstract binary opertion in Group Theory ( Cayley's Theorem). However, many introductory texts prefer to use other notation just as "##a*b##" or "##(a)(b)##" for the abstract binary operation in a group.
 
  • Like
Likes Adesh
  • #15
Stephen Tashi said:
What are your goals?
I want to make myself eligible so that I can understand the works of Mr. Bertrand Russell and his expedition on reducing the mathematics to logic.
Stephen Tashi said:
If we use ∘∘\circ to denote the name of a binary operation then, in the general f(x,y)f(x,y)f(x,y) type notation we would write "∘(x,y)∘(x,y)\circ (x,y)" instead of "x∘yx∘yx \circ y". So "x∘(y∘z)x∘(y∘z)x \circ (y \circ z)" in general notation is ∘(x,∘(y,z))∘(x,∘(y,z))\circ (x, \circ (y,z)).
Thank you so much for clarifying that. So, ## x *(y*z) = (x*y)*z## means this ##f(x, f(y,z)) = f(f(x,y), z) ##. Am I right?
 
  • #16
Adesh said:
I want to make myself eligible so that I can understand the works of Mr. Bertrand Russell and his expedition on reducing the mathematics to logic.
Good luck with that. Back in the 30s, Kurt Gödel pretty much drove a stake into the heart of what Russell and Whitehead were trying to do -- https://plato.stanford.edu/entries/goedel-incompleteness/.
Adesh said:
Thank you so much for clarifying that. So, ## x *(y*z) = (x*y)*z## means this ##f(x, f(y,z)) = f(f(x,y), z) ##. Am I right?
Yes.
 
  • Like
Likes Stephen Tashi
  • #17
Mark44 said:
Good luck with that. Back in the 30s, Kurt Gödel pretty much drove a stake into the heart of what Russell and Whitehead were trying to do -- https://plato.stanford.edu/entries/goedel-incompleteness/.
Yes, I know that. But don't you think that it is very strange that no one ever tried to re-look what Russell wanted. For every theory we got successors, for example Quantum Mechanics got so many successors after Niels Bohr, Relativity got so many people interested to capture gravitational waves, Set theory got so many successors after Cantor but why not Russell? (I think that Russell was in fact the successor of George Boole, but saying this may be controversial)
 
  • #18
Adesh said:
But don't you think that it is very strange that no one ever tried to re-look what Russell wanted.
No, I don't think it's strange. Russell and Whitehead published Principia Mathematica between 1910 and 1913, and Gödel and others refuted what Russell and Whitehead were trying to do in Vol III of PM some 20 years later. That's 90 years ago, plenty of time for people to take another look.

The thing about mathematics is that someone can come up with an elegant theorem, but all it takes is a single counterexample to disprove the elegant theorem.
 
  • Like
Likes Adesh
  • #19
From the screen you've posted and the question about the operation, you need a more basic book I think, something that would start by an introduction to set theory.
 
  • #20
archaic said:
From the screen you've posted and the question about the operation, you need a more basic book I think, something that would start by an introduction to set theory.
Please suggest me something, I need an introductory book on logic.
 
  • #21
Adesh said:
Please suggest me something, I need an introductory book on logic.
Why do you want to learn logic? What are your purposes? The answer to the question you ask depends on this info.
 
  • #22
Math_QED said:
Why do you want to learn logic? What are your purposes? The answer to the question you ask depends on this info.
I want to learn that logic which Frege and Peano pioneered in. Well I know I’m sounding naive, but Logic is thing according to me is governing all sciences. A man sitting in his room conjectured that there exists a black hole (just by little Mathematics) in universe, how? It’s just because of Inductive Logic, isn’t it?
 
  • #24
Adesh said:
I want to learn that logic which Frege and Peano pioneered in. Well I know I’m sounding naive, but Logic is thing according to me is governing all sciences. A man sitting in his room conjectured that there exists a black hole (just by little Mathematics) in universe, how? It’s just because of Inductive Logic, isn’t it?

And are you interested in mathematical logic or more the philosophical aspect of logic?
 
  • #25
Math_QED said:
And are you interested in mathematical logic or more the philosophical aspect of logic?
Philosophical aspect, I’m very much interested in Wittgenstein’s philosophy. But for career purpose I have to study the mathematical aspect too.
 

1. What is the purpose of notation in Group Theory?

The purpose of notation in Group Theory is to provide a concise and standardized way of representing mathematical concepts and operations within a group. It allows for clear and efficient communication among mathematicians and simplifies the process of solving problems.

2. What are the basic notations used in Group Theory?

Some of the basic notations used in Group Theory include symbols for group elements, such as g, h, and e (identity element), as well as operations such as multiplication (•), exponentiation (^), and inverse (⁻¹).

3. How do you read group notation?

In group notation, the elements are typically written on the left side of the operation symbol, and the result is written on the right. For example, in the notation g • h, g is multiplied by h and the result is the group element gh.

4. What is the significance of subscripts and superscripts in group notation?

Subscripts and superscripts are used in group notation to indicate the order of operations, as well as to represent exponents and indices. They are also used to denote specific elements within a group or subgroup.

5. How can I better understand and remember group notation?

One way to better understand and remember group notation is to practice solving problems using the notation. It can also be helpful to create your own notations or mnemonic devices to help remember the different symbols and operations used in Group Theory.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
922
  • Calculus and Beyond Homework Help
Replies
8
Views
476
  • Introductory Physics Homework Help
Replies
11
Views
1K
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Back
Top