Sets and functions that gain more structure with context

In summary, sets and functions can have additional structures such as groups, rings, and fields depending on the context in which they are being used. These structures help to bring order and solve problems, but the choice of which structure to use is dependent on the specific problem at hand.
  • #1
ProfuselyQuarky
Gold Member
857
588
So I have two sets, call it ##A## and ##B##. I also have a function ##f:A\rightarrow B##. By themselves, it does not matter (or at the very least make sense) to think of ##A## and ##B## as, say, groups (I'm not really thinking exclusively about groups, just as an example). For that matter, it doesn't make any sense to think that ##f## is group homomorphism.

I started to briefly learn about rings and how every field is a ring, every ring is a group, which makes every field a group, too. So what if sets ##A## and ##B## have binary operations? In this case, they might be groups! If ##
A## and ##B## are, indeed, groups, then we can question whether ##f## is group homomorphism, too.

Whether sets and functions have more structure or not is completely dependent on the context which is being spoken of. To me, that just doesn't sound right. Shouldn't there be a precise way of determining whether a set or function has more structure or not? Is there?
 
Last edited:
Physics news on Phys.org
  • #2
ProfuselyQuarky said:
So I have two sets, call it ##A## and ##B##. I also have a function ##f:A\rightarrow B##. By themselves, it does not matter (or at the very least make sense) to think of ##A## and ##B## as, say, groups (I'm not really thinking exclusively about groups, just as an example). For that matter, it doesn't make any sense to think that ##f## is group homomorphism.

I started to briefly learn about rings and how every field is a ring, every ring is a group, which makes every field a group, too. So what if sets ##A## and ##B## have binary operations? In this case, they might be groups! If ##
A## and ##B## are, indeed, groups, then we can question whether ##f## is group homomorphism, too.

Whether sets and functions have more structure or not is completely dependent on the context which is being spoken of. To me, that just doesn't sound right. Shouldn't there be a precise way of determining whether a set or function has more structure or not? Is there?

Oh boy, I'm going to have to resist speaking of categories and forgetful functors, since that answers your question directly. But I'll take a different approach.

What you do is to see a set as distinct from a structure like a group. This is certainly the way to think about it, but I think you want something more formal.

So what is a group? Formally, a group is an ordered pair ##\mathcal{G} = (G,*)## where ##*:G\times G\rightarrow G## is a function. Note that ordered pairs are defined as ##(a,b) = \{\{a\},\{a,b\}\}##.
What I just did is make a distinction between the group ##\mathcal{G}## and the underlying set ##G##. Both are sets, but somewhat different sets.

Let's take a look at functions. What is a function pure formally? A function ##G\rightarrow H## is defined as an ordered tuple ##f=(G,H,R)## where ##R\subseteq G\times H## with the property that for all ##g\in G##, there is a unique ##h\in H## such that ##(g,h)\in R##. We then use the notation ##f(g)=h##. So a function is a set too.

Now for group homomorphisms. A group homomorphism ##F:\mathcal{G}\rightarrow \mathcal{H}## can be defined as ##F = (\mathcal{G},\mathcal{H},f)## with ##f:G\rightarrow H## the underlying set function. So now there is a very clear difference between a group homomorphism and a usual function. This distincition is never made (for good reasons, it's really tedious) in texts.
 
  • Like
Likes ProfuselyQuarky
  • #3
micromass said:
Oh boy, I'm going to have to resist speaking of categories and forgetful functors ...
Lol, that was a good one. I first thought you would say "... resist on giving a lecture ..." but this was even better!
 
  • Like
Likes micromass
  • #4
ProfuselyQuarky said:
Whether sets and functions have more structure or not is completely dependent on the context which is being spoken of. To me, that just doesn't sound right. Shouldn't there be a precise way of determining whether a set or function has more structure or not? Is there?

Where would you stop? Suppose ##A## and ##B## are both ##\mathbb{R}##. They are both groups, rings, fields, metric spaces, topological spaces, vector spaces ... Any number of binary operations or metrics or topologies can be defined on them. You are free to invent your own. ##f## could be a continuous or not depending on the metric or topology chosen; and, integrable and/or differentiable

In a nutshell, context is everything. There isn't something uniquely and exclusively well-defined called ##\mathbb{R}##. It has as much or as little structure as the context requires. We all talk loosely about "the real numbers" or "the sine function", but without a context they aren't actually well-defined.
 
  • Like
Likes ProfuselyQuarky
  • #5
One can regard almost everything as a set. Probably everything if one doesn't care whether it makes sense somehow. It is plainly the basic concept that allows to collect things and distinguish them from other things that do not belong to the set.
A function is already a constraint, since it is a special relation: you must not have two images of the same element.

Therefore the variety of sets is vast and often we are only interested in sets, that satisfy some properties. You mentioned groups, rings and fields. All of them help us to establish frameworks to solve equations, calculate orbits and so on. If you want to determine the solution of ##x^2 - 4 = 0## it doesn't help to allow a set of stones in the consideration. I wanted to give a mathematical example of a set that isn't of interest rather than stones but this turned out to be difficult since, e.g. a set of open sets may also contribute to the problem, simply from a different angle.
So the additional structures on sets simply bring order to the chaos.
The same with functions. In connection to given structures one usually requires them to preserve those structures. To allow any functions will simply be too many and of little help.
 
  • Like
Likes ProfuselyQuarky
  • #6
micromass said:
Oh boy, I'm going to have to resist speaking of categories and forgetful functors
Good idea (but if you care to elaborate for others, go for it).
micromass said:
What you do is to see a set as distinct from a structure like a group. This is certainly the way to think about it, but I think you want something more formal.
Never thought about it that way before. Since a structure is said to be an "arbitrary set", I've thought of it as almost a set underlying the "main" set--and not two distinct things.
micromass said:
So what is a group? Formally, a group is an ordered pair ##\mathcal{G} = (G,*)## where ##*:G\times G\rightarrow G## is a function. Note that ordered pairs are defined as ##(a,b) = \{\{a\},\{a,b\}\}##.
What I just did is make a distinction between the group ##\mathcal{G}## and the underlying set ##G##. Both are sets, but somewhat different sets.

Let's take a look at functions. What is a function pure formally? A function ##G\rightarrow H## is defined as an ordered tuple ##f=(G,H,R)## where ##R\subseteq G\times H## with the property that for all ##g\in G##, there is a unique ##h\in H## such that ##(g,h)\in R##. We then use the notation ##f(g)=h##. So a function is a set too.

Now for group homomorphisms. A group homomorphism ##F:\mathcal{G}\rightarrow \mathcal{H}## can be defined as ##F = (\mathcal{G},\mathcal{H},f)## with ##f:G\rightarrow H## the underlying set function. So now there is a very clear difference between a group homomorphism and a usual function. This distincition is never made (for good reasons, it's really tedious) in texts.
Thanks, I see what you're getting at :smile:. I wish I could connect these definitions easier than I am. If the difference between a group homomorphism and a usual function is so apparent, what is so tedious about the distinction?
PeroK said:
Where would you stop?
Good question. I'm not sure. But I think real numbers do have a set definition, even without context. If I just randomly chose any number, I'd know whether it's real or not without the help of any other information.
fresh_42 said:
I wanted to give a mathematical example of a set that isn't of interest rather than stones but this turned out to be difficult since, e.g. a set of open sets may also contribute to the problem, simply from a different angle.
If nearly everything can be regarded as a set, how is it so hard to find a mathematical example? Surely there must be a simple one amidst them all?
fresh_42 said:
So the additional structures on sets simply brings order to the chaos.
The same with functions. In connection to given structures one usually requires them to preserve those structures. To allow any functions will simply be too many and of little help.
Lovely quote!
 
  • #7
ProfuselyQuarky said:
If nearly everything can be regarded as a set, how is it so hard to find a mathematical example? Surely there must be a simple one amidst them all?
Well, let me try. Set of probabilities should be pretty far away from ##x^2 - 4 = 0##. But then you could think of probabilistic algorithms to solve those equations. Topological sets? Nope: the equation already defines a closed set. Algebra can be ruled out as a whole since we would end up with Galois theory which involves groups and fields. The same for number theory. Combinatorics? Bad idea. Binomial coefficients are ##\begin{pmatrix}n \\ k\end{pmatrix}##. Set theory and logic? That contains all other mathematics automatically, so especially our equation.

Those have been my thoughts before I chose the stones instead. The risk someone finding a bridge was simply to high.
 
  • Like
Likes ProfuselyQuarky
  • #8
fresh_42 said:
Well, let me try. Set of probabilities should be pretty far away from ##x^2 - 4 = 0##. But then you could think of probabilistic algorithms to solve those equations. Topological sets? Nope: the equation already defines a closed set. Algebra can be ruled out as a whole since we would end up with Galois theory which involves groups and fields. The same for number theory. Combinatorics? Bad idea. Binomial coefficients are ##\begin{pmatrix}n \\ k\end{pmatrix}##. Set theory and logic? That contains all other mathematics automatically, so especially our equation.

Those have been my thoughts before I chose the stones instead. The risk someone finding a bridge was simply to high.
That makes sense. Thanks :smile:
 
  • #9
There are many types of structures that can be added to sets. However, given a specific structure such as continuous group structure, it is possible that not all sets can admit that structure in the way you'd like.

If you think of operating on the left(or right, but I'll stick with left for this discussion) by a particular element as a function from a group G into itself, not all continuous sets can have a group structure where those functions of operating on the left are all continuous.

For example, think of the points on a circle as a set. We can give the circle a group structure based on rotation. You can parametrize this as the unit circle with addition of angles as the group operation, while identifying angles which differ by a full rotation as the same point. Another way to think of it is as the unit circle centered on 0 in the complex number plane. The function of rotating all the points in a circle by an amount given by the complex angle of a single given point is continuous.

So, the circle can be given the structure of a continuous group. So can the real number line with addition as the group operation. Cartesian products of these can also be continuous groups, with the simplest operation just being the above operations operating separately on each part. So, the surface of a cylinder is the Cartesian product of the real line and a circle, and a simple group operation is to give each point an angle coordinate on the circle and a "height" coordinate on the line which operate separately by addition like in the circle and line. Similarly, the surface of a doughnut can be the Cartesian product of two circles.

However, the points on a sphere cannot be made into a continuous group. Try any way you like, there's no way to do it while including every point on the sphere as a group element.

So, it's not just the context. Sometimes, a particular set just can't admit a certain structure. A simpler example is that we have to remove 0 from the real number line to make a group over multiplication.

In case you're interested, Naive Lie Theory by John Stillwell is an excellent introduction to continuous groups, specifically.
 
  • Like
Likes ProfuselyQuarky
  • #10
The Bill said:
There are many types of structures that can be added to sets. However, given a specific structure such as continuous group structure, it is possible that not all sets can admit that structure in the way you'd like.

If you think of operating on the left(or right, but I'll stick with left for this discussion) by a particular element as a function from a group G into itself, not all continuous sets can have a group structure where those functions of operating on the left are all continuous.

For example, think of the points on a circle as a set. We can give the circle a group structure based on rotation. You can parametrize this as the unit circle with addition of angles as the group operation, while identifying angles which differ by a full rotation as the same point. Another way to think of it is as the unit circle centered on 0 in the complex number plane. The function of rotating all the points in a circle by an amount given by the complex angle of a single given point is continuous.

So, the circle can be given the structure of a continuous group. So can the real number line with addition as the group operation. Cartesian products of these can also be continuous groups, with the simplest operation just being the above operations operating separately on each part. So, the surface of a cylinder is the Cartesian product of the real line and a circle, and a simple group operation is to give each point an angle coordinate on the circle and a "height" coordinate on the line which operate separately by addition like in the circle and line. Similarly, the surface of a doughnut can be the Cartesian product of two circles.

However, the points on a sphere cannot be made into a continuous group. Try any way you like, there's no way to do it while including every point on the sphere as a group element.

So, it's not just the context. Sometimes, a particular set just can't admit a certain structure. A simpler example is that we have to remove 0 from the real number line to make a group over multiplication.
Wow, that's a lot of information. Thanks, I'm just trying to process your post to its entirety :)
The Bill said:
In case you're interested, Naive Lie Theory by John Stillwell is an excellent introduction to continuous groups, specifically.
Thanks for the suggestion. I can only manage one book at a time, but will definitely look into it.
 

Related to Sets and functions that gain more structure with context

1. What is the purpose of adding structure to sets and functions?

Adding structure to sets and functions allows us to gain a deeper understanding and analysis of their properties and relationships. It also helps us to solve more complex problems and make more accurate predictions.

2. How does context affect the structure of sets and functions?

The context in which a set or function is being used can provide additional information and constraints that can change or enhance its structure. For example, the structure of a set of numbers used in a financial context may be different from the structure of the same set used in a mathematical context.

3. What are some common types of structures that can be added to sets and functions?

Some common types of structures include algebraic structures such as groups, rings, and fields, geometric structures such as topologies and manifolds, and order structures such as partial orders and lattices.

4. How can adding structure help with problem-solving?

Adding structure to sets and functions can help us to break down complex problems into smaller, more manageable parts. It also allows us to apply known techniques and strategies from different branches of mathematics to solve problems in new contexts.

5. Are there any drawbacks to adding structure to sets and functions?

One potential drawback is that adding structure can sometimes make the problem more difficult to solve, as it introduces more constraints and limitations. Additionally, certain structures may not always be applicable or relevant to a particular problem, so it is important to carefully consider the context before adding structure.

Similar threads

  • Linear and Abstract Algebra
Replies
17
Views
4K
  • Linear and Abstract Algebra
Replies
13
Views
2K
Replies
0
Views
351
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
1K
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
1
Views
2K
  • Linear and Abstract Algebra
Replies
4
Views
912
  • Linear and Abstract Algebra
Replies
15
Views
3K
Back
Top