^^Grafo.

Esempi wp/List_of_graphs

graph (undirected)

G = (V, E)   graph G is an ordered pair of sets (V, E)

vo:

punti e linee sono i 2 elementi costituenti un grafo

  1. points ≡ nodes ≡ vertices; point ≡ node ≡ vertex
    lines ≡ links ≡ edges
  2. edge {x, y}  ≡  join x and y  ≡  is incident on x and y
  3. vertices of an edge  ≡  endpoints of the edge.
    edge has 2 vertices to which it is attached, called its endpoints

 

A vertex may belong to no edge, in which case it is not joined to any other vertex.

 

grafo orientato, grafo diretto, digrafo (contrazione), directed graph, digraph

G = (V, A)

vo:

arc ≡ arrow ≡ directed line

Teo: Un grafo orientato puo' essere identificato con una relazione sull'insieme dei vertici

possiamo dire che un grafo e' un modo di illustrare graficamento la relazione.

dim: rem: R ⊆ XxY relazione binaria tra 2 insiemi X e Y. 

R ⊆ XxX relazione binaria in un insiemi X. 

Confrontato con  G = (V, A), notiamo A ⊆ VxV ;  R ↔ A  e  X ↔ V

 

  1. punto isolato  non incide con nessuna linea, non e' collegato con nessun altro punto
  2. vertici adiacenti    uniti da un arco
  3. archi adiacenti      vertice in comune
  4. loop  an edge that join a vertex to itself. It forms a cycle of length 1.
  5. parallel edges  join the same points
  6. simple edge  no parallel edges.
  7. simple graph  simple edges and no loops

    simple graph distinguishing from multigraph

    In many cases, graphs are assumed to be simple unless specified otherwise.

  8. simple path or simple cycle : a path or cycle that has no repeated vertices and consequently no repeated edges.
  9. length of a cycle, path, or walk is the number of edges it uses.

Handshaking lemma

degree of a vertex in a graph: the number of its incident edges.

(in an undirected graph) the sum of the degrees of all vertex  equals twice the number of edges.

dim: 1 edge ↔ +2 degree.  Iniziando dall'insieme vuoto, questa regola vale sempre.

path Path_(graph_theory)

sequence of edges which joins a sequence of distinct vertices, exept

closed path : same first and last vertex.

Since the vertices are distinct but 1, so are the edges.

walk : vertici con possibili ripetizioni.

trail : vertici distinti

Grafo wikipedia

  1. Glossary_of_graph_theory
  2. Graph_(mathematics)

    Graph_theory  |  Glossary_of_graph_theory

  3. Planar_straight-line_graph, straight-line graph
  4.  
  5. Directed_graph
  6. Directed_acyclic_graph | Partial_order | Order_theory | Ordered_set
  7.  
  8. Cyclic_order
  9. Hierarchy
  10. Keller's_conjecture | Clique_(graph_theory)  cricca

 

 

Extremal combinatorics > extremal graph theory

es: if a graph has n vertices, then how many edges can it have without any three of them forming a triangle?

In general, questions in extremal combinatorics ask

Szemerédi's theorem itself is another example:

how many numbers you can choose between 1 and n before you are forced to include an arithmetic progression of length k.

gowers/pdf The work of Endre Szemerédi, Abel price 2012

 

 

GEGL GenericGraphicsLibrary > Non-destructive_editing > Generation_loss

 

https://www.youtube.com/watch?v=6_wDiBVttTM Why Do Determinants Show Up Here?