| Intuitionistic Logic Explorer Theorem List (p. 167 of 173) | < Previous Next > | |
| Browser slow? Try the
Unicode version. |
||
|
Mirrors > Metamath Home Page > ILE Home Page > Theorem List Contents > Recent Proofs This page: Page List |
||
| Type | Label | Description |
|---|---|---|
| Statement | ||
| Theorem | subgrprop3 16601 |
The properties of a subgraph: If |
| Theorem | egrsubgr 16602 | An empty graph consisting of a subset of vertices of a graph (and having no edges) is a subgraph of the graph. (Contributed by AV, 17-Nov-2020.) (Proof shortened by AV, 17-Dec-2020.) |
| Theorem | 0grsubgr 16603 | The null graph (represented by an empty set) is a subgraph of all graphs. (Contributed by AV, 17-Nov-2020.) |
| Theorem | 0uhgrsubgr 16604 | The null graph (as hypergraph) is a subgraph of all graphs. (Contributed by AV, 17-Nov-2020.) (Proof shortened by AV, 28-Nov-2020.) |
| Theorem | uhgrsubgrself 16605 | A hypergraph is a subgraph of itself. (Contributed by AV, 17-Nov-2020.) (Proof shortened by AV, 21-Nov-2020.) |
| Theorem | subgrfun 16606 | The edge function of a subgraph of a graph whose edge function is actually a function is a function. (Contributed by AV, 20-Nov-2020.) |
| Theorem | subgruhgrfun 16607 | The edge function of a subgraph of a hypergraph is a function. (Contributed by AV, 16-Nov-2020.) (Proof shortened by AV, 20-Nov-2020.) |
| Theorem | subgreldmiedg 16608 | An element of the domain of the edge function of a subgraph is an element of the domain of the edge function of the supergraph. (Contributed by AV, 20-Nov-2020.) |
| Theorem | subgruhgredgdm 16609* | An edge of a subgraph of a hypergraph is an inhabited subset of its vertices. (Contributed by AV, 17-Nov-2020.) (Revised by AV, 21-Nov-2020.) |
| Theorem | subumgredg2en 16610* | An edge of a subgraph of a multigraph connects exactly two different vertices. (Contributed by AV, 26-Nov-2020.) |
| Theorem | subuhgr 16611 | A subgraph of a hypergraph is a hypergraph. (Contributed by AV, 16-Nov-2020.) (Proof shortened by AV, 21-Nov-2020.) |
| Theorem | subupgr 16612 | A subgraph of a pseudograph is a pseudograph. (Contributed by AV, 16-Nov-2020.) (Proof shortened by AV, 21-Nov-2020.) |
| Theorem | subumgr 16613 | A subgraph of a multigraph is a multigraph. (Contributed by AV, 26-Nov-2020.) |
| Theorem | subusgr 16614 | A subgraph of a simple graph is a simple graph. (Contributed by AV, 16-Nov-2020.) (Proof shortened by AV, 27-Nov-2020.) |
| Theorem | uhgrspansubgrlem 16615 |
Lemma for uhgrspansubgr 16616: The edges of the graph |
| Theorem | uhgrspansubgr 16616 |
A spanning subgraph |
| Theorem | uhgrspan 16617 |
A spanning subgraph |
| Theorem | upgrspan 16618 |
A spanning subgraph |
| Theorem | umgrspan 16619 |
A spanning subgraph |
| Theorem | usgrspan 16620 |
A spanning subgraph |
| Theorem | uhgrspanop 16621 | A spanning subgraph of a hypergraph represented by an ordered pair is a hypergraph. (Contributed by Alexander van der Vekens, 27-Dec-2017.) (Revised by AV, 11-Oct-2020.) |
| Theorem | upgrspanop 16622 | A spanning subgraph of a pseudograph represented by an ordered pair is a pseudograph. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by AV, 13-Oct-2020.) |
| Theorem | umgrspanop 16623 | A spanning subgraph of a multigraph represented by an ordered pair is a multigraph. (Contributed by AV, 27-Nov-2020.) |
| Theorem | usgrspanop 16624 | A spanning subgraph of a simple graph represented by an ordered pair is a simple graph. (Contributed by Alexander van der Vekens, 10-Aug-2017.) (Revised by AV, 16-Oct-2020.) |
| Syntax | cvtxdg 16625 | Extend class notation with the vertex degree function. |
| Definition | df-vtxdg 16626* |
Define the vertex degree function for a graph. To be appropriate for
arbitrary hypergraphs, we have to double-count those edges that contain
Because we cannot in general show that an arbitrary set is either finite or infinite (see inffiexmid 7213), this definition is not as general as it may appear. But we keep it for consistency with the Metamath Proof Explorer. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Alexander van der Vekens, 20-Dec-2017.) (Revised by AV, 9-Dec-2020.) |
| Theorem | vtxdgfval 16627* | The value of the vertex degree function. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Alexander van der Vekens, 20-Dec-2017.) (Revised by AV, 9-Dec-2020.) |
| Theorem | vtxedgfi 16628* | In a finite graph, the number of edges from a given vertex is finite. (Contributed by Jim Kingdon, 16-Feb-2026.) |
| Theorem | vtxlpfi 16629* | In a finite graph, the number of loops from a given vertex is finite. (Contributed by Jim Kingdon, 16-Feb-2026.) |
| Theorem | vtxdgfifival 16630* | The degree of a vertex for graphs with finite vertex and edge sets. (Contributed by Jim Kingdon, 10-Feb-2026.) |
| Theorem | vtxdgop 16631 | The vertex degree expressed as operation. (Contributed by AV, 12-Dec-2021.) |
| Theorem | vtxdgfif 16632 | In a finite graph, the vertex degree function is a function from vertices to nonnegative integers. (Contributed by Jim Kingdon, 17-Feb-2026.) |
| Theorem | vtxdg0v 16633 | The degree of a vertex in the null graph is zero (or anything else), because there are no vertices. (Contributed by AV, 11-Dec-2020.) |
| Theorem | vtxdgfi0e 16634 | The degree of a vertex in an empty graph is zero, because there are no edges. This is the base case for the induction for calculating the degree of a vertex, for example in a Königsberg graph. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Alexander van der Vekens, 20-Dec-2017.) (Revised by AV, 11-Dec-2020.) (Revised by AV, 22-Mar-2021.) |
| Theorem | vtxdeqd 16635 | Equality theorem for the vertex degree: If two graphs are structurally equal, their vertex degree functions are equal. (Contributed by AV, 26-Feb-2021.) |
| Theorem | vtxdfifiun 16636 | The degree of a vertex in the union of two pseudographs of finite size on the same finite vertex set is the sum of the degrees of the vertex in each pseudograph. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Alexander van der Vekens, 21-Jan-2018.) (Revised by AV, 19-Feb-2021.) |
| Theorem | vtxdumgrfival 16637* | The value of the vertex degree function for a finite multigraph. (Contributed by Alexander van der Vekens, 20-Dec-2017.) (Revised by AV, 23-Feb-2021.) |
| Theorem | vtxd0nedgbfi 16638* | A vertex has degree 0 iff there is no edge incident with the vertex. (Contributed by AV, 24-Dec-2020.) (Revised by AV, 22-Mar-2021.) |
| Theorem | vtxduspgrfvedgfilem 16639* | Lemma for vtxduspgrfvedgfi 16640 and vtxdusgrfvedgfi 16641. (Contributed by AV, 12-Dec-2020.) (Proof shortened by AV, 5-May-2021.) |
| Theorem | vtxduspgrfvedgfi 16640* | The value of the vertex degree function for a simple pseudograph. (Contributed by AV, 12-Dec-2020.) (Proof shortened by AV, 5-May-2021.) |
| Theorem | vtxdusgrfvedgfi 16641* | The value of the vertex degree function for a simple graph. (Contributed by AV, 12-Dec-2020.) |
| Theorem | 1loopgruspgr 16642 | A graph with one edge which is a loop is a simple pseudograph. (Contributed by AV, 21-Feb-2021.) |
| Theorem | 1loopgredg 16643 | The set of edges in a graph (simple pseudograph) with one edge which is a loop is a singleton of a singleton. (Contributed by AV, 17-Dec-2020.) (Revised by AV, 21-Feb-2021.) |
| Theorem | 1loopgrvd2fi 16644 | The vertex degree of a one-edge graph, case 4: an edge from a vertex to itself contributes two to the vertex's degree. I. e. in a graph (simple pseudograph) with one edge which is a loop, the vertex connected with itself by the loop has degree 2. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Alexander van der Vekens, 22-Dec-2017.) (Revised by AV, 21-Feb-2021.) |
| Theorem | 1loopgrvd0fi 16645 | The vertex degree of a one-edge graph, case 1 (for a loop): a loop at a vertex other than the given vertex contributes nothing to the vertex degree. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by AV, 21-Feb-2021.) |
| Theorem | 1hevtxdg0fi 16646 |
The vertex degree of vertex |
| Theorem | 1hevtxdg1en 16647 |
The vertex degree of vertex |
| Theorem | 1hegrvtxdg1fi 16648 | The vertex degree of a multigraph with one edge, case 2: an edge from the given vertex to some other vertex contributes one to the vertex's degree. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Alexander van der Vekens, 22-Dec-2017.) (Revised by AV, 23-Feb-2021.) |
| Theorem | 1hegrvtxdg1rfi 16649 | The vertex degree of a graph with one hyperedge, case 3: an edge from some other vertex to the given vertex contributes one to the vertex's degree. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Alexander van der Vekens, 22-Dec-2017.) (Revised by AV, 23-Feb-2021.) |
| Theorem | p1evtxdeqfilem 16650 | Lemma for p1evtxdeqfi 16651 and p1evtxdp1fi 16652. (Contributed by AV, 3-Mar-2021.) |
| Theorem | p1evtxdeqfi 16651 |
If an edge |
| Theorem | p1evtxdp1fi 16652 |
If an edge |
| Theorem | vdegp1aid 16653* |
The induction step for a vertex degree calculation. If the degree of
|
| Theorem | vdegp1bid 16654* |
The induction step for a vertex degree calculation, for example in
the Königsberg graph. If the degree of |
| Theorem | vdegp1cid 16655* |
The induction step for a vertex degree calculation, for example in the
Königsberg graph. If the degree of |
| Syntax | cwlks 16656 | Extend class notation with walks (i.e. 1-walks) (of a hypergraph). |
| Definition | df-wlks 16657* |
Define the set of all walks (in a hypergraph). Such walks correspond to
the s-walks "on the vertex level" (with s = 1), and also to
1-walks "on
the edge level" (see wlk1walkdom 16698) discussed in Aksoy et al. The
predicate
The condition According to the definition of [Bollobas] p. 4.: "A walk W in a graph is an alternating sequence of vertices and edges x0 , e1 , x1 , e2 , ... , e(l) , x(l) ...", a walk can be represented by two mappings f from { 1 , ... , n } and p from { 0 , ... , n }, where f enumerates the (indices of the) edges, and p enumerates the vertices. So the walk is represented by the following sequence: p(0) e(f(1)) p(1) e(f(2)) ... p(n-1) e(f(n)) p(n). (Contributed by AV, 30-Dec-2020.) |
| Theorem | wlkmex 16658 | If there are walks on a graph, the graph is a set. (Contributed by Jim Kingdon, 1-Feb-2026.) |
| Theorem | wkslem1 16659 | Lemma 1 for walks to substitute the index of the condition for vertices and edges in a walk. (Contributed by AV, 23-Apr-2021.) |
| Theorem | wkslem2 16660 | Lemma 2 for walks to substitute the index of the condition for vertices and edges in a walk. (Contributed by AV, 23-Apr-2021.) |
| Theorem | wksfval 16661* | The set of walks (in an undirected graph). (Contributed by AV, 30-Dec-2020.) |
| Theorem | iswlk 16662* | Properties of a pair of functions to be/represent a walk. (Contributed by AV, 30-Dec-2020.) |
| Theorem | wlkpropg 16663* | Properties of a walk. (Contributed by AV, 5-Nov-2021.) |
| Theorem | wlkex 16664 | The class of walks on a graph is a set. (Contributed by Jim Kingdon, 7-Feb-2026.) |
| Theorem | wlkv 16665 | The classes involved in a walk are sets. (Contributed by Alexander van der Vekens, 31-Oct-2017.) (Revised by AV, 3-Feb-2021.) |
| Theorem | wlkprop 16666* | Properties of a walk. (Contributed by AV, 5-Nov-2021.) |
| Theorem | wlkvg 16667 | The classes involved in a walk are sets. Now that we have wlkv 16665 there is no reason to use this theorem in new proofs and using wlkv 16665 is encouraged for consistency with the Metamath Proof Explorer. (Contributed by Alexander van der Vekens, 31-Oct-2017.) (Revised by AV, 3-Feb-2021.) (New usage is discouraged.) |
| Theorem | iswlkg 16668* | Generalization of iswlk 16662: Conditions for two classes to represent a walk. (Contributed by Alexander van der Vekens, 23-Jun-2018.) (Revised by AV, 1-Jan-2021.) |
| Theorem | wlkf 16669 | The mapping enumerating the (indices of the) edges of a walk is a word over the indices of the edges of the graph. (Contributed by AV, 5-Apr-2021.) |
| Theorem | wlkfg 16670 | The mapping enumerating the (indices of the) edges of a walk is a word over the indices of the edges of the graph. (Contributed by AV, 5-Apr-2021.) |
| Theorem | wlkcl 16671 |
A walk has length ♯ |
| Theorem | wlkclg 16672 |
A walk has length ♯ |
| Theorem | wlkp 16673 | The mapping enumerating the vertices of a walk is a function. (Contributed by AV, 5-Apr-2021.) |
| Theorem | wlkpg 16674 | The mapping enumerating the vertices of a walk is a function. (Contributed by AV, 5-Apr-2021.) |
| Theorem | wlkpwrdg 16675 | The sequence of vertices of a walk is a word over the set of vertices. (Contributed by AV, 27-Jan-2021.) |
| Theorem | wlklenvp1 16676 | The number of vertices of a walk (in an undirected graph) is the number of its edges plus 1. (Contributed by Alexander van der Vekens, 29-Jun-2018.) (Revised by AV, 1-May-2021.) |
| Theorem | wlklenvp1g 16677 | The number of vertices of a walk (in an undirected graph) is the number of its edges plus 1. (Contributed by Alexander van der Vekens, 29-Jun-2018.) (Revised by AV, 1-May-2021.) |
| Theorem | wlkm 16678* | The sequence of vertices of a walk cannot be empty, i.e. a walk always consists of at least one vertex. (Contributed by Alexander van der Vekens, 19-Jul-2018.) (Revised by AV, 2-Jan-2021.) |
| Theorem | wlkvtxm 16679* | A graph with a walk has at least one vertex. (Contributed by Jim Kingdon, 8-Feb-2026.) |
| Theorem | wlklenvm1 16680 | The number of edges of a walk is the number of its vertices minus 1. (Contributed by Alexander van der Vekens, 1-Jul-2018.) (Revised by AV, 2-Jan-2021.) |
| Theorem | wlklenvm1g 16681 | The number of edges of a walk is the number of its vertices minus 1. (Contributed by Alexander van der Vekens, 1-Jul-2018.) (Revised by AV, 2-Jan-2021.) |
| Theorem | ifpsnprss 16682 |
Lemma for wlkvtxeledgg 16683: Two adjacent (not necessarily different)
vertices |
| Theorem | wlkvtxeledgg 16683* | Each pair of adjacent vertices in a walk is a subset of an edge. (Contributed by AV, 28-Jan-2021.) (Proof shortened by AV, 4-Apr-2021.) |
| Theorem | wlkvtxiedg 16684* | The vertices of a walk are connected by indexed edges. (Contributed by Alexander van der Vekens, 22-Jul-2018.) (Revised by AV, 2-Jan-2021.) (Proof shortened by AV, 4-Apr-2021.) |
| Theorem | wlkvtxiedgg 16685* | The vertices of a walk are connected by indexed edges. (Contributed by Alexander van der Vekens, 22-Jul-2018.) (Revised by AV, 2-Jan-2021.) (Proof shortened by AV, 4-Apr-2021.) |
| Theorem | relwlk 16686 |
The set |
| Theorem | wlkop 16687 | A walk is an ordered pair. (Contributed by Alexander van der Vekens, 30-Jun-2018.) (Revised by AV, 1-Jan-2021.) |
| Theorem | wlkelvv 16688 | A walk is an ordered pair. (Contributed by Jim Kingdon, 2-Feb-2026.) |
| Theorem | wlkcprim 16689 | A walk as class with two components. (Contributed by Alexander van der Vekens, 22-Jul-2018.) (Revised by AV, 2-Jan-2021.) (Revised by Jim Kingdon, 1-Feb-2026.) |
| Theorem | wlk2f 16690* |
If there is a walk |
| Theorem | wlkcompim 16691* | Implications for the properties of the components of a walk. (Contributed by Alexander van der Vekens, 23-Jun-2018.) (Revised by AV, 2-Jan-2021.) |
| Theorem | wlkelwrd 16692 | The components of a walk are words/functions over a zero based range of integers. (Contributed by Alexander van der Vekens, 23-Jun-2018.) (Revised by AV, 2-Jan-2021.) |
| Theorem | wlkeq 16693* | Conditions for two walks (within the same graph) being the same. (Contributed by AV, 1-Jul-2018.) (Revised by AV, 16-May-2019.) (Revised by AV, 14-Apr-2021.) |
| Theorem | edginwlkd 16694 | The value of the edge function for an index of an edge within a walk is an edge. (Contributed by AV, 2-Jan-2021.) (Revised by AV, 9-Dec-2021.) (Revised by Jim Kingdon, 2-Feb-2026.) |
| Theorem | upgredginwlk 16695 | The value of the edge function for an index of an edge within a walk is an edge. (Contributed by AV, 2-Jan-2021.) |
| Theorem | iedginwlk 16696 | The value of the edge function for an index of an edge within a walk is an edge. (Contributed by AV, 23-Apr-2021.) |
| Theorem | wlkl1loop 16697 | A walk of length 1 from a vertex to itself is a loop. (Contributed by AV, 23-Apr-2021.) |
| Theorem | wlk1walkdom 16698* | A walk is a 1-walk "on the edge level" according to Aksoy et al. (Contributed by AV, 30-Dec-2020.) |
| Theorem | upgriswlkdc 16699* | Properties of a pair of functions to be a walk in a pseudograph. (Contributed by AV, 2-Jan-2021.) (Revised by AV, 28-Oct-2021.) |
| Theorem | upgrwlkedg 16700* | The edges of a walk in a pseudograph join exactly the two corresponding adjacent vertices in the walk. (Contributed by AV, 27-Feb-2021.) |
| < Previous Next > |
| Copyright terms: Public domain | < Previous Next > |