How Do You Differentiate Between Partial and Total Functions?

  • Thread starter Thread starter StIgM@
  • Start date Start date
  • Tags Tags
    Function
Click For Summary
SUMMARY

The discussion clarifies the distinction between partial and total functions, specifically in the context of defining a function from a set of Audi cars to a set of people. A total function requires that every element in the domain (CAR) maps to an element in the codomain (PERSON), while a partial function does not. In the example provided, the function CAR → PERSON is identified as partial because not all cars have corresponding owners, such as those owned by Audi itself. The concept of set declaration is also addressed, emphasizing that sets can be defined based on specific criteria rather than encompassing all possible items.

PREREQUISITES
  • Understanding of mathematical functions and their properties
  • Familiarity with set theory concepts
  • Knowledge of domain and codomain in functions
  • Basic comprehension of the implications of partial versus total functions
NEXT STEPS
  • Study the definitions and examples of partial and total functions in mathematical literature
  • Explore set theory, focusing on the construction and properties of sets
  • Learn about function mapping and its applications in programming languages
  • Investigate real-world examples of partial functions in software design and data modeling
USEFUL FOR

Mathematicians, computer scientists, software developers, and anyone interested in understanding the theoretical foundations of functions and set theory.

StIgM@
Messages
8
Reaction score
0
Hello Guys,

I am confused about something.
How do you differentiate the partial and total function?
I know that partial functions do not use the whole domain, but how do you know if the whole domain will be used?

For example, I want to define an operation for the AUDI car company and I want to define the function between audi car and owner. So I declare a set CAR and a set PERSON.
The function CAR ---> PERSON is partial or total and why?


Also, when I declare a set do I mean that the set can contain all the items that might exist in the world?

Thanks
 
Physics news on Phys.org
StIgM@ said:
Hello Guys,

I am confused about something.
How do you differentiate the partial and total function?
See Partial function.
StIgM@ said:
I know that partial functions do not use the whole domain, but how do you know if the whole domain will be used?

For example, I want to define an operation for the AUDI car company and I want to define the function between audi car and owner. So I declare a set CAR and a set PERSON.
The function CAR ---> PERSON is partial or total and why?
If your CAR set is the set of all Audi automobiles, and PERSON is the set of all people, every car in the CAR set has an owner, but not all owners are people. For example, The Audi Co. owns some of the cars that haven't been shipped to dealers yet. IOW, some of the cars in the CAR set don't map to people in the PERSON set.
StIgM@ said:
Also, when I declare a set do I mean that the set can contain all the items that might exist in the world?
You can define a set however you want.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
10
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K