When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Disjoint union (topology) - Wikipedia

    en.wikipedia.org/wiki/Disjoint_union_(topology)

    The disjoint union space X, together with the canonical injections, can be characterized by the following universal property: If Y is a topological space, and f i : X i → Y is a continuous map for each i ∈ I, then there exists precisely one continuous map f : X → Y such that the following set of diagrams commute:

  3. Disjoint union - Wikipedia

    en.wikipedia.org/wiki/Disjoint_union

    In mathematics, the disjoint union (or discriminated union) of the sets A and B is the set formed from the elements of A and B labelled (indexed) with the name of the set from which they come. So, an element belonging to both A and B appears twice in the disjoint union, with two different labels.

  4. Disjoint union of graphs - Wikipedia

    en.wikipedia.org/wiki/Disjoint_union_of_graphs

    In graph theory, a branch of mathematics, the disjoint union of graphs is an operation that combines two or more graphs to form a larger graph. It is analogous to the disjoint union of sets , and is constructed by making the vertex set of the result be the disjoint union of the vertex sets of the given graphs, and by making the edge set of the ...

  5. Graph operations - Wikipedia

    en.wikipedia.org/wiki/Graph_operations

    graph union: G 1 ∪ G 2. There are two definitions. In the most common one, the disjoint union of graphs, the union is assumed to be disjoint. Less commonly (though more consistent with the general definition of union in mathematics) the union of two graphs is defined as the graph (V 1 ∪ V 2, E 1 ∪ E 2).

  6. Mapping cylinder - Wikipedia

    en.wikipedia.org/wiki/Mapping_cylinder

    In mathematics, specifically algebraic topology, the mapping cylinder [1] of a continuous function between topological spaces and is the quotient = (([,])) / where the denotes the disjoint union, and ~ is the equivalence relation generated by

  7. Disjoint-set data structure - Wikipedia

    en.wikipedia.org/wiki/Disjoint-set_data_structure

    In pseudocode, union by rank is: function Union(x, y) is // Replace nodes by roots x := Find(x) y := Find(y) if x = y then return // x and y are already in the same set end if // If necessary, rename variables to ensure that // x has rank at least as large as that of y if x.rank < y.rank then (x, y) := (y, x) end if // Make x the new root y ...

  8. Adjunction space - Wikipedia

    en.wikipedia.org/wiki/Adjunction_space

    The continuous maps h : X ∪ f Y → Z are in 1-1 correspondence with the pairs of continuous maps h X : X → Z and h Y : Y → Z that satisfy h X (f(a))=h Y (a) for all a in A. In the case where A is a closed subspace of Y one can show that the map XX ∪ f Y is a closed embedding and (Y − A) → X ∪ f Y is an open embedding.

  9. Symmetric difference - Wikipedia

    en.wikipedia.org/wiki/Symmetric_difference

    In mathematics, the symmetric difference of two sets, also known as the disjunctive union and set sum, is the set of elements which are in either of the sets, but not in their intersection. For example, the symmetric difference of the sets { 1 , 2 , 3 } {\displaystyle \{1,2,3\}} and { 3 , 4 } {\displaystyle \{3,4\}} is { 1 , 2 , 4 ...