Preprint
Article

This version is not peer-reviewed.

A Source-Scoped Lean-Verified Proof of WOWII Conjecture 19

Submitted:

01 July 2026

Posted:

02 July 2026

You are already at the latest version

Abstract
We give a source-scoped proof of Conjecture 19 from Written on the Wall II, as stated in the cited WOWII source materials, for finite nontrivial connected simple graphs. For such a graph G, let b(G) denote the maximum order of an induced bipartite subgraph, let ecc(v) denote the eccentricity of a vertex v, and let lambda(G) denote the largest independence number of an open neighborhood. We show that b(G) is at least the floor of the sum of lambda(G) and the average vertex eccentricity. The strict-average case uses the WOWII 13 diameter-local independence bound, for which we include both a paper proof and a formally checked Lean proof. The new mathematical ingredient for WOWII 19 is the equality-case witness, which constructs an induced bipartite subgraph from a diametral geodesic and a maximum independent neighborhood. A supplementary Lean artifact verifies both the WOWII 19 statement and the WOWII 13 bound used in the strict branch. We make no global literature-priority assertion beyond resolving the conjecture in the cited WOWII presentation.
Keywords: 
;  ;  ;  ;  ;  

1. Introduction

Written on the Wall II (WOWII) is a collection of graph-theoretic conjectures generated and curated by DeLaVina’s Graffiti-style conjecturing program [1,2]. Conjecture 19 relates three classical-looking graph parameters: vertex eccentricity, local independence, and the maximum size of an induced bipartite subgraph. The official WOWII open list records the conjecture in the form
b ( G ) average v V ( G ) ecc ( v ) + max v l ( v ) ,
where l ( v ) is the independence number of the neighborhood of v [3]. The corresponding resolved list does not list Conjecture 19 as resolved [4]. Beyond its provenance, the inequality is mathematically appealing because it links a global distance parameter to a local obstruction and asks how much induced bipartite structure must already be present in a connected graph.
This paper proves the conjecture for finite nontrivial connected simple graphs, in the form recorded in the cited WOWII source materials, and verifies the argument in Lean. The claim is source-scoped: it resolves the WOWII-listed statement but does not assert a separate global priority audit of all possible literature. The strict-average branch uses the WOWII 13 diameter–local independence bound; a paper proof of that bound is included here, and the same theorem is also checked in the supplementary Lean artifact. The new mathematical step specific to WOWII 19 is the endpoint construction for the equality case e ¯ ( G ) = diam ( G ) . In the notation used below, the theorem is
e ¯ ( G ) + λ ( G ) b ( G ) ,
where e ¯ ( G ) is the average eccentricity and λ ( G ) = max v V ( G ) α ( G [ N ( v ) ] ) . The proof itself is elementary in outline, but the Lean development is useful because it makes the boundary conventions precise: floors are taken after coercion to R , neighborhood maxima are identified with finite suprema, and the induced-subgraph witness in the equality branch is checked against the formal graph definitions. The exact formal identifiers and build recipe are collected in sec:formal-verification.

3. Statement

Let G be a finite nontrivial connected simple graph, where nontrivial means | V ( G ) | 2 . For a vertex v, write ecc ( v ) for its eccentricity and N ( v ) for its open neighborhood. If H is a graph, let α ( H ) denote its independence number. Thus α ( G [ N ( v ) ] ) is the maximum size of an independent set contained in the induced subgraph on N ( v ) . Define
λ ( G ) = max v V ( G ) α ( G [ N ( v ) ] ) , e ¯ ( G ) = 1 | V ( G ) | v V ( G ) ecc ( v ) .
Let
b ( G ) = max { | S | : S V ( G ) , G [ S ] is bipartite } .
Thus b ( G ) is the maximum order, i.e. the maximum number of vertices, of an induced bipartite subgraph of G.
Because G is finite, both extrema above are genuine maxima: the set { α ( G [ N ( v ) ] ) : v V ( G ) } is a finite nonempty subset of N , and the set of orders of induced bipartite subgraphs of G is likewise finite and nonempty. Since G is connected, all distances and eccentricities appearing below are finite.
Theorem 1 
(WOWII Conjecture 19). For every finite nontrivial connected simple graph G,
e ¯ ( G ) + λ ( G ) b ( G ) .
The Lean declaration checked against the FormalConjectures statement has exactly this mathematical content; the notation bridge and artifact details are given in sec:formal-verification.

4. Proof Strategy

Because G is finite, the maxima defining
λ ( G ) = max u V ( G ) α ( G [ N ( u ) ] ) and b ( G )
are attained. In the formal statement, λ ( G ) is written as the finite supremum sup { α ( G [ N ( u ) ] ) : u V ( G ) } , realized in Lean as s S u p ( range ( indepNeighbors G ) ) ; the finiteness of V ( G ) identifies this supremum with the same maximum. Put d = diam ( G ) . Since every eccentricity is at most d, the average eccentricity satisfies e ¯ ( G ) d .
Table 1. The two proof branches for Theorem 1.
Table 1. The two proof branches for Theorem 1.
Case Needed lower bound for b ( G ) Witness or input
e ¯ ( G ) < d d + λ ( G ) 1 WOWII 13 bound, proved in Section 5
e ¯ ( G ) = d d + λ ( G ) Diametral geodesic plus maximum independent neighborhood
The strict-average case is purely arithmetic once one applies the diameter-local independence theorem in Proposition 1. Since d and λ ( G ) are integers, e ¯ ( G ) < d implies
e ¯ ( G ) + λ ( G ) d + λ ( G ) 1 .
The WOWII 13 ingredient, stated as Proposition 1 and proved in Section 5, says that every finite nontrivial connected simple graph H satisfies
diam ( H ) + λ ( H ) 1 b ( H ) .
Applying this theorem to G gives
d + λ ( G ) 1 b ( G ) .
Combining the two inequalities proves the first branch.
The equality case is the new part of the proof. If e ¯ ( G ) = d , then every vertex has eccentricity d. Choose a vertex v whose open neighborhood contains an independent set A of size λ ( G ) , and choose a diametral geodesic
v = x 0 , x 1 , , x d .
The witness is obtained by deleting the first neighbor x 1 from this geodesic and adjoining A:
S = A { x i : 0 i d , i 1 } .
The cardinality target is then | S | = d + λ ( G ) .
Only three elementary shortcut facts are needed to show that G [ S ] is bipartite. First, a diametral geodesic has no chord x i x j with j i + 2 , since such a chord would shorten the x 0 x d walk. Second, A is disjoint from the retained geodesic vertices, because every vertex of A is adjacent to x 0 , while each retained x i with i 2 has distance i from x 0 . Third, no a A is adjacent to x i for i 3 , again by shortening the diametral walk through a. Thus the only possible extra edge from A to the retained geodesic is an edge to x 2 .
These facts support the bipartition
X = { x 0 } { x i : 2 i d , i even } , Y = A { x i : 3 i d , i odd } .
The geodesic parity gives independence inside the geodesic part of each class, A is independent by construction, and the only possible A–geodesic edge goes from Y to X. The full verification of these shortcut claims is given in the proof below.
At the formal level, the strict branch is discharged by the Lean theorem corresponding to Proposition 1. The passage from e ¯ ( G ) = d to vertexwise equality ecc ( u ) = d is handled by
vertexEccentricityNateqdiamofaverageeqdiam,
and the equality-case witness above is packaged as
exists_diam_add_indepNeighborsCard_bipartite_witness_of_diam_geodesic_from.

5. The WOWII 13 Bound

We include the proof of Proposition 1, since this is the only nontrivial input used in the strict-average branch of WOWII 19. The argument is a diameter-path deletion construction.
Proof of Proposition 1. 
It is enough to prove the following vertexwise strengthening: for every vertex v,
diam ( G ) + α ( G [ N ( v ) ] ) 1 b ( G ) .
Taking v to maximize α ( G [ N ( v ) ] ) then gives Proposition 1. Put D = diam ( G ) , and let A N ( v ) be an independent set of size α ( G [ N ( v ) ] ) .
If D 2 , then { v } A induces a bipartite star of order | A | + 1 , so
D + | A | 1 | A | + 1 b ( G ) .
Assume from now on that D 3 . Choose a diametral geodesic
P : x 0 , x 1 , , x D .
For indices on this geodesic, the distance identity
1.7 e m ( x i , x j ) = | i j |
holds; otherwise a shorter route between x i and x j could be spliced into P, contradicting that P has length D.
Let
Q = { i { 0 , , D } : 1.7 e m ( v , x i ) 2 } .
The set Q has at most five elements. Indeed, if i j are in Q, then
j i = 1.7 e m ( x i , x j ) 1.7 e m ( x i , v ) + 1.7 e m ( v , x j ) 4 .
Similarly, the subset
R = { i Q : 1.7 e m ( v , x i ) 1 }
has at most three elements, since two indices in R differ by at most two.
We next choose a small add-back set T Q with three properties:
| T | + 3 | Q | , | T | 2 , ( v , 1.7 e m x i ) = 2 for every i T ,
and all indices in T have the same parity. If | Q | 3 , take T = . If | Q | = 4 , then Q R is nonempty because | R | 3 , so one may choose any single index of Q R . If | Q | = 5 , let m and M be the minimum and maximum elements of Q. The preceding bound forces M m = 4 . Both endpoints have distance exactly two from v; for example, if 1.7 e m ( v , x m ) 1 , then 1.7 e m ( x m , x M ) 1 + 2 = 3 , contradicting 1.7 e m ( x m , x M ) = 4 . Thus T = { m , M } works, and its two indices have the same parity.
Define the retained index set
I = ( { 0 , , D } Q ) T
and let P I = { x i : i I } . Since the vertices on P are distinct,
| P I | = D + 1 | Q | + | T | D 2 .
Moreover, A is disjoint from P I : every vertex of A is adjacent to v, while a retained path vertex either lies outside Q, hence has distance greater than two from v, or belongs to T, hence has distance exactly two from v. The vertex v itself is also outside A P I . Therefore
| { v } A P I | = 1 + | A | + | P I | D + | A | 1 .
It remains to check bipartiteness. Let c be the common parity of the indices in T, taking c = 0 when T = , and let d = 1 c . Put
P 0 = { x i : i I , i c ( mod 2 ) } , P 1 = { x i : i I , i d ( mod 2 ) } .
Consider the partition
L = A P 1 , R = { v } P 0
of S = { v } A P I . Vertices of the same parity on the geodesic are nonadjacent, because any edge between two nonconsecutive geodesic vertices would shorten P. Hence P 0 and P 1 are independent. The set A is independent by construction. No vertex of A is adjacent to a vertex of P 1 : if x i P 1 lies outside Q, adjacency through a vertex of A N ( v ) would give 1.7 e m ( v , x i ) 2 , while if x i T , then i has parity c, not d. Finally, v is not adjacent to any vertex of P 0 , since retained indices outside Q have distance greater than two from v, and retained indices in T have distance exactly two. Thus both L and R are independent, so G [ S ] is bipartite. The order bound above gives an induced bipartite subgraph of order at least D + | A | 1 , proving the vertexwise strengthening and hence the proposition. □

6. Proof of the Main Theorem

Lemma 1 
(Equality-case witness). Let G be a simple graph and let
v = x 0 , x 1 , , x d = y
be a geodesic of length d 1 . Let A N ( v ) be an independent set. Put
S = A { x i : 0 i d , i 1 } .
Then | S | = | A | + d , and the induced subgraph G [ S ] is bipartite.
Proof. 
We first record three elementary consequences of the geodesic condition.
Claim 1: A is disjoint from the retained geodesic vertices. Suppose a A and a = x i for some i 1 . Since A N ( v ) , the vertices v and x i are adjacent. If i = 0 , this is impossible because G is simple. If i 2 , then
v , x i , x i + 1 , , x d
is a vy walk of length 1 + ( d i ) < d , contradicting that the displayed vy walk is geodesic. Hence A { x i : 0 i d , i 1 } = . Since the geodesic vertices are distinct, this gives
| S | = | A | + { x i : 0 i d , i 1 } = | A | + d .
The point x 1 is intentionally not excluded from A. If x 1 A , then it is counted as an A-vertex rather than as a retained geodesic vertex, because x 1 was deleted from the geodesic part of S.
Claim 2: the retained geodesic vertices have no nonconsecutive chord. If x i were adjacent to x j with 0 i < j d and j i + 2 , then replacing the subwalk
x i , x i + 1 , , x j
by the single edge x i x j would produce a vy walk of length
i + 1 + ( d j ) = d ( j i ) + 1 < d ,
again contradicting geodesicity. Thus the retained geodesic vertices induce the path fragment x 2 x 3 x d , together with the isolated vertex x 0 = v .
Claim 3: vertices of A have no retained geodesic neighbors past x 2 . If a A were adjacent to x i for some i 3 , then
v , a , x i , x i + 1 , , x d
would be a vy walk of length 2 + ( d i ) < d , impossible. Hence no vertex of A is adjacent to any x i with i 3 . The only possible edge from A to the retained geodesic, apart from the edges to x 0 , is therefore an edge to x 2 . When d = 1 , this statement is vacuous and the construction reduces to S = A { x 0 } .
Now define
X = { x 0 } { x i : 2 i d , i even } , Y = A { x i : 3 i d , i odd } .
Then S = X Y , and X Y = . Claim 2 shows that X contains no edge: x 0 is isolated from the other retained geodesic vertices, and the remaining vertices of X have the same parity along the path fragment. Claim 2 also shows that the odd retained geodesic vertices in Y are pairwise nonadjacent. Claim 3 shows that no vertex of A is adjacent to an odd retained geodesic vertex, and A is independent by hypothesis. Thus Y is independent.
It remains only to note why this covers every edge of the induced subgraph G [ S ] . Edges among retained geodesic vertices are either consecutive path edges, hence join opposite parities, or do not exist by Claim 2. Edges from A to the retained geodesic vertices either go to x 0 , possibly go to x 2 , or do not exist by Claim 3; the existing possibilities both cross from Y to X. If x 1 A , it lies in Y with the rest of A, so its edges to x 0 and possibly to x 2 are also crossing edges. Edges inside A do not exist. Therefore every edge of G [ S ] crosses the partition X Y , and G [ S ] is bipartite. □
Proof of Theorem 1. 
Let d = diam ( G ) and let λ = λ ( G ) . For every vertex u, we have ecc ( u ) d , so e ¯ ( G ) d .
Assume first that e ¯ ( G ) < d . Since λ is an integer,
e ¯ ( G ) + λ d + λ 1 .
By Proposition 1, applied to the present graph,
d + λ 1 b ( G ) .
Therefore e ¯ ( G ) + λ b ( G ) .
It remains to consider e ¯ ( G ) = d . Since every eccentricity is at most d and their average is d, every vertex has eccentricity d. Choose v such that α ( G [ N ( v ) ] ) = λ , and let A N ( v ) be an independent set of size λ . Choose y with 1.7 e m ( v , y ) = d , and fix a geodesic
v = x 0 , x 1 , , x d = y .
By Lemma 1, the set
S = A { x i : 0 i d , i 1 }
induces a bipartite subgraph of order | S | = d + λ . Hence b ( G ) d + λ . Since e ¯ ( G ) = d , we obtain
e ¯ ( G ) + λ = d + λ b ( G ) .
The two cases complete the proof. □
Remark 1. 
In the formal development, the strict branch is discharged by the Lean theorem corresponding to Proposition 1, while Lemma 1 is represented by the witness-construction lemma 
exists_ diam_ add_ indepNeighborsCard_ bipartite_ witness_ of_ diam_ geodesic_ from .
The formal statement uses s S u p ( Set . range ( indepNeighbors G ) ) for the local term; in the finite setting this equals λ ( G ) .

7. Formal Verification

The Lean certificate is used here to fix the exact formal statement and to verify the auxiliary constructions that connect the two proof branches to that statement. For a finite nontrivial connected simple graph G, the maxima defining both
λ ( G ) = max v V ( G ) α ( G [ N ( v ) ] ) and b ( G )
exist because V ( G ) is finite. Here α ( G [ N ( v ) ] ) denotes the independence number of the subgraph induced by the open neighborhood N ( v ) . In the formal development this local parameter is represented by the function indepNeighborsG, and the informal maximum λ ( G ) is written as the finite supremum sSup(Set.range(indepNeighborsG)); the equivalence with the maximum-cardinality formulation is proved by sSup_range_indepNeighborsReal_eq_maxIndepNeighborsCard.
The notation bridge used by the formal theorem is as follows:
b ( G ) corresponds to b G; λ ( G ) corresponds to both maxIndepNeighborsCardG and sSup(Set.range(indepNeighborsG)); e ¯ ( G ) corresponds to the real-valued average of (eccentricityGv).toNat; the Lean theorem corresponding to the WOWII 13 bound in Proposition 1 is SimpleGraph.conjecture13.
The main normalized theorem in the file is wowii19_normalized_distEcc_maxCard, which establishes the floor inequality using the maximum local-independence cardinality directly. Its strict-average branch invokes the Lean-formalized diameter-local independence bound SimpleGraph.conjecture13. Its equality branch passes through the witness theorem
exists_diam_add_indepNeighborsCard_bipartite_witness_of_diam_geodesic_from.
Starting from a vertex v with maximum local independence, exists_indepNeighborsCard_neighbor_ indepSet extracts an independent set A N ( v ) of cardinality λ ( G ) , and diam_geodesic_neighbor_ path_witness_bipartite proves that adjoining A to a diametral geodesic after deleting the first path neighbor yields an induced bipartite witness of order at least diam ( G ) + λ ( G ) . The terminal declaration wowii19_formal_conjectures_original_shape then rewrites this normalized result into the FormalConjectures presentation by combining wowii19_distEcc_sSup_indepNeighborsReal, eccentricity_toNat_eq_vertexEccentricityNat, and the supremum-to-maximum bridge above.
The checked declaration is recorded in the target module
AmraLibrary/OpenProblemBatches/TrueOpenNextRound20260606/05_wowii_conjecture1 9.lean
with the corresponding bundled copy at result_bundle/artifacts/05_wowii_conjecture19.lean. The verified top-level theorem is wowii19_formal_conjectures_original_shape, asserting
v ecc ( v ) | V ( G ) | + sup { α ( G [ N ( v ) ] ) : v V ( G ) } b ( G ) .
The certificate was checked in the following environment:
Lean 4.26.0, commit d8204c9fd894f91bbb2cdfec5912ec8196fd8562
mathlib revision 2df2f0150c275ad53cb3c90f7c98ec15a56a1a67
AMRA formal repository commit e4e339e5b380375cf1c7838251966d0fc3c06929
The commit-pinned GitHub locations of the two Lean files are:
The recorded build command is
timeout600sprlimit--as=22000000000--envLEAN_NUM_THREADS=1OMP_NUM_THREADS=1 lakeenvleanAmraLibrary/OpenProblemBatches/TrueOpenNextRound20260606/05_wowii_ conjecture19.lean
and the build report records a successful verification with no sorry, admit, axiom, or placeholder occurrences in the target proof. The memory and thread limits in the command are part of the reproducibility envelope rather than mathematical assumptions.
The trust boundary is explicit. The recorded Lean build kernel-checks the WOWII 19 target module after elaborating its imports, including the WOWII 13 theorem SimpleGraph.conjecture13, whose paper proof is given in Section 5. This kernel check is the verification step for the full dependency chain used by the target theorem. Separately, the bundled target file and bundled WOWII 13 source file were scanned for sorry, admit, axiom, and placeholder markers. The certification claim is therefore that the submitted Lean files, relative to the listed Lean/mathlib environment and the usual Lean kernel and mathlib trusted base, verify both the paper theorem and the formal counterpart of the WOWII 13 bound.
For submission, the Lean material is supplied as a supplementary artifact under
supplement/leanartifact/.
That artifact includes:
AmraLibrary/OpenProblemBatches/TrueOpenNextRound20260606/05_wowii_conjecture1 9.lean
AmraLibrary/Combinatorics/SimpleGraph/GraphConjectures/WowiiConjecture13.lean
README.md
build_reports/BUILD_RESULT.md.
The README gives SHA256 checksums, dependency revisions, and the reviewer reproduction command. Starting from the supplement root, the reviewer copies the bundled AmraLibrary/... files into a checkout of the AMRA formal workspace at the recorded commit and runs the single Lean command displayed above. Thus the formal theorem, the Lean proof of the WOWII 13 bound, and the build recipe are all present in the submission bundle.

8. Examples and Sharpness

The bound is sharp on standard graph families. For the complete graph K n with n 2 , every vertex has eccentricity 1, every open neighborhood is a clique, and hence λ ( K n ) = 1 . The largest induced bipartite subgraph has order 2, so
b ( K n ) = 2 = 1 + 1 = e ¯ ( K n ) + λ ( K n ) .
Here e ¯ ( K n ) = diam ( K n ) , so this equality is witnessed by the equality branch of the proof.
Stars give a second equality family in which the strict-average branch of the proof can be active. Let G = K 1 , r with r 1 . The whole graph is bipartite, so b ( G ) = r + 1 . The center has neighborhood independence r, while each leaf has neighborhood independence 1; thus λ ( G ) = r . The average eccentricity is
e ¯ ( G ) = 1 + 2 r r + 1 = 2 1 r + 1 ,
and therefore
e ¯ ( G ) + λ ( G ) = r + 2 1 r + 1 = r + 1 = b ( G ) .
For r 2 , stars have e ¯ ( G ) < diam ( G ) , so this sharpness family shows that the reduction through the strict-average branch can itself be tight.
The theorem is not intended as a characterization of b ( G ) . On every path and every even cycle, the whole graph is bipartite, so b ( G ) = | V ( G ) | , while the lower bound usually gives a much smaller value. For an odd cycle C 2 m + 1 with m 2 , one has e ¯ ( C 2 m + 1 ) = m , λ ( C 2 m + 1 ) = 2 , and b ( C 2 m + 1 ) = 2 m . The theorem gives m + 2 2 m , with equality only when m = 2 . These examples show both that the inequality can be exact and that it remains a lower bound rather than a full formula for the induced bipartite subgraph number.

9. Scope and Limitations

The theorem is stated for finite nontrivial connected simple graphs. The nontriviality assumption is present in the FormalConjectures-compatible Lean statement and avoids degenerate behavior in graph metric conventions. Connectedness is used to keep distances and eccentricities finite; disconnected graphs would require either componentwise conventions or extended-distance conventions and are outside the statement proved here.
The manuscript does not claim a new general theory of induced bipartite subgraph number. It proves the specific WOWII 19 inequality by combining the WOWII 13 diameter-local independence bound proved in Section 5 with the equality-case witness construction in Lemma 1. As explained in the introduction and related-work section, the provenance claim is source-scoped to the cited WOWII presentation rather than a global priority assertion about all literature.

10. Conclusion

We have established WOWII Conjecture 19 for finite nontrivial connected simple graphs. The argument turns on the comparison between the average eccentricity and the diameter. When e ¯ ( G ) < diam ( G ) , the floor term drops by at least one, and the theorem uses the WOWII 13 diameter-local independence bound proved above. When e ¯ ( G ) = diam ( G ) , every vertex is diametral, and a maximum independent set in an open neighborhood can be combined with a diametral geodesic to produce an induced bipartite subgraph of order diam ( G ) + λ ( G ) . The examples of complete graphs and stars show that the resulting inequality is sharp, while paths and cycles show that it should be read as a lower bound rather than a formula for b ( G ) . The formal development confirms the statement in Lean, with the paper proof and the certified theorem matched through the corresponding definitions of b ( G ) , λ ( G ) , and the floor inequality.

Supplementary Materials

The Lean formal verification artifact and reproduction instructions are provided as Supplementary Material.

Author Contributions

Conceptualization, Z.C. and Y.F.; methodology, Z.C., Q.W. and Y.F.; formal analysis, Q.W.; validation, Z.C., Q.W. and Y.F.; writing–original draft preparation, Z.C., Q.W. and Y.F.; writing–review and editing, Z.C. and Y.F.; supervision, Z.C. and Y.F. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by the National Natural Science Foundation of China (Grant No. 62501380).

Data Availability Statement

The original contributions presented in this study are included in the article and Supplementary Material. Further inquiries can be directed to the corresponding author(s).

Acknowledgments

During the preparation of this manuscript and related submission materials, the authors used OpenAI ChatGPT/Codex (accessed June 2026) for language editing, formatting assistance, and preparation of submission metadata. The authors have reviewed and edited the output and take full responsibility for the content of this publication.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. DeLaVina, E. Written on the Wall II. n.d. Available online: http://cms.dt.uh.edu/faculty/delavinae/research/wowII/ (accessed on 2026-06-08).
  2. DeLaVina, E. Some History of the Development of Written on the Wall. n.d. Available online: https://www.uhd.edu/documents/academics/sciences/history.pdf (accessed on 2026-06-08).
  3. DeLaVina, E. Written on the Wall II: Open Conjectures. n.d. Available online: http://cms.dt.uh.edu/faculty/delavinae/research/wowII/open.html (accessed on 2026-06-08).
  4. DeLaVina, E. Written on the Wall II: Resolved Conjectures. n.d. Available online: http://cms.dt.uh.edu/faculty/delavinae/research/wowII/resolved.htm (accessed on 2026-06-08).
  5. Diestel, R. Graph Theory, 5 ed.; Springer, 2017. [Google Scholar]
  6. Bondy, J.A.; Murty, U.S.R. Graph Theory; Springer, 2008. [Google Scholar]
  7. Lewis, J.M.; Yannakakis, M. The Node-Deletion Problem for Hereditary Properties Is NP-Complete. J. Comput. Syst. Sci. 1980, 20, 219–230. [Google Scholar] [CrossRef]
  8. Reed, B.; Smith, K.; Vetta, A. Finding Odd Cycle Transversals. Oper. Res. Lett. 2004, 32, 299–301. [Google Scholar] [CrossRef]
  9. Cornaz, D.; Mahjoub, A.R. The Maximum Induced Bipartite Subgraph Problem with Edge Weights. SIAM J. Discret. Math. 2007, 21, 662–675. [Google Scholar] [CrossRef]
  10. Faudree, R.J.; Ryjáček, Z.; Schelp, R.H. On Local and Global Independence Numbers of a Graph. Discret. Appl. Math. 2003, 132, 79–84. [Google Scholar] [CrossRef]
  11. de Moura, L.; Ullrich, S. The Lean 4 Theorem Prover and Programming Language. In Proceedings of the Automated Deduction – CADE 28, 2021; Springer; pp. 625–635. [Google Scholar]
  12. The mathlib Community. Lean Math. Libr. 2020, arXiv:cs.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

© 2026 MDPI (Basel, Switzerland) unless otherwise stated

Accessibility

Disclaimer

Terms of Use

Privacy Policy

Privacy Settings