Graph Theory and Function Problems

In summary, the conversation discusses the Cartesian Product of two finite nonempty sets and the functions of projection with mapping rules p1(a,b) = a and p2(a,b) = b. The target space of p1 is A and the target space of p2 is B. Neither p1 nor p2 are one-to-one, but they are both onto. The conversation then moves on to discussing the star graph on n vertices and asks to conjecture and prove a formula for the number of edges. The conversation ends with a suggestion to draw star graphs on different numbers of vertices and observe the pattern in the number of edges.
  • #1
B3NR4Y
Gold Member
170
8

Homework Statement


1. Consider the Cartesian Product A X B, where A, B are finite nonempty sets, each with carnality greater than 1. There are two functions with domain A X B, called projections with mapping rules p1(a,b) = a and p2(a,b) = b. What is the target space of p1? p2? Are either of p1, 2 one to one? Onto?

2. The star graph on n vertices has one vertex adjacent to all other vertices (and no other adjacencies). Conjecture and prove a formula for the number of edges of the star graph on n vertices.

Homework Equations


None that I can think of

The Attempt at a Solution


1. the target space of p1 is A
and the target space of p2 is B. Neither are one-to-one because fixing B, there are multiple A's that could go in the first slot, but there would be the same value for p2. Same logic for p1 except fixing A.
They're both onto, because the Cartesian product goes through each value in B, or A, and the projection takes each of those and maps it to the target space. Therefore both are onto.

2. I don't know where to begin.
 
Physics news on Phys.org
  • #2
Your answer to 1 is correct.

To do 2, start by drawing the star graphs on 2, 3, 4 and 5 vertices. Put the vertex that is connected to all the others at the centre, so that it looks like a star (well, the graphs with 4 and 5 vertices will. Those with 2 and 3 vertices won't). How many edges does each of those three graphs have? What is the pattern?
 
  • #3
Unusual. The only thing I found a little problematic and needing some pondering in question 2 was the word 'the'.
 
  • #4
What you found difficult or not has no concern to me.

I will go about doing that andrewkirk, thank you!
 

Related to Graph Theory and Function Problems

1. What is graph theory?

Graph theory is a field of mathematics that studies the properties of graphs, which are mathematical structures used to model relationships between objects. It involves the study of vertices (points) and edges (lines) connecting these vertices.

2. What are the applications of graph theory?

Graph theory has many real-world applications, including computer science, transportation networks, social networks, and biological networks. It is also used in scheduling and optimization problems, as well as in the study of complex systems.

3. What is a function in graph theory?

In graph theory, a function is a mapping between two graphs that preserves the structure and properties of the graphs. It assigns each vertex in one graph to a unique vertex in the other graph, and each edge in one graph to a unique edge in the other graph.

4. How is graph theory related to data structures?

Graph theory is closely related to data structures, as graphs can be represented using various data structures such as adjacency lists or matrices. Many data structures, such as trees and linked lists, can also be viewed as special cases of graphs.

5. What are some common problems in graph theory?

Some common problems in graph theory include finding the shortest path between two vertices, determining if a graph is connected or has a cycle, and finding the minimum spanning tree. Other problems include graph coloring, network flow, and graph partitioning.

Similar threads

  • Calculus and Beyond Homework Help
Replies
1
Views
926
  • Calculus and Beyond Homework Help
Replies
6
Views
2K
  • Calculus and Beyond Homework Help
Replies
0
Views
594
Replies
1
Views
1K
  • Programming and Computer Science
Replies
6
Views
867
  • Calculus and Beyond Homework Help
Replies
32
Views
2K
  • Calculus and Beyond Homework Help
Replies
12
Views
3K
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • General Math
Replies
21
Views
1K
Back
Top