Skip to content

Graph theory: Use of undefined relation I #9

@ITheLestI

Description

@ITheLestI

Incidence relation used in Induces subgraph definition:

\item \textbf{Induces subgraph}\Href{https://en.wikipedia.org/wiki/Induced_subgraph} of a graph $G = \Pair{V,E}$ is another graph $G'$ formed from a subset~$S$ of the vertices of the graph and \emph{all} the edges (from the original graph) connecting pairs of vertices in that subset.
Formally, $G' = G[S] = \Pair{V',E'}$, where $S \subseteq V$, $V' = V \intersection S$, $E' = \Set{e \in E \given \exists v \in S: e \mathrel{I} v}$.

But it was firstly defined later:

\item \textbf{Incidence}\Href{https://en.wikipedia.org/wiki/Incidence_(geometry)} is a relation between an edge and its endpoints.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions