This is an inofficial mirror of http://metamath.tirix.org for personal testing of a visualizer extension only.
Database
GRAPH THEORY
Undirected graphs
Neighbors, complete graphs and universal vertices
Complete graphs
cusgruvtxb
Metamath Proof Explorer
Description: A simple graph is complete iff the set of vertices is the set of
universal vertices. (Contributed by Alexander van der Vekens , 14-Oct-2017) (Revised by Alexander van der Vekens , 18-Jan-2018)
(Revised by AV , 1-Nov-2020)
Ref
Expression
Hypothesis
iscusgrvtx.v
⊢ V = Vtx ⁡ G
Assertion
cusgruvtxb
⊢ G ∈ USGraph → G ∈ ComplUSGraph ↔ UnivVtx ⁡ G = V
Proof
Step
Hyp
Ref
Expression
1
iscusgrvtx.v
⊢ V = Vtx ⁡ G
2
iscusgr
⊢ G ∈ ComplUSGraph ↔ G ∈ USGraph ∧ G ∈ ComplGraph
3
ibar
⊢ G ∈ USGraph → G ∈ ComplGraph ↔ G ∈ USGraph ∧ G ∈ ComplGraph
4
1
cplgruvtxb
⊢ G ∈ USGraph → G ∈ ComplGraph ↔ UnivVtx ⁡ G = V
5
3 4
bitr3d
⊢ G ∈ USGraph → G ∈ USGraph ∧ G ∈ ComplGraph ↔ UnivVtx ⁡ G = V
6
2 5
bitrid
⊢ G ∈ USGraph → G ∈ ComplUSGraph ↔ UnivVtx ⁡ G = V