[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

are functions used anywhere in upper level mathematics? or is

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 30
Thread images: 3

are functions used anywhere in upper level mathematics? or is it just for introducing more abstract shit? is there a Function Theory?
>>
>>8826001
essentially all of mathematics is the study of functions

or sets, depending on how you ask, because functions can be defined as sets
>>
>>8826001
If you're underage and just learning functions, the answer is yes, functions are used everywhere. They never really disappear, and when they do, it's only because we are using more sophisticated terms to replace them
>>
Almost all of mathematics involves looking at structures and functions between those structures: topology and homeomorphisms, analysis and continuous functions, differential geometry and diffeomorphisms, algebra and homomorphisms, category theory and functors, sets and in/sur/b-ijections, etc.
>>
>>8826006
i thought functions were the things you used to connect sets. like you have a set X and a set Y and you use a function f to state what elements connect by showing whether or not they fall under the domain and range of f. im just confused about all the stuff like >>8826013 stated because it seems like none of it involves funcitons, yet functions is all i hear about in classes.
>>
>>8826006
>functions can be defined as sets
Sets can be defined as identity functions.

More precisely, a function i is a set if its domain and codomain are equal, and for any function x:
-if x has the same codomain as i, then ix=x;
-if x has the same domain as i, then xi=x.
>>
>>8826049
>Sets can be defined as identity functions.
then how do you define function?
>>
>>8826399
Functions are primitive so they don't have a definition, just like how there's no definition of a set in set theory.
>>
>>8826015
>the things you used to connect sets. like you have a set X and a set Y

This is true, but functions are themselves also sets too.
>and you use a function f to state what elements connect by showing whether or not they fall under the domain and range of f.

Yeah.

>because it seems like none of it involves funcitons, yet functions is all i hear about in classes.

What that guy is talking about is how after you know all about functions you can use them to do anything. For example. Suppose that you wanted to prove that the set of all natural numbers had or had not the same amount of elements as the rationals. How would you do it?

You would construct a function from the naturals to the rationals that was bijective. (Or would prove that such a function cannot exist).

Another example he gave were homomorphisms and that is a particularly useful application of functions so let me try to explain you what they are.

In mathematics we have different algebraic structures. An algebraic structure is simply a set (like, for example, the integers) and some operation to do algebra with the elements of that set (for example addition).

As I said, the integers with addition are an algebraic structure.
Matrices with matrix addition are an algebraic structure.
Modulo N numbers with modulo N addition is an algebraic structure.
etc.

Now, a homomorphism is a function that preserves algebraic structure. For example: Suppose you had two algebraic structures. One with operation * and the other one with operation %.

A homomorphism is basically a function such that
F(a*b) = F(a)%F(b)

Which means that you can do algebra through that function. In practice what that means is that if you know an algebraic structure very well, and you want to study similar algebraic structures you could very easily use a homomorphism to study the new structures with the structure you already know.
Pretty useful if you ask me.
>>
>>8826411
>Functions are primitive so they don't have a definition
if you take set as a primitive then function can be defined as set of ordered pairs such that there are no pairs (x, y) and (x, z) for y not equal to z
>>
>>8826423
that's still only a partial function, you need a pair (x,f(x)) for every x
>>
>>8826423
Sure you can do that, and there's nothing technically wrong with that, but you'll need so many other axioms that no one except graduates and above specializing in set theory can recall them without looking them up.

On the other hand axiomatizing functions requires no more than the identity axiom and an axiom for associativity, which anyone with a lick of mathematical maturity can quote to you. Which is what mathematical axioms should be: simple and intuitive.
>>
>>8826423
Actually I retract the statement that
>there's nothing technically wrong with that
There are issues with the ordered pair definition of function as you've presented it, though they can be corrected by incorporating the codomain into the definition and making it an ordered triple instead.
See e.g., the thread >>8824512 and especially the link in >>>8824541
>>
>>8826440
>Sure you can do that, and there's nothing technically wrong with that, but you'll need so many other axioms

Like what? The classic definition of a function only requires atomizing inclusion.

>axiomatizing functions requires no more than the identity axiom and an axiom for associativity

This is false; any relation obeys these axioms for instance.
>>
>>8826001
There is a branch of math called functional analysis, whose historical raison d'ĂȘtre was to study various spaces of functions (e.g real-valued continuous functions on a segment, periodic functions, square-integrable functions, etc.).
More generally, functions are used everywhere as a way to connect sets. When you have sets with more structure (for example operations like addition), it is often informative to look at functions that preserve these operations (in the case of addition, additive functions, etc).
>>
>>8826467
I was referring to the axiomatization of set theory versus axiomatizing functions instead.
>This is false; any relation obeys these axioms for instance.
Yeah this is true, I was operating under the more general CS definition where functions are allowed to have side effects.
Still, you can specialize to the usual mathematical definition by defining a function as an equality-preserving homomorphism (which is why the category of sets has functions as their morphisms) so it's not too much additional effort.
>>
>>8826411
What the fuck are you saying? A function is a relation (subset of a Cartesian product) such that no two pairs every x has only 1 y asociated.
>>
>>8826448
That definition isn't really wrong, it's just incomplete.
We can define function [math]f:X\to Y[/math] as [math]f\subset X\times Y[/math] such that for every [math]x[/math] in [math]X[/math] there exists pair [math](x,
y)\in f[/math] and for every [math](x_1, y_1), (x_2, y_2)\in f[/math] if [math]x_1=x_2[/math] then [math]y_1=y_2[/math].
There's no need to use ordered triples, and there are no issues with ordered pair definition, you can say there are issues with that particular statement of definition
>>
>>8826509
>>8827053
Brainlets. A function is a morphism in the category of Sets.
>>
>>8827095
We are discussing real mathematics, not meme category theory.
>>
>>8827095
that's true, but that's not a logically coherent definition because you can't define the Category of Sets before you define a function between two sets.
>>
>>8827106
YOU can't.
>>
>>8827122
i'm very curious as to how you would define that category without first defining a function
>>
a function is a lambda term, end of
>>
>>8827131
If you can't grasp so simple an idea then I don't think I can help you
>>
>>8827224
and category theorists wonder why no one likes them
>>
File: 666666.jpg (75KB, 700x607px) Image search: [Google]
666666.jpg
75KB, 700x607px
>>8826411
>mfw maths is just people using words that don't mean anything
>>
>>8826411
>Functions are primitive so they don't have a definition

No, functions are defined in terms of sets.

>>8826006
>functions can be defined as sets

This is correct.
>>
>>8826049
why isnt this made obviously apparent?
why does this person have to get these answers from niggers who watch chinese cartoons on the internet?

how do people pay real money for education these days?
>>
File: theory-of-functions-knopp.jpg (34KB, 335x499px) Image search: [Google]
theory-of-functions-knopp.jpg
34KB, 335x499px
>>8826001
>is there a Function Theory?
...is there a Google to search for Function Theory? Is there a retard too stupid to use it? These, and other questions, continue to baffle Social Science.
Thread posts: 30
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.