HomeHome Metamath Proof Explorer
Theorem List (p. 266 of 424)
< Previous  Next >
Bad symbols? Try the
GIF version.

Mirrors  >  Metamath Home Page  >  MPE Home Page  >  Theorem List Contents  >  Recent Proofs       This page: Page List

Color key:    Metamath Proof Explorer  Metamath Proof Explorer
(1-27159)
  Hilbert Space Explorer  Hilbert Space Explorer
(27160-28684)
  Users' Mathboxes  Users' Mathboxes
(28685-42360)
 

Theorem List for Metamath Proof Explorer - 26501-26600   *Has distinct variable group(s)
TypeLabelDescription
Statement
 
Theoremeupa0 26501 There is an Eulerian path on the empty graph. (Contributed by Mario Carneiro, 7-Apr-2015.)
((𝑉𝑊𝐴𝑉) → ∅(𝑉 EulPaths ∅){⟨0, 𝐴⟩})
 
Theoremeupares 26502 The restriction of an Eulerian path to an initial segment of the path forms an Eulerian path on the subgraph consisting of the edges in the initial segment. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Mario Carneiro, 3-May-2015.)
(𝜑𝐺(𝑉 EulPaths 𝐸)𝑃)    &   (𝜑𝑁 ∈ (0...(#‘𝐺)))    &   𝐹 = (𝐸 ↾ (𝐺 “ (1...𝑁)))    &   𝐻 = (𝐺 ↾ (1...𝑁))    &   𝑄 = (𝑃 ↾ (0...𝑁))       (𝜑𝐻(𝑉 EulPaths 𝐹)𝑄)
 
Theoremeupap1 26503 Append one path segment to an Eulerian path (enlarging the graph to add the new edge). (Contributed by Mario Carneiro, 7-Apr-2015.)
(𝜑𝐸 Fn 𝐴)    &   (𝜑𝐴 ∈ Fin)    &   (𝜑𝐵 ∈ V)    &   (𝜑𝐶𝑉)    &   (𝜑 → ¬ 𝐵𝐴)    &   (𝜑𝐺(𝑉 EulPaths 𝐸)𝑃)    &   (𝜑𝑁 = (#‘𝐺))    &   𝐹 = (𝐸 ∪ {⟨𝐵, {(𝑃𝑁), 𝐶}⟩})    &   𝐻 = (𝐺 ∪ {⟨(𝑁 + 1), 𝐵⟩})    &   𝑄 = (𝑃 ∪ {⟨(𝑁 + 1), 𝐶⟩})       (𝜑𝐻(𝑉 EulPaths 𝐹)𝑄)
 
Theoremeupath2lem1 26504 Lemma for eupath2 26507. (Contributed by Mario Carneiro, 8-Apr-2015.)
(𝑈𝑉 → (𝑈 ∈ if(𝐴 = 𝐵, ∅, {𝐴, 𝐵}) ↔ (𝐴𝐵 ∧ (𝑈 = 𝐴𝑈 = 𝐵))))
 
Theoremeupath2lem2 26505 Lemma for eupath2 26507. (Contributed by Mario Carneiro, 8-Apr-2015.)
𝐵 ∈ V       ((𝐵𝐶𝐵 = 𝑈) → (¬ 𝑈 ∈ if(𝐴 = 𝐵, ∅, {𝐴, 𝐵}) ↔ 𝑈 ∈ if(𝐴 = 𝐶, ∅, {𝐴, 𝐶})))
 
Theoremeupath2lem3 26506* Lemma for eupath2 26507. (Contributed by Mario Carneiro, 8-Apr-2015.)
(𝜑𝐸 Fn 𝐴)    &   (𝜑𝐹(𝑉 EulPaths 𝐸)𝑃)    &   (𝜑𝑁 ∈ ℕ0)    &   (𝜑 → (𝑁 + 1) ≤ (#‘𝐹))    &   (𝜑𝑈𝑉)    &   (𝜑 → {𝑥𝑉 ∣ ¬ 2 ∥ ((𝑉 VDeg (𝐸 ↾ (𝐹 “ (1...𝑁))))‘𝑥)} = if((𝑃‘0) = (𝑃𝑁), ∅, {(𝑃‘0), (𝑃𝑁)}))       (𝜑 → (¬ 2 ∥ ((𝑉 VDeg (𝐸 ↾ (𝐹 “ (1...(𝑁 + 1)))))‘𝑈) ↔ 𝑈 ∈ if((𝑃‘0) = (𝑃‘(𝑁 + 1)), ∅, {(𝑃‘0), (𝑃‘(𝑁 + 1))})))
 
Theoremeupath2 26507* The only vertices of odd degree in a graph with an Eulerian path are the endpoints, and then only if the endpoints are distinct. (Contributed by Mario Carneiro, 8-Apr-2015.)
(𝜑𝐸 Fn 𝐴)    &   (𝜑𝐹(𝑉 EulPaths 𝐸)𝑃)       (𝜑 → {𝑥𝑉 ∣ ¬ 2 ∥ ((𝑉 VDeg 𝐸)‘𝑥)} = if((𝑃‘0) = (𝑃‘(#‘𝐹)), ∅, {(𝑃‘0), (𝑃‘(#‘𝐹))}))
 
Theoremeupath 26508* A graph with an Eulerian path has either zero or two vertices of odd degree. (Contributed by Mario Carneiro, 7-Apr-2015.)
((𝑉 EulPaths 𝐸) ≠ ∅ → (#‘{𝑥𝑉 ∣ ¬ 2 ∥ ((𝑉 VDeg 𝐸)‘𝑥)}) ∈ {0, 2})
 
17.2.2  The Konigsberg Bridge problem
 
Theoremvdeg0i 26509 The base case for the induction for calculating the degree of a vertex. The degree of 𝑈 in the empty graph is 0. (Contributed by Mario Carneiro, 12-Mar-2015.)
𝑉 ∈ V    &   𝑈𝑉       ((𝑉 VDeg ∅)‘𝑈) = 0
 
Theoremumgrabi 26510* Show that an unordered pair is a valid edge in a graph. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Mario Carneiro, 28-Feb-2016.)
𝑉 ∈ V    &   𝑋𝑉    &   𝑌𝑉       (𝜑 → {𝑋, 𝑌} ∈ {𝑥 ∈ (𝒫 𝑉 ∖ {∅}) ∣ (#‘𝑥) ≤ 2})
 
Theoremvdegp1ai 26511* The induction step for a vertex degree calculation. If the degree of 𝑈 in the edge set 𝐸 is 𝑃, then adding {𝑋, 𝑌} to the edge set, where 𝑋𝑈𝑌, yields degree 𝑃 as well. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Mario Carneiro, 28-Feb-2016.)
𝑉 ∈ V    &   (⊤ → 𝐸 ∈ Word {𝑥 ∈ (𝒫 𝑉 ∖ {∅}) ∣ (#‘𝑥) ≤ 2})    &   𝑈𝑉    &   ((𝑉 VDeg 𝐸)‘𝑈) = 𝑃    &   𝑋𝑉    &   𝑋𝑈    &   𝑌𝑉    &   𝑌𝑈    &   𝐹 = (𝐸 ++ ⟨“{𝑋, 𝑌}”⟩)       ((𝑉 VDeg 𝐹)‘𝑈) = 𝑃
 
Theoremvdegp1bi 26512* The induction step for a vertex degree calculation. If the degree of 𝑈 in the edge set 𝐸 is 𝑃, then adding {𝑈, 𝑋} to the edge set, where 𝑋𝑈, yields degree 𝑃 + 1. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Mario Carneiro, 28-Feb-2016.)
𝑉 ∈ V    &   (⊤ → 𝐸 ∈ Word {𝑥 ∈ (𝒫 𝑉 ∖ {∅}) ∣ (#‘𝑥) ≤ 2})    &   𝑈𝑉    &   ((𝑉 VDeg 𝐸)‘𝑈) = 𝑃    &   𝑄 = (𝑃 + 1)    &   𝑋𝑉    &   𝑋𝑈    &   𝐹 = (𝐸 ++ ⟨“{𝑈, 𝑋}”⟩)       ((𝑉 VDeg 𝐹)‘𝑈) = 𝑄
 
Theoremvdegp1ci 26513* The induction step for a vertex degree calculation. If the degree of 𝑈 in the edge set 𝐸 is 𝑃, then adding {𝑋, 𝑈} to the edge set, where 𝑋𝑈, yields degree 𝑃 + 1. (Contributed by Mario Carneiro, 12-Mar-2015.) (Revised by Mario Carneiro, 28-Feb-2016.)
𝑉 ∈ V    &   (⊤ → 𝐸 ∈ Word {𝑥 ∈ (𝒫 𝑉 ∖ {∅}) ∣ (#‘𝑥) ≤ 2})    &   𝑈𝑉    &   ((𝑉 VDeg 𝐸)‘𝑈) = 𝑃    &   𝑄 = (𝑃 + 1)    &   𝑋𝑉    &   𝑋𝑈    &   𝐹 = (𝐸 ++ ⟨“{𝑋, 𝑈}”⟩)       ((𝑉 VDeg 𝐹)‘𝑈) = 𝑄
 
Theoremkonigsberg 26514 The Konigsberg Bridge problem. If 𝑉, 𝐸 is the graph on four vertices 0, 1, 2, 3, with edges {0, 1}, {0, 2}, {0, 3}, {1, 2}, {1, 2}, {2, 3}, {2, 3}, then vertices 0, 1, 3 each have degree three, and 2 has degree five, so there are four vertices of odd degree and thus by eupath 26508 the graph cannot have an Eulerian path. This is Metamath 100 proof #54. (Contributed by Mario Carneiro, 11-Mar-2015.) (Revised by Mario Carneiro, 28-Feb-2016.)
𝑉 = (0...3)    &   𝐸 = ⟨“{0, 1} {0, 2} {0, 3} {1, 2} {1, 2} {2, 3} {2, 3}”⟩       (𝑉 EulPaths 𝐸) = ∅
 
17.3  The Friendship Theorem

In this section, the basics for the friendship theorem, which is one from the "100 theorem list" (#83), are provided (subsection "Friendship graphs - basics"), including the definition of friendship graphs df-frgra 26516 as special undirected simple graphs without loops (see frisusgra 26519). In subsection "The friendship theorem for small graphs", the friendship theorem for small graphs (with up to 3 vertices) is proved, see 1to3vfriendship 26535. The general friendship theorem friendship 26649 (((𝑉 FriendGrph 𝐸𝑉 ≠ ∅ ∧ 𝑉 ∈ Fin) → ∃𝑣𝑉𝑤 ∈ (𝑉 ∖ {𝑣}){𝑣, 𝑤} ∈ ran 𝐸) is proven by following the approach of [Huneke] in subsection "Huneke's Proof of the Friendship Theorem". The case 𝑉 = ∅ (a graph without vertices) must be excluded either from the definition of a friendship graph, or from the theorem. If it is not excluded from the definition, which is the case with df-frgra 26516, a graph without vertices is a friendship graph (see frgra0 26521), but the friendship condition 𝑣𝑉𝑤 ∈ (𝑉 ∖ {𝑣}){𝑣, 𝑤} ∈ ran 𝐸 does not hold (because of ¬ ∃𝑥 ∈ ∅𝜑, see rex0 3894).

Further results of this sections are: Any graph with exactly one vertex is a friendship graph, see frgra1v 26525, any graph with exactly 2 (different) vertices is not a friendship graph, see frgra2v 26526, a graph with exactly 3 (different) vertices is a friendship graph if and only if it is a complete graph (every two vertices are connected by an edge), see frgra3v 26529, and every friendship graph (with 1 or 3 vertices) is a windmill graph, see 1to3vfriswmgra 26534 (The generalization of this theorem "Every friendship graph (with at least one vertex) is a windmill graph" is a stronger result than the "friendship theorem". This generalization was proven by Mertzios and Unger, see Theorem 1 of [MertziosUnger] p. 152.).

In subsection "Theorems according to Mertzios and Unger", the first steps to prove the friendship theorem following the approach of Mertzios and Unger are made by 2pthfrgrarn2 26537 and n4cyclfrgra 26545 (these theorems correspond to Proposition 1 of [MertziosUnger] p. 153.).

 
17.3.1  Friendship graphs - basics
 
Syntaxcfrgra 26515 Extend class notation with Friendship Graphs.
class FriendGrph
 
Definitiondf-frgra 26516* Define the class of all Friendship Graphs. A graph is called a friendship graph if every pair of its vertices has exactly one common neighbor. (Contributed by Alexander van der Vekens and Mario Carneiro, 2-Oct-2017.)
FriendGrph = {⟨𝑣, 𝑒⟩ ∣ (𝑣 USGrph 𝑒 ∧ ∀𝑘𝑣𝑙 ∈ (𝑣 ∖ {𝑘})∃!𝑥𝑣 {{𝑥, 𝑘}, {𝑥, 𝑙}} ⊆ ran 𝑒)}
 
Theoremisfrgra 26517* The property of being a friendship graph. (Contributed by Alexander van der Vekens, 4-Oct-2017.)
((𝑉𝑋𝐸𝑌) → (𝑉 FriendGrph 𝐸 ↔ (𝑉 USGrph 𝐸 ∧ ∀𝑘𝑉𝑙 ∈ (𝑉 ∖ {𝑘})∃!𝑥𝑉 {{𝑥, 𝑘}, {𝑥, 𝑙}} ⊆ ran 𝐸)))
 
Theoremfrisusgrapr 26518* A friendship graph is an undirected simple graph without loops with special properties. (Contributed by Alexander van der Vekens, 4-Oct-2017.)
(𝑉 FriendGrph 𝐸 → (𝑉 USGrph 𝐸 ∧ ∀𝑘𝑉𝑙 ∈ (𝑉 ∖ {𝑘})∃!𝑥𝑉 {{𝑥, 𝑘}, {𝑥, 𝑙}} ⊆ ran 𝐸))
 
Theoremfrisusgra 26519 A friendship graph is an undirected simple graph without loops. (Contributed by Alexander van der Vekens, 4-Oct-2017.)
(𝑉 FriendGrph 𝐸𝑉 USGrph 𝐸)
 
Theoremfrgra0v 26520 Any graph with no vertex is a friendship graph if and only if the edge function is empty. (Contributed by Alexander van der Vekens, 4-Oct-2017.)
(∅ FriendGrph 𝐸𝐸 = ∅)
 
Theoremfrgra0 26521 Any empty graph (graph without vertices) is a friendship graph. (Contributed by Alexander van der Vekens, 30-Sep-2017.)
∅ FriendGrph ∅
 
Theoremfrgraunss 26522* Any two (different) vertices in a friendship graph have a unique common neighbor. (Contributed by Alexander van der Vekens, 19-Dec-2017.)
(𝑉 FriendGrph 𝐸 → ((𝐴𝑉𝐶𝑉𝐴𝐶) → ∃!𝑏𝑉 {{𝐴, 𝑏}, {𝑏, 𝐶}} ⊆ ran 𝐸))
 
Theoremfrgraun 26523* Any two (different) vertices in a friendship graph have a unique common neighbor. (Contributed by Alexander van der Vekens, 19-Dec-2017.)
(𝑉 FriendGrph 𝐸 → ((𝐴𝑉𝐶𝑉𝐴𝐶) → ∃!𝑏𝑉 ({𝐴, 𝑏} ∈ ran 𝐸 ∧ {𝑏, 𝐶} ∈ ran 𝐸)))
 
Theoremfrisusgranb 26524* In a friendship graph, the neighborhoods of two different vertices have exactly one vertex in common. (Contributed by Alexander van der Vekens, 19-Dec-2017.)
(𝑉 FriendGrph 𝐸 → ∀𝑘𝑉𝑙 ∈ (𝑉 ∖ {𝑘})∃𝑥𝑉 ((⟨𝑉, 𝐸⟩ Neighbors 𝑘) ∩ (⟨𝑉, 𝐸⟩ Neighbors 𝑙)) = {𝑥})
 
17.3.2  The friendship theorem for small graphs
 
Theoremfrgra1v 26525 Any graph with only one vertex is a friendship graph. (Contributed by Alexander van der Vekens, 4-Oct-2017.)
((𝑉𝑋 ∧ {𝑉} USGrph 𝐸) → {𝑉} FriendGrph 𝐸)
 
Theoremfrgra2v 26526 Any graph with two (different) vertices is not a friendship graph. (Contributed by Alexander van der Vekens, 30-Sep-2017.) (Proof shortened by Alexander van der Vekens, 13-Sep-2018.)
(((𝐴𝑋𝐵𝑌) ∧ 𝐴𝐵) → ¬ {𝐴, 𝐵} FriendGrph 𝐸)
 
Theoremfrgra3vlem1 26527* Lemma 1 for frgra3v 26529. (Contributed by Alexander van der Vekens, 4-Oct-2017.)
((((𝐴𝑋𝐵𝑌𝐶𝑍) ∧ (𝐴𝐵𝐴𝐶𝐵𝐶)) ∧ {𝐴, 𝐵, 𝐶} USGrph 𝐸) → ∀𝑥𝑦(((𝑥 ∈ {𝐴, 𝐵, 𝐶} ∧ {{𝑥, 𝐴}, {𝑥, 𝐵}} ⊆ ran 𝐸) ∧ (𝑦 ∈ {𝐴, 𝐵, 𝐶} ∧ {{𝑦, 𝐴}, {𝑦, 𝐵}} ⊆ ran 𝐸)) → 𝑥 = 𝑦))
 
Theoremfrgra3vlem2 26528* Lemma 2 for frgra3v 26529. (Contributed by Alexander van der Vekens, 4-Oct-2017.)
(((𝐴𝑋𝐵𝑌𝐶𝑍) ∧ (𝐴𝐵𝐴𝐶𝐵𝐶)) → ({𝐴, 𝐵, 𝐶} USGrph 𝐸 → (∃!𝑥 ∈ {𝐴, 𝐵, 𝐶} {{𝑥, 𝐴}, {𝑥, 𝐵}} ⊆ ran 𝐸 ↔ ({𝐶, 𝐴} ∈ ran 𝐸 ∧ {𝐶, 𝐵} ∈ ran 𝐸))))
 
Theoremfrgra3v 26529 Any graph with three vertices which are completely connected with each other is a friendship graph. (Contributed by Alexander van der Vekens, 5-Oct-2017.)
(((𝐴𝑋𝐵𝑌𝐶𝑍) ∧ (𝐴𝐵𝐴𝐶𝐵𝐶)) → ({𝐴, 𝐵, 𝐶} USGrph 𝐸 → ({𝐴, 𝐵, 𝐶} FriendGrph 𝐸 ↔ ({𝐴, 𝐵} ∈ ran 𝐸 ∧ {𝐵, 𝐶} ∈ ran 𝐸 ∧ {𝐶, 𝐴} ∈ ran 𝐸))))
 
Theorem1vwmgra 26530* Every graph with one vertex is a windmill graph. (Contributed by Alexander van der Vekens, 5-Oct-2017.)
((𝐴𝑋𝑉 = {𝐴}) → ∃𝑉𝑣 ∈ (𝑉 ∖ {})({𝑣, } ∈ ran 𝐸 ∧ ∃!𝑤 ∈ (𝑉 ∖ {}){𝑣, 𝑤} ∈ ran 𝐸))
 
Theorem3vfriswmgralem 26531* Lemma for 3vfriswmgra 26532. (Contributed by Alexander van der Vekens, 6-Oct-2017.)
(((𝐴𝑋𝐵𝑌) ∧ 𝐴𝐵 ∧ {𝐴, 𝐵, 𝐶} USGrph 𝐸) → ({𝐴, 𝐵} ∈ ran 𝐸 → ∃!𝑤 ∈ {𝐴, 𝐵} {𝐴, 𝑤} ∈ ran 𝐸))
 
Theorem3vfriswmgra 26532* Every friendship graph with three (different) vertices is a windmill graph. (Contributed by Alexander van der Vekens, 6-Oct-2017.)
(((𝐴𝑋𝐵𝑌𝐶𝑍) ∧ (𝐴𝐵𝐴𝐶𝐵𝐶) ∧ 𝑉 = {𝐴, 𝐵, 𝐶}) → (𝑉 FriendGrph 𝐸 → ∃𝑉𝑣 ∈ (𝑉 ∖ {})({𝑣, } ∈ ran 𝐸 ∧ ∃!𝑤 ∈ (𝑉 ∖ {}){𝑣, 𝑤} ∈ ran 𝐸)))
 
Theorem1to2vfriswmgra 26533* Every friendship graph with one or two vertices is a windmill graph. (Contributed by Alexander van der Vekens, 6-Oct-2017.)
((𝐴𝑋 ∧ (𝑉 = {𝐴} ∨ 𝑉 = {𝐴, 𝐵})) → (𝑉 FriendGrph 𝐸 → ∃𝑉𝑣 ∈ (𝑉 ∖ {})({𝑣, } ∈ ran 𝐸 ∧ ∃!𝑤 ∈ (𝑉 ∖ {}){𝑣, 𝑤} ∈ ran 𝐸)))
 
Theorem1to3vfriswmgra 26534* Every friendship graph with one, two or three vertices is a windmill graph. (Contributed by Alexander van der Vekens, 6-Oct-2017.)
((𝐴𝑋 ∧ (𝑉 = {𝐴} ∨ 𝑉 = {𝐴, 𝐵} ∨ 𝑉 = {𝐴, 𝐵, 𝐶})) → (𝑉 FriendGrph 𝐸 → ∃𝑉𝑣 ∈ (𝑉 ∖ {})({𝑣, } ∈ ran 𝐸 ∧ ∃!𝑤 ∈ (𝑉 ∖ {}){𝑣, 𝑤} ∈ ran 𝐸)))
 
Theorem1to3vfriendship 26535* The friendship theorem for small graphs: In every friendship graph with one, two or three vertices, there is a vertex which is adjacent to all other vertices. (Contributed by Alexander van der Vekens, 6-Oct-2017.)
((𝐴𝑋 ∧ (𝑉 = {𝐴} ∨ 𝑉 = {𝐴, 𝐵} ∨ 𝑉 = {𝐴, 𝐵, 𝐶})) → (𝑉 FriendGrph 𝐸 → ∃𝑣𝑉𝑤 ∈ (𝑉 ∖ {𝑣}){𝑣, 𝑤} ∈ ran 𝐸))
 
17.3.3  Theorems according to Mertzios and Unger
 
Theorem2pthfrgrarn 26536* Between any two (different) vertices in a friendship graph is a 2-path (path of length 2), see Proposition 1(b) of [MertziosUnger] p. 153 : "A friendship graph G ..., as well as the distance between any two nodes in G is at most two". (Contributed by Alexander van der Vekens, 15-Nov-2017.)
(𝑉 FriendGrph 𝐸 → ∀𝑎𝑉𝑐 ∈ (𝑉 ∖ {𝑎})∃𝑏𝑉 ({𝑎, 𝑏} ∈ ran 𝐸 ∧ {𝑏, 𝑐} ∈ ran 𝐸))
 
Theorem2pthfrgrarn2 26537* Between any two (different) vertices in a friendship graph is a 2-path (path of length 2), see Proposition 1(b) of [MertziosUnger] p. 153 : "A friendship graph G ..., as well as the distance between any two nodes in G is at most two". (Contributed by Alexander van der Vekens, 16-Nov-2017.)
(𝑉 FriendGrph 𝐸 → ∀𝑎𝑉𝑐 ∈ (𝑉 ∖ {𝑎})∃𝑏𝑉 (({𝑎, 𝑏} ∈ ran 𝐸 ∧ {𝑏, 𝑐} ∈ ran 𝐸) ∧ (𝑎𝑏𝑏𝑐)))
 
Theorem2pthfrgra 26538* Between any two (different) vertices in a friendship graph is a 2-path (path of length 2), see Proposition 1(b) of [MertziosUnger] p. 153 : "A friendship graph G ..., as well as the distance between any two nodes in G is at most two". (Contributed by Alexander van der Vekens, 6-Dec-2017.)
(𝑉 FriendGrph 𝐸 → ∀𝑎𝑉𝑏 ∈ (𝑉 ∖ {𝑎})∃𝑓𝑝(𝑓(𝑎(𝑉 PathOn 𝐸)𝑏)𝑝 ∧ (#‘𝑓) = 2))
 
Theorem3cyclfrgrarn1 26539* Every vertex in a friendship graph ( with more than 1 vertex) is part of a 3-cycle. (Contributed by Alexander van der Vekens, 16-Nov-2017.)
((𝑉 FriendGrph 𝐸 ∧ (𝐴𝑉𝐶𝑉) ∧ 𝐴𝐶) → ∃𝑏𝑉𝑐𝑉 ({𝐴, 𝑏} ∈ ran 𝐸 ∧ {𝑏, 𝑐} ∈ ran 𝐸 ∧ {𝑐, 𝐴} ∈ ran 𝐸))
 
Theorem3cyclfrgrarn 26540* Every vertex in a friendship graph ( with more than 1 vertex) is part of a 3-cycle. (Contributed by Alexander van der Vekens, 16-Nov-2017.)
((𝑉 FriendGrph 𝐸 ∧ 1 < (#‘𝑉)) → ∀𝑎𝑉𝑏𝑉𝑐𝑉 ({𝑎, 𝑏} ∈ ran 𝐸 ∧ {𝑏, 𝑐} ∈ ran 𝐸 ∧ {𝑐, 𝑎} ∈ ran 𝐸))
 
Theorem3cyclfrgrarn2 26541* Every vertex in a friendship graph ( with more than 1 vertex) is part of a 3-cycle. (Contributed by Alexander van der Vekens, 10-Dec-2017.)
((𝑉 FriendGrph 𝐸 ∧ 1 < (#‘𝑉)) → ∀𝑎𝑉𝑏𝑉𝑐𝑉 (𝑏𝑐 ∧ ({𝑎, 𝑏} ∈ ran 𝐸 ∧ {𝑏, 𝑐} ∈ ran 𝐸 ∧ {𝑐, 𝑎} ∈ ran 𝐸)))
 
Theorem3cyclfrgra 26542* Every vertex in a friendship graph (with more than 1 vertex) is part of a 3-cycle. (Contributed by Alexander van der Vekens, 19-Nov-2017.)
((𝑉 FriendGrph 𝐸 ∧ 1 < (#‘𝑉)) → ∀𝑣𝑉𝑓𝑝(𝑓(𝑉 Cycles 𝐸)𝑝 ∧ (#‘𝑓) = 3 ∧ (𝑝‘0) = 𝑣))
 
Theorem4cycl2v2nb 26543 In a (maybe degenerated) 4-cycle, two vertices have two (maybe not different) common neighbors. (Contributed by Alexander van der Vekens, 19-Nov-2017.)
((({𝐴, 𝐵} ∈ ran 𝐸 ∧ {𝐵, 𝐶} ∈ ran 𝐸) ∧ ({𝐶, 𝐷} ∈ ran 𝐸 ∧ {𝐷, 𝐴} ∈ ran 𝐸)) → ({{𝐴, 𝐵}, {𝐵, 𝐶}} ⊆ ran 𝐸 ∧ {{𝐴, 𝐷}, {𝐷, 𝐶}} ⊆ ran 𝐸))
 
Theorem4cycl2vnunb 26544* In a 4-cycle, two distinct vertices have not a unique common neighbor. (Contributed by Alexander van der Vekens, 19-Nov-2017.)
((({𝐴, 𝐵} ∈ ran 𝐸 ∧ {𝐵, 𝐶} ∈ ran 𝐸) ∧ ({𝐶, 𝐷} ∈ ran 𝐸 ∧ {𝐷, 𝐴} ∈ ran 𝐸) ∧ (𝐵𝑉𝐷𝑉𝐵𝐷)) → ¬ ∃!𝑥𝑉 {{𝐴, 𝑥}, {𝑥, 𝐶}} ⊆ ran 𝐸)
 
Theoremn4cyclfrgra 26545 There is no 4-cycle in a friendship graph, see Proposition 1(a) of [MertziosUnger] p. 153 : "A friendship graph G contains no C4 as a subgraph ...". (Contributed by Alexander van der Vekens, 19-Nov-2017.)
((𝑉 FriendGrph 𝐸𝐹(𝑉 Cycles 𝐸)𝑃) → (#‘𝐹) ≠ 4)
 
Theorem4cyclusnfrgra 26546 A graph with a 4-cycle is not a friendhip graph. (Contributed by Alexander van der Vekens, 19-Dec-2017.)
((𝑉 USGrph 𝐸 ∧ (𝐴𝑉𝐶𝑉𝐴𝐶) ∧ (𝐵𝑉𝐷𝑉𝐵𝐷)) → ((({𝐴, 𝐵} ∈ ran 𝐸 ∧ {𝐵, 𝐶} ∈ ran 𝐸) ∧ ({𝐶, 𝐷} ∈ ran 𝐸 ∧ {𝐷, 𝐴} ∈ ran 𝐸)) → ¬ 𝑉 FriendGrph 𝐸))
 
Theoremfrgranbnb 26547 If two neighbors of a specific vertex have a common neighbor in a friendship graph, then this common neighbor must be the specific vertex. (Contributed by Alexander van der Vekens, 19-Dec-2017.)
(𝜑𝑋𝑉)    &   𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   (𝜑𝑉 FriendGrph 𝐸)       ((𝜑 ∧ (𝑈𝐷𝑊𝐷) ∧ 𝑈𝑊) → (({𝑈, 𝐴} ∈ ran 𝐸 ∧ {𝑊, 𝐴} ∈ ran 𝐸) → 𝐴 = 𝑋))
 
Theoremfrconngra 26548 A friendship graph is connected, see remark 1 in [MertziosUnger] p. 153 (after Proposition 1): "An arbitrary friendship graph has to be connected, ... ". (Contributed by Alexander van der Vekens, 6-Dec-2017.)
(𝑉 FriendGrph 𝐸𝑉 ConnGrph 𝐸)
 
Theoremvdfrgra0 26549 A vertex in a friendship graph has degree 0 if the graph consists of only one vertex. (Contributed by Alexander van der Vekens, 6-Dec-2017.)
((𝑉 FriendGrph 𝐸𝑁𝑉 ∧ (#‘𝑉) = 1) → ((𝑉 VDeg 𝐸)‘𝑁) = 0)
 
Theoremvdn0frgrav2 26550 A vertex in a friendship graph with more than one vertex cannot have degree 0. (Contributed by Alexander van der Vekens, 9-Dec-2017.)
((𝑉 FriendGrph 𝐸𝐸 ∈ Fin ∧ 𝑁𝑉) → (1 < (#‘𝑉) → ((𝑉 VDeg 𝐸)‘𝑁) ≠ 0))
 
Theoremvdgn0frgrav2 26551 A vertex in a friendship graph with more than one vertex cannot have degree 0. (Contributed by Alexander van der Vekens, 21-Dec-2017.)
((𝑉 FriendGrph 𝐸𝑁𝑉) → (1 < (#‘𝑉) → ((𝑉 VDeg 𝐸)‘𝑁) ≠ 0))
 
Theoremvdn1frgrav2 26552 Any vertex in a friendship graph does not have degree 1, see remark 2 in [MertziosUnger] p. 153 (after Proposition 1): "... no node v of it [a friendship graph] may have deg(v) = 1.". (Contributed by Alexander van der Vekens, 10-Dec-2017.)
((𝑉 FriendGrph 𝐸𝐸 ∈ Fin ∧ 𝑁𝑉) → (1 < (#‘𝑉) → ((𝑉 VDeg 𝐸)‘𝑁) ≠ 1))
 
Theoremvdgn1frgrav2 26553 Any vertex in a friendship graph does not have degree 1, see remark 2 in [MertziosUnger] p. 153 (after Proposition 1): "... no node v of it [a friendship graph] may have deg(v) = 1.". (Contributed by Alexander van der Vekens, 21-Dec-2017.)
((𝑉 FriendGrph 𝐸𝑁𝑉) → (1 < (#‘𝑉) → ((𝑉 VDeg 𝐸)‘𝑁) ≠ 1))
 
Theoremvdgfrgragt2 26554 Any vertex in a friendship graph (with more than one vertex - then, actually, the graph must have at least three vertices, because otherwise, it would not be a friendship graph) has at least degree 2, see remark 3 in [MertziosUnger] p. 153 (after Proposition 1): "It follows that deg(v) >= 2 for every node v of a friendship graph". (Contributed by Alexander van der Vekens, 21-Dec-2017.)
((𝑉 FriendGrph 𝐸𝑁𝑉) → (1 < (#‘𝑉) → 2 ≤ ((𝑉 VDeg 𝐸)‘𝑁)))
 
Theoremvdgn1frgrav3 26555* Any vertex in a friendship graph does not have degree 1, see remark 2 in [MertziosUnger] p. 153 (after Proposition 1): "... no node v of it [a friendship graph] may have deg(v) = 1.". (Contributed by Alexander van der Vekens, 4-Sep-2018.)
((𝑉 FriendGrph 𝐸 ∧ 1 < (#‘𝑉)) → ∀𝑣𝑉 ((𝑉 VDeg 𝐸)‘𝑣) ≠ 1)
 
Theoremusgn0fidegnn0 26556* In a nonempty, finite graph there is a vertex having a nonnegative integer as degree. (Contributed by Alexander van der Vekens, 6-Sep-2018.)
((𝑉 USGrph 𝐸𝑉 ∈ Fin ∧ 𝑉 ≠ ∅) → ∃𝑣𝑉𝑛 ∈ ℕ0 ((𝑉 VDeg 𝐸)‘𝑣) = 𝑛)
 
17.3.4  Huneke's Proof of the Friendship Theorem

In this section, the friendship theorem friendship 26649 is proven by formalizing Huneke's proof, see [Huneke] pp. 1-2. The three claims (see frgrancvvdgeq 26570, frgraregorufr 26580 and frgregordn0 26597) and additional statements (numbered in the order of their occurence in the paper) in Huneke's proof are cited in the corresponding theorems.

 
Theoremfrgrancvvdeqlem1 26557* Lemma 1 for frgrancvvdeq 26569. (Contributed by Alexander van der Vekens, 22-Dec-2017.)
𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   𝑁 = (⟨𝑉, 𝐸⟩ Neighbors 𝑌)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)    &   (𝜑𝑋𝑌)    &   (𝜑𝑌𝐷)    &   (𝜑𝑉 FriendGrph 𝐸)    &   𝐴 = (𝑥𝐷 ↦ (𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸))       ((𝜑𝑥𝐷) → 𝑌 ∈ (𝑉 ∖ {𝑥}))
 
Theoremfrgrancvvdeqlem2 26558* Lemma 2 for frgrancvvdeq 26569. (Contributed by Alexander van der Vekens, 23-Dec-2017.)
𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   𝑁 = (⟨𝑉, 𝐸⟩ Neighbors 𝑌)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)    &   (𝜑𝑋𝑌)    &   (𝜑𝑌𝐷)    &   (𝜑𝑉 FriendGrph 𝐸)    &   𝐴 = (𝑥𝐷 ↦ (𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸))       (𝜑𝑋𝑁)
 
Theoremfrgrancvvdeqlem3 26559* Lemma 3 for frgrancvvdeq 26569. In a friendship graph, for each neighbor of a vertex there is exacly one neighbor of another vertex so that there is an edge between these two neighbors. (Contributed by Alexander van der Vekens, 22-Dec-2017.)
𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   𝑁 = (⟨𝑉, 𝐸⟩ Neighbors 𝑌)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)    &   (𝜑𝑋𝑌)    &   (𝜑𝑌𝐷)    &   (𝜑𝑉 FriendGrph 𝐸)    &   𝐴 = (𝑥𝐷 ↦ (𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸))       ((𝜑𝑥𝐷) → ∃!𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸)
 
Theoremfrgrancvvdeqlem4 26560* Lemma 4 for frgrancvvdeq 26569. The restricted iota of a vertex is the intersection of the corresponding neighborhoods. (Contributed by Alexander van der Vekens, 18-Dec-2017.)
𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   𝑁 = (⟨𝑉, 𝐸⟩ Neighbors 𝑌)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)    &   (𝜑𝑋𝑌)    &   (𝜑𝑌𝐷)    &   (𝜑𝑉 FriendGrph 𝐸)    &   𝐴 = (𝑥𝐷 ↦ (𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸))       ((𝜑𝑥𝐷) → {(𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸)} = ((⟨𝑉, 𝐸⟩ Neighbors 𝑥) ∩ 𝑁))
 
Theoremfrgrancvvdeqlem5 26561* Lemma 5 for frgrancvvdeq 26569. The mapping of neighbors to neighbors is a function. (Contributed by Alexander van der Vekens, 22-Dec-2017.)
𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   𝑁 = (⟨𝑉, 𝐸⟩ Neighbors 𝑌)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)    &   (𝜑𝑋𝑌)    &   (𝜑𝑌𝐷)    &   (𝜑𝑉 FriendGrph 𝐸)    &   𝐴 = (𝑥𝐷 ↦ (𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸))       (𝜑𝐴:𝐷𝑁)
 
Theoremfrgrancvvdeqlem6 26562* Lemma 6 for frgrancvvdeq 26569. The mapping of neighbors to neighbors applied on a vertex is the intersection of the corresponding neighborhoods. (Contributed by Alexander van der Vekens, 23-Dec-2017.)
𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   𝑁 = (⟨𝑉, 𝐸⟩ Neighbors 𝑌)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)    &   (𝜑𝑋𝑌)    &   (𝜑𝑌𝐷)    &   (𝜑𝑉 FriendGrph 𝐸)    &   𝐴 = (𝑥𝐷 ↦ (𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸))       ((𝜑𝑥𝐷) → {(𝐴𝑥)} = ((⟨𝑉, 𝐸⟩ Neighbors 𝑥) ∩ 𝑁))
 
Theoremfrgrancvvdeqlem7 26563* Lemma 7 for frgrancvvdeq 26569. (Contributed by Alexander van der Vekens, 23-Dec-2017.)
𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   𝑁 = (⟨𝑉, 𝐸⟩ Neighbors 𝑌)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)    &   (𝜑𝑋𝑌)    &   (𝜑𝑌𝐷)    &   (𝜑𝑉 FriendGrph 𝐸)    &   𝐴 = (𝑥𝐷 ↦ (𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸))       ((𝜑𝑥𝐷) → {𝑥, (𝐴𝑥)} ∈ ran 𝐸)
 
TheoremfrgrancvvdeqlemA 26564* Lemma A for frgrancvvdeq 26569. This corresponds to statement 1 in [Huneke] p. 1: "This common neighbor cannot be x, as x and y are not adjacent.". (Contributed by Alexander van der Vekens, 23-Dec-2017.)
𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   𝑁 = (⟨𝑉, 𝐸⟩ Neighbors 𝑌)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)    &   (𝜑𝑋𝑌)    &   (𝜑𝑌𝐷)    &   (𝜑𝑉 FriendGrph 𝐸)    &   𝐴 = (𝑥𝐷 ↦ (𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸))       (𝜑 → ∀𝑥𝐷 (𝐴𝑥) ≠ 𝑋)
 
TheoremfrgrancvvdeqlemB 26565* Lemma B for frgrancvvdeq 26569. This corresponds to statement 2 in [Huneke] p. 1: "The map is one-to-one since z in N(x) is uniquely determined as the common neighbor of x and a(x)". (Contributed by Alexander van der Vekens, 23-Dec-2017.)
𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   𝑁 = (⟨𝑉, 𝐸⟩ Neighbors 𝑌)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)    &   (𝜑𝑋𝑌)    &   (𝜑𝑌𝐷)    &   (𝜑𝑉 FriendGrph 𝐸)    &   𝐴 = (𝑥𝐷 ↦ (𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸))       (𝜑𝐴:𝐷1-1→ran 𝐴)
 
TheoremfrgrancvvdeqlemC 26566* Lemma C for frgrancvvdeq 26569. This corresponds to statement 3 in [Huneke] p. 1: "By symmetry the map is onto". (Contributed by Alexander van der Vekens, 24-Dec-2017.)
𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   𝑁 = (⟨𝑉, 𝐸⟩ Neighbors 𝑌)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)    &   (𝜑𝑋𝑌)    &   (𝜑𝑌𝐷)    &   (𝜑𝑉 FriendGrph 𝐸)    &   𝐴 = (𝑥𝐷 ↦ (𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸))       (𝜑𝐴:𝐷onto𝑁)
 
Theoremfrgrancvvdeqlem8 26567* Lemma 8 for frgrancvvdeq 26569. (Contributed by Alexander van der Vekens, 24-Dec-2017.)
𝐷 = (⟨𝑉, 𝐸⟩ Neighbors 𝑋)    &   𝑁 = (⟨𝑉, 𝐸⟩ Neighbors 𝑌)    &   (𝜑𝑋𝑉)    &   (𝜑𝑌𝑉)    &   (𝜑𝑋𝑌)    &   (𝜑𝑌𝐷)    &   (𝜑𝑉 FriendGrph 𝐸)    &   𝐴 = (𝑥𝐷 ↦ (𝑦𝑁 {𝑥, 𝑦} ∈ ran 𝐸))       (𝜑𝐴:𝐷1-1-onto𝑁)
 
Theoremfrgrancvvdeqlem9 26568* Lemma 9 for frgrancvvdeq 26569. (Contributed by Alexander van der Vekens, 24-Dec-2017.)
(𝑉 FriendGrph 𝐸 → ∀𝑥𝑉𝑦 ∈ (𝑉 ∖ {𝑥})(𝑦 ∉ (⟨𝑉, 𝐸⟩ Neighbors 𝑥) → ∃𝑓 𝑓:(⟨𝑉, 𝐸⟩ Neighbors 𝑥)–1-1-onto→(⟨𝑉, 𝐸⟩ Neighbors 𝑦)))
 
Theoremfrgrancvvdeq 26569* In a finite friendship graph, two vertices which are not connected by an edge have the same degree. This corresponds to claim 1 in [Huneke] p. 1: "If x,y are elements of (the friendship graph) G and are not adjacent, then they have the same degree (i.e., the same number of adjacent vertices).". (Contributed by Alexander van der Vekens, 19-Dec-2017.)
((𝑉 FriendGrph 𝐸𝐸 ∈ Fin) → ∀𝑥𝑉𝑦 ∈ (𝑉 ∖ {𝑥})(𝑦 ∉ (⟨𝑉, 𝐸⟩ Neighbors 𝑥) → ((𝑉 VDeg 𝐸)‘𝑥) = ((𝑉 VDeg 𝐸)‘𝑦)))
 
Theoremfrgrancvvdgeq 26570* In a friendship graph, two vertices which are not connected by an edge have the same degree. This corresponds to claim 1 in [Huneke] p. 1: "If x,y, are elements of (the friendship graph) G and are not adjacent, then they have the same degree (i.e., the same number of adjacent vertices).". (Contributed by Alexander van der Vekens, 19-Dec-2017.) (Proof shortened by AV, 5-May-2021.)
(𝑉 FriendGrph 𝐸 → ∀𝑥𝑉𝑦 ∈ (𝑉 ∖ {𝑥})(𝑦 ∉ (⟨𝑉, 𝐸⟩ Neighbors 𝑥) → ((𝑉 VDeg 𝐸)‘𝑥) = ((𝑉 VDeg 𝐸)‘𝑦)))
 
Theoremfrgrawopreglem1 26571* Lemma 1 for frgrawopreg 26576. In a friendship graph, the classes A and B are sets. The definition of A and B corresponds to definition 3 in [Huneke] p. 2: "Let A be the set of all vertices of degree k, let B be the set of all vertices of degree different from k, ..." (Contributed by Alexander van der Vekens, 31-Dec-2017.)
𝐴 = {𝑥𝑉 ∣ ((𝑉 VDeg 𝐸)‘𝑥) = 𝐾}    &   𝐵 = (𝑉𝐴)       (𝑉 FriendGrph 𝐸 → (𝐴 ∈ V ∧ 𝐵 ∈ V))
 
Theoremfrgrawopreglem2 26572* Lemma 2 for frgrawopreg 26576. In a friendship graph with at least two vertices, the degree of a vertex must be at least 2. (Contributed by Alexander van der Vekens, 30-Dec-2017.)
𝐴 = {𝑥𝑉 ∣ ((𝑉 VDeg 𝐸)‘𝑥) = 𝐾}    &   𝐵 = (𝑉𝐴)       ((𝑉 FriendGrph 𝐸 ∧ 1 < (#‘𝑉) ∧ 𝐴 ≠ ∅) → 1 < 𝐾)
 
Theoremfrgrawopreglem3 26573* Lemma 3 for frgrawopreg 26576. The vertices in the sets A and B have different degrees. (Contributed by Alexander van der Vekens, 30-Dec-2017.)
𝐴 = {𝑥𝑉 ∣ ((𝑉 VDeg 𝐸)‘𝑥) = 𝐾}    &   𝐵 = (𝑉𝐴)       ((𝑋𝐴𝑌𝐵) → ((𝑉 VDeg 𝐸)‘𝑋) ≠ ((𝑉 VDeg 𝐸)‘𝑌))
 
Theoremfrgrawopreglem4 26574* Lemma 4 for frgrawopreg 26576. In a friendship graph each vertex with degree K is connected with a vertex with degree other than K. This corresponds to statement 4 in [Huneke] p. 2: "By the first claim, every vertex in A is adjacent to every vertex in B.". (Contributed by Alexander van der Vekens, 30-Dec-2017.)
𝐴 = {𝑥𝑉 ∣ ((𝑉 VDeg 𝐸)‘𝑥) = 𝐾}    &   𝐵 = (𝑉𝐴)       (𝑉 FriendGrph 𝐸 → ∀𝑎𝐴𝑏𝐵 {𝑎, 𝑏} ∈ ran 𝐸)
 
Theoremfrgrawopreglem5 26575* Lemma 5 for frgrawopreg 26576. If A as well as B contain at least two vertices in a friendship graph, there is a 4-cycle in the graph. This corresponds to statement 6 in [Huneke] p. 2: "... otherwise, there are two different vertices in A, and they have two common neighbors in B, ...". (Contributed by Alexander van der Vekens, 31-Dec-2017.)
𝐴 = {𝑥𝑉 ∣ ((𝑉 VDeg 𝐸)‘𝑥) = 𝐾}    &   𝐵 = (𝑉𝐴)       ((𝑉 FriendGrph 𝐸 ∧ 1 < (#‘𝐴) ∧ 1 < (#‘𝐵)) → ∃𝑎𝐴𝑥𝐴𝑏𝐵𝑦𝐵 ((𝑏𝑦𝑎𝑥) ∧ ({𝑎, 𝑏} ∈ ran 𝐸 ∧ {𝑥, 𝑏} ∈ ran 𝐸) ∧ ({𝑎, 𝑦} ∈ ran 𝐸 ∧ {𝑥, 𝑦} ∈ ran 𝐸)))
 
Theoremfrgrawopreg 26576* In a friendship graph there are either no vertices or exactly one vertex having degree K, or all or all except one vertices have degree K. (Contributed by Alexander van der Vekens, 31-Dec-2017.)
𝐴 = {𝑥𝑉 ∣ ((𝑉 VDeg 𝐸)‘𝑥) = 𝐾}    &   𝐵 = (𝑉𝐴)       (𝑉 FriendGrph 𝐸 → (((#‘𝐴) = 1 ∨ 𝐴 = ∅) ∨ ((#‘𝐵) = 1 ∨ 𝐵 = ∅)))
 
Theoremfrgrawopreg1 26577* According to statement 5 in [Huneke] p. 2: "If A ... is a singleton, then that singleton is a universal friend". (Contributed by Alexander van der Vekens, 1-Jan-2018.)
𝐴 = {𝑥𝑉 ∣ ((𝑉 VDeg 𝐸)‘𝑥) = 𝐾}    &   𝐵 = (𝑉𝐴)       ((𝑉 FriendGrph 𝐸 ∧ (#‘𝐴) = 1) → ∃𝑣𝑉𝑤 ∈ (𝑉 ∖ {𝑣}){𝑣, 𝑤} ∈ ran 𝐸)
 
Theoremfrgrawopreg2 26578* According to statement 5 in [Huneke] p. 2: "If ... B is a singleton, then that singleton is a universal friend". (Contributed by Alexander van der Vekens, 1-Jan-2018.)
𝐴 = {𝑥𝑉 ∣ ((𝑉 VDeg 𝐸)‘𝑥) = 𝐾}    &   𝐵 = (𝑉𝐴)       ((𝑉 FriendGrph 𝐸 ∧ (#‘𝐵) = 1) → ∃𝑣𝑉𝑤 ∈ (𝑉 ∖ {𝑣}){𝑣, 𝑤} ∈ ran 𝐸)
 
Theoremfrgraregorufr0 26579* In a friendship graph there are either no vertices having degree 𝐾, or all vertices have degree 𝐾 for any (nonnegative integer) 𝐾, unless there is a universal friend. This corresponds to claim 2 in [Huneke] p. 2: "... all vertices have degree k, unless there is a universal friend." (Contributed by Alexander van der Vekens, 1-Jan-2018.)
(𝑉 FriendGrph 𝐸 → (∀𝑣𝑉 ((𝑉 VDeg 𝐸)‘𝑣) = 𝐾 ∨ ∀𝑣𝑉 ((𝑉 VDeg 𝐸)‘𝑣) ≠ 𝐾 ∨ ∃𝑣𝑉𝑤 ∈ (𝑉 ∖ {𝑣}){𝑣, 𝑤} ∈ ran 𝐸))
 
Theoremfrgraregorufr 26580* If there is a vertex having degree 𝐾 for each (nonnegative integer) 𝐾 in a friendship graph, then either all vertices have degree 𝐾 or there is a universal friend. This corresponds to claim 2 in [Huneke] p. 2: "Suppose there is a vertex of degree k > 1. ... all vertices have degree k, unless there is a universal friend. ... It follows that G is k-regular, i.e., the degree of every vertex is k". (Contributed by Alexander van der Vekens, 1-Jan-2018.)
(𝑉 FriendGrph 𝐸 → (∃𝑎𝑉 ((𝑉 VDeg 𝐸)‘𝑎) = 𝐾 → (∀𝑣𝑉 ((𝑉 VDeg 𝐸)‘𝑣) = 𝐾 ∨ ∃𝑣𝑉𝑤 ∈ (𝑉 ∖ {𝑣}){𝑣, 𝑤} ∈ ran 𝐸)))
 
Theoremfrgraeu 26581* Any two (different) vertices in a friendship graph have a unique common neighbor. (Contributed by Alexander van der Vekens, 18-Feb-2018.)
(𝑉 FriendGrph 𝐸 → ((𝐴𝑉𝐶𝑉𝐴𝐶) → ∃!𝑏({𝐴, 𝑏} ∈ ran 𝐸 ∧ {𝑏, 𝐶} ∈ ran 𝐸)))
 
Theoremfrg2woteu 26582* For two different vertices in a friendship graph, there is exactly one third vertex being the middle vertex of a (simple) path/walk of length 2 between the two vertices as ordered triple. (Contributed by Alexander van der Vekens, 18-Feb-2018.)
((𝑉 FriendGrph 𝐸 ∧ (𝐴𝑉𝐵𝑉) ∧ 𝐴𝐵) → ∃!𝑐𝑉𝐴, 𝑐, 𝐵⟩ ∈ (𝐴(𝑉 2WalksOnOt 𝐸)𝐵))
 
Theoremfrg2wotn0 26583 In a friendship graph, there is always a path/walk of length 2 between two different vertices as ordered triple. (Contributed by Alexander van der Vekens, 18-Feb-2018.)
((𝑉 FriendGrph 𝐸 ∧ (𝐴𝑉𝐵𝑉) ∧ 𝐴𝐵) → (𝐴(𝑉 2WalksOnOt 𝐸)𝐵) ≠ ∅)
 
Theoremfrg2wot1 26584 In a friendship graph, there is exactly one walk of length 2 between two different vertices as ordered triple. (Contributed by Alexander van der Vekens, 19-Feb-2018.)
((𝑉 FriendGrph 𝐸 ∧ (𝐴𝑉𝐵𝑉) ∧ 𝐴𝐵) → (#‘(𝐴(𝑉 2WalksOnOt 𝐸)𝐵)) = 1)
 
Theoremfrg2spot1 26585 In a friendship graph, there is exactly one simple path of length 2 between two different vertices as ordered triple. (Contributed by Alexander van der Vekens, 3-Mar-2018.)
((𝑉 FriendGrph 𝐸 ∧ (𝐴𝑉𝐵𝑉) ∧ 𝐴𝐵) → (#‘(𝐴(𝑉 2SPathOnOt 𝐸)𝐵)) = 1)
 
Theoremfrg2woteqm 26586 There is a (simple) path of length 2 from one vertex to another vertex in a friendship graph if and only if there is a (simple) path of length 2 from the other vertex back to the first vertex. (Contributed by Alexander van der Vekens, 20-Feb-2018.)
((𝑉 FriendGrph 𝐸𝐴𝐵) → ((⟨𝐴, 𝑃, 𝐵⟩ ∈ (𝐴(𝑉 2WalksOnOt 𝐸)𝐵) ∧ ⟨𝐵, 𝑄, 𝐴⟩ ∈ (𝐵(𝑉 2WalksOnOt 𝐸)𝐴)) → 𝑄 = 𝑃))
 
Theoremfrg2woteq 26587 There is a (simple) path of length 2 from one vertex to another vertex in a friendship graph if and only if there is a (simple) path of length 2 from the other vertex back to the first vertex. (Contributed by Alexander van der Vekens, 14-Feb-2018.)
((𝑉 FriendGrph 𝐸𝐴𝐵) → ((𝑃 ∈ (𝐴(𝑉 2WalksOnOt 𝐸)𝐵) ∧ 𝑄 ∈ (𝐵(𝑉 2WalksOnOt 𝐸)𝐴)) → ((1st ‘(1st𝑃)) = (2nd𝑄) ∧ (2nd ‘(1st𝑃)) = (2nd ‘(1st𝑃)) ∧ (1st ‘(1st𝑄)) = (2nd𝑃))))
 
Theorem2spotdisj 26588* All simple paths of length 2 as ordered triple from a fixed vertex to another vertex are disjunct. (Contributed by Alexander van der Vekens, 4-Mar-2018.)
(((𝑉𝑋𝐸𝑌) ∧ 𝐴𝑉) → Disj 𝑏 ∈ (𝑉 ∖ {𝐴})(𝐴(𝑉 2SPathOnOt 𝐸)𝑏))
 
Theorem2spotiundisj 26589* All simple paths of length 2 as ordered triple from a fixed vertex to another vertex are disjunct. (Contributed by Alexander van der Vekens, 5-Mar-2018.)
((𝑉𝑋𝐸𝑌) → Disj 𝑎𝑉 𝑏 ∈ (𝑉 ∖ {𝑎})(𝑎(𝑉 2SPathOnOt 𝐸)𝑏))
 
Theoremfrghash2spot 26590 The number of simple paths of length 2 is n*(n-1) in a friendship graph with 𝑛 vertices. This corresponds to the proof of claim 3 in [Huneke] p. 2: "... the paths of length two in G: by assumption there are ( n 2 ) such paths.". However, the order of vertices is not respected by Huneke, so he only counts half of the paths which are existing when respecting the order as it is the case for simple paths represented by ordered triples. (Contributed by Alexander van der Vekens, 6-Mar-2018.)
((𝑉 FriendGrph 𝐸 ∧ (𝑉 ∈ Fin ∧ 𝑉 ≠ ∅)) → (#‘(𝑉 2SPathsOt 𝐸)) = ((#‘𝑉) · ((#‘𝑉) − 1)))
 
Theorem2spot0 26591 If there are no vertices, then there are no paths (of length 2), too. (Contributed by Alexander van der Vekens, 11-Mar-2018.)
((𝑉 = ∅ ∧ 𝐸𝑋) → (𝑉 2SPathsOt 𝐸) = ∅)
 
Theoremusg2spot2nb 26592* The set of paths of length 2 with a given vertex in the middle for a finite graph is the union of all paths of length 2 from one neighbor to another neighbor of this vertex via this vertex. (Contributed by Alexander van der Vekens, 9-Mar-2018.)
𝑀 = (𝑎𝑉 ↦ {𝑡 ∈ ((𝑉 × 𝑉) × 𝑉) ∣ (𝑡 ∈ (𝑉 2SPathsOt 𝐸) ∧ (2nd ‘(1st𝑡)) = 𝑎)})       ((𝑉 USGrph 𝐸𝑉 ∈ Fin ∧ 𝑁𝑉) → (𝑀𝑁) = 𝑥 ∈ (⟨𝑉, 𝐸⟩ Neighbors 𝑁) 𝑦 ∈ ((⟨𝑉, 𝐸⟩ Neighbors 𝑁) ∖ {𝑥}){⟨𝑥, 𝑁, 𝑦⟩})
 
Theoremusgreghash2spotv 26593* According to statement 7 in [Huneke] p. 2: "For each vertex v, there are exactly ( k 2 ) paths with length two having v in the middle, ..." in a finite k-regular graph. For simple paths of length 2 represented by ordered triples, we have again k*(k-1) such paths. (Contributed by Alexander van der Vekens, 10-Mar-2018.)
𝑀 = (𝑎𝑉 ↦ {𝑡 ∈ ((𝑉 × 𝑉) × 𝑉) ∣ (𝑡 ∈ (𝑉 2SPathsOt 𝐸) ∧ (2nd ‘(1st𝑡)) = 𝑎)})       ((𝑉 USGrph 𝐸𝑉 ∈ Fin) → ∀𝑣𝑉 (((𝑉 VDeg 𝐸)‘𝑣) = 𝐾 → (#‘(𝑀𝑣)) = (𝐾 · (𝐾 − 1))))
 
Theoremusgreg2spot 26594* In a finite k-regular graph the set of all paths of length two is the union of all the paths of length 2 over the vertices which are in the middle of such a path. (Contributed by Alexander van der Vekens, 10-Mar-2018.)
𝑀 = (𝑎𝑉 ↦ {𝑡 ∈ ((𝑉 × 𝑉) × 𝑉) ∣ (𝑡 ∈ (𝑉 2SPathsOt 𝐸) ∧ (2nd ‘(1st𝑡)) = 𝑎)})       ((𝑉 USGrph 𝐸𝑉 ∈ Fin) → (∀𝑣𝑉 ((𝑉 VDeg 𝐸)‘𝑣) = 𝐾 → (𝑉 2SPathsOt 𝐸) = 𝑥𝑉 (𝑀𝑥)))
 
Theorem2spotmdisj 26595* The sets of paths of length 2 with a given vertex in the middle are distinct for different vertices in the middle. (Contributed by Alexander van der Vekens, 11-Mar-2018.) (Revised by AV, 17-Sep-2021.)
𝑀 = (𝑎𝑉 ↦ {𝑡 ∈ ((𝑉 × 𝑉) × 𝑉) ∣ (𝑡 ∈ (𝑉 2SPathsOt 𝐸) ∧ (2nd ‘(1st𝑡)) = 𝑎)})       (𝑉𝑊Disj 𝑥𝑉 (𝑀𝑥))
 
Theoremusgreghash2spot 26596* In a finite k-regular graph with N vertices there are N times "𝑘 choose 2 " paths with length 2, according to statement 8 in [Huneke] p. 2: "... giving n * ( k 2 ) total paths of length two.", if the direction of traversing the path is not respected. For simple paths of length 2 represented by ordered triples, however, we have again n*k*(k-1) such paths. (Contributed by Alexander van der Vekens, 11-Mar-2018.)
((𝑉 USGrph 𝐸𝑉 ∈ Fin ∧ 𝑉 ≠ ∅) → (∀𝑣𝑉 ((𝑉 VDeg 𝐸)‘𝑣) = 𝐾 → (#‘(𝑉 2SPathsOt 𝐸)) = ((#‘𝑉) · (𝐾 · (𝐾 − 1)))))
 
Theoremfrgregordn0 26597* If a nonempty friendship graph is k-regular, its order is k(k-1)+1. This corresponds to claim 3 in [Huneke] p. 2: "Next we claim that the number n of vertices in G is exactly k(k-1)+1.". (Contributed by Alexander van der Vekens, 11-Mar-2018.)
((𝑉 FriendGrph 𝐸𝑉 ∈ Fin ∧ 𝑉 ≠ ∅) → (∀𝑣𝑉 ((𝑉 VDeg 𝐸)‘𝑣) = 𝐾 → (#‘𝑉) = ((𝐾 · (𝐾 − 1)) + 1)))
 
Theoremfrrusgraord 26598 If a nonempty finite friendship graph is k-regular, its order is k(k-1)+1. This corresponds to claim 3 in [Huneke] p. 2: "Next we claim that the number n of vertices in G is exactly k(k-1)+1.". Variant of frgregordn0 26597, using the definition RegUSGrph (df-rusgra 26452). (Contributed by Alexander van der Vekens, 25-Aug-2018.)
((𝑉 ∈ Fin ∧ 𝑉 ≠ ∅) → ((𝑉 FriendGrph 𝐸 ∧ ⟨𝑉, 𝐸⟩ RegUSGrph 𝐾) → (#‘𝑉) = ((𝐾 · (𝐾 − 1)) + 1)))
 
Theoremfrgraregorufrg 26599* If there is a vertex having degree 𝑘 for each nonnegative integer 𝑘 in a friendship graph, then there is a universal friend. This corresponds to claim 2 in [Huneke] p. 2: "Suppose there is a vertex of degree k > 1. ... all vertices have degree k, unless there is a universal friend. ... It follows that G is k-regular, i.e., the degree of every vertex is k". Variant of frgraregorufr 26580 with generalization. (Contributed by Alexander van der Vekens, 6-Sep-2018.)
(𝑉 FriendGrph 𝐸 → ∀𝑘 ∈ ℕ0 (∃𝑎𝑉 ((𝑉 VDeg 𝐸)‘𝑎) = 𝑘 → (⟨𝑉, 𝐸⟩ RegUSGrph 𝑘 ∨ ∃𝑣𝑉𝑤 ∈ (𝑉 ∖ {𝑣}){𝑣, 𝑤} ∈ ran 𝐸)))
 
Theoremnumclwlk3lem3 26600 Lemma 3 for numclwwlk3 26636. (Contributed by Alexander van der Vekens, 26-Aug-2018.)
((𝐾 ∈ ℂ ∧ 𝑌 ∈ ℂ ∧ 𝑁 ∈ (ℤ‘2)) → (((𝐾↑(𝑁 − 2)) − 𝑌) + (𝐾 · 𝑌)) = (((𝐾 − 1) · 𝑌) + (𝐾↑(𝑁 − 2))))
    < Previous  Next >

Page List
Jump to page: Contents  1 1-100 2 101-200 3 201-300 4 301-400 5 401-500 6 501-600 7 601-700 8 701-800 9 801-900 10 901-1000 11 1001-1100 12 1101-1200 13 1201-1300 14 1301-1400 15 1401-1500 16 1501-1600 17 1601-1700 18 1701-1800 19 1801-1900 20 1901-2000 21 2001-2100 22 2101-2200 23 2201-2300 24 2301-2400 25 2401-2500 26 2501-2600 27 2601-2700 28 2701-2800 29 2801-2900 30 2901-3000 31 3001-3100 32 3101-3200 33 3201-3300 34 3301-3400 35 3401-3500 36 3501-3600 37 3601-3700 38 3701-3800 39 3801-3900 40 3901-4000 41 4001-4100 42 4101-4200 43 4201-4300 44 4301-4400 45 4401-4500 46 4501-4600 47 4601-4700 48 4701-4800 49 4801-4900 50 4901-5000 51 5001-5100 52 5101-5200 53 5201-5300 54 5301-5400 55 5401-5500 56 5501-5600 57 5601-5700 58 5701-5800 59 5801-5900 60 5901-6000 61 6001-6100 62 6101-6200 63 6201-6300 64 6301-6400 65 6401-6500 66 6501-6600 67 6601-6700 68 6701-6800 69 6801-6900 70 6901-7000 71 7001-7100 72 7101-7200 73 7201-7300 74 7301-7400 75 7401-7500 76 7501-7600 77 7601-7700 78 7701-7800 79 7801-7900 80 7901-8000 81 8001-8100 82 8101-8200 83 8201-8300 84 8301-8400 85 8401-8500 86 8501-8600 87 8601-8700 88 8701-8800 89 8801-8900 90 8901-9000 91 9001-9100 92 9101-9200 93 9201-9300 94 9301-9400 95 9401-9500 96 9501-9600 97 9601-9700 98 9701-9800 99 9801-9900 100 9901-10000 101 10001-10100 102 10101-10200 103 10201-10300 104 10301-10400 105 10401-10500 106 10501-10600 107 10601-10700 108 10701-10800 109 10801-10900 110 10901-11000 111 11001-11100 112 11101-11200 113 11201-11300 114 11301-11400 115 11401-11500 116 11501-11600 117 11601-11700 118 11701-11800 119 11801-11900 120 11901-12000 121 12001-12100 122 12101-12200 123 12201-12300 124 12301-12400 125 12401-12500 126 12501-12600 127 12601-12700 128 12701-12800 129 12801-12900 130 12901-13000 131 13001-13100 132 13101-13200 133 13201-13300 134 13301-13400 135 13401-13500 136 13501-13600 137 13601-13700 138 13701-13800 139 13801-13900 140 13901-14000 141 14001-14100 142 14101-14200 143 14201-14300 144 14301-14400 145 14401-14500 146 14501-14600 147 14601-14700 148 14701-14800 149 14801-14900 150 14901-15000 151 15001-15100 152 15101-15200 153 15201-15300 154 15301-15400 155 15401-15500 156 15501-15600 157 15601-15700 158 15701-15800 159 15801-15900 160 15901-16000 161 16001-16100 162 16101-16200 163 16201-16300 164 16301-16400 165 16401-16500 166 16501-16600 167 16601-16700 168 16701-16800 169 16801-16900 170 16901-17000 171 17001-17100 172 17101-17200 173 17201-17300 174 17301-17400 175 17401-17500 176 17501-17600 177 17601-17700 178 17701-17800 179 17801-17900 180 17901-18000 181 18001-18100 182 18101-18200 183 18201-18300 184 18301-18400 185 18401-18500 186 18501-18600 187 18601-18700 188 18701-18800 189 18801-18900 190 18901-19000 191 19001-19100 192 19101-19200 193 19201-19300 194 19301-19400 195 19401-19500 196 19501-19600 197 19601-19700 198 19701-19800 199 19801-19900 200 19901-20000 201 20001-20100 202 20101-20200 203 20201-20300 204 20301-20400 205 20401-20500 206 20501-20600 207 20601-20700 208 20701-20800 209 20801-20900 210 20901-21000 211 21001-21100 212 21101-21200 213 21201-21300 214 21301-21400 215 21401-21500 216 21501-21600 217 21601-21700 218 21701-21800 219 21801-21900 220 21901-22000 221 22001-22100 222 22101-22200 223 22201-22300 224 22301-22400 225 22401-22500 226 22501-22600 227 22601-22700 228 22701-22800 229 22801-22900 230 22901-23000 231 23001-23100 232 23101-23200 233 23201-23300 234 23301-23400 235 23401-23500 236 23501-23600 237 23601-23700 238 23701-23800 239 23801-23900 240 23901-24000 241 24001-24100 242 24101-24200 243 24201-24300 244 24301-24400 245 24401-24500 246 24501-24600 247 24601-24700 248 24701-24800 249 24801-24900 250 24901-25000 251 25001-25100 252 25101-25200 253 25201-25300 254 25301-25400 255 25401-25500 256 25501-25600 257 25601-25700 258 25701-25800 259 25801-25900 260 25901-26000 261 26001-26100 262 26101-26200 263 26201-26300 264 26301-26400 265 26401-26500 266 26501-26600 267 26601-26700 268 26701-26800 269 26801-26900 270 26901-27000 271 27001-27100 272 27101-27200 273 27201-27300 274 27301-27400 275 27401-27500 276 27501-27600 277 27601-27700 278 27701-27800 279 27801-27900 280 27901-28000 281 28001-28100 282 28101-28200 283 28201-28300 284 28301-28400 285 28401-28500 286 28501-28600 287 28601-28700 288 28701-28800 289 28801-28900 290 28901-29000 291 29001-29100 292 29101-29200 293 29201-29300 294 29301-29400 295 29401-29500 296 29501-29600 297 29601-29700 298 29701-29800 299 29801-29900 300 29901-30000 301 30001-30100 302 30101-30200 303 30201-30300 304 30301-30400 305 30401-30500 306 30501-30600 307 30601-30700 308 30701-30800 309 30801-30900 310 30901-31000 311 31001-31100 312 31101-31200 313 31201-31300 314 31301-31400 315 31401-31500 316 31501-31600 317 31601-31700 318 31701-31800 319 31801-31900 320 31901-32000 321 32001-32100 322 32101-32200 323 32201-32300 324 32301-32400 325 32401-32500 326 32501-32600 327 32601-32700 328 32701-32800 329 32801-32900 330 32901-33000 331 33001-33100 332 33101-33200 333 33201-33300 334 33301-33400 335 33401-33500 336 33501-33600 337 33601-33700 338 33701-33800 339 33801-33900 340 33901-34000 341 34001-34100 342 34101-34200 343 34201-34300 344 34301-34400 345 34401-34500 346 34501-34600 347 34601-34700 348 34701-34800 349 34801-34900 350 34901-35000 351 35001-35100 352 35101-35200 353 35201-35300 354 35301-35400 355 35401-35500 356 35501-35600 357 35601-35700 358 35701-35800 359 35801-35900 360 35901-36000 361 36001-36100 362 36101-36200 363 36201-36300 364 36301-36400 365 36401-36500 366 36501-36600 367 36601-36700 368 36701-36800 369 36801-36900 370 36901-37000 371 37001-37100 372 37101-37200 373 37201-37300 374 37301-37400 375 37401-37500 376 37501-37600 377 37601-37700 378 37701-37800 379 37801-37900 380 37901-38000 381 38001-38100 382 38101-38200 383 38201-38300 384 38301-38400 385 38401-38500 386 38501-38600 387 38601-38700 388 38701-38800 389 38801-38900 390 38901-39000 391 39001-39100 392 39101-39200 393 39201-39300 394 39301-39400 395 39401-39500 396 39501-39600 397 39601-39700 398 39701-39800 399 39801-39900 400 39901-40000 401 40001-40100 402 40101-40200 403 40201-40300 404 40301-40400 405 40401-40500 406 40501-40600 407 40601-40700 408 40701-40800 409 40801-40900 410 40901-41000 411 41001-41100 412 41101-41200 413 41201-41300 414 41301-41400 415 41401-41500 416 41501-41600 417 41601-41700 418 41701-41800 419 41801-41900 420 41901-42000 421 42001-42100 422 42101-42200 423 42201-42300 424 42301-42360
  Copyright terms: Public domain < Previous  Next >