if we have a graph $G = (V,E)$ and the four values $\beta_1(G)$, $\alpha_1(G)$, $\beta(G)$, $\alpha(G)$, where
$\beta_1(G)$: Edge independence number. The maximal number of independent edges in the graph. $\alpha_1(G)$: Vertex independence number. The maximal number of independent vertices in the graph. $\beta(G)$: Edge covering number. The minimal number of edges that cover all the vertices in the graph $\alpha(G)$: Vertex covering number. The minimal number of vertices that cover all the edges in the graph.
If $\alpha(G) \le \beta_1(G)$ is is necessarily true that we have maximal matching?
I tried with some graphs and I found it true!
For example
Hint:
I hope this helps $\ddot\smile$