Condition : $\left |E \right |\geq \left | V \right |\geq \left |3 \right |$ and graph G=(V,E).
I need to proove it without using any graph theorems and lemmas(if so then I have to proove them).
I think that somehow I need to pay attention to the fact that there are always more vertex than edges(in a non circular graph)(although I am not really sure that I am allowed to use because it is a theorem from graph theory and I have to somehow proove it). I was thinking about making 2 sets: one for vertex and the other for edges. Then to use "Pigeonhole principle" also called "Dirichlet's drawer principle(by wiki)" and to show that there is some contradiction. Overall this is the direction I was thinking but I'm stumped now and don't have specific direction of how to continue this particular proof.
Hint: prove that a graph with no cycles must have some vertex $v$ meeting at most one edge.
Now considering the graph $G-v$ allows you to prove by induction that $|E|<|V|$ for any such graph.