Let $ = (,)$ be an undirected connected weighted graph.
For a spanning tree $$ of $$, let ($$) be the maximum weight of an edge in $$.
An economic tree of a graph $$ is a spanning tree of $$ with a minimal possible .
True/False: If $$ is a MST of $$, then $$ is an economic tree of $$.
I assume that this one is true.
I want to assume towards a contradiction that $T$ is a MST that is not an economic tree, and try to get a contradiction that T can't be a MST anymore.
I struggle to prove it, I will appreciate some hints!
Thanks a lot!
Wrong Answer left for the record.
Unless I am interpreting your definitions incorrectly, this is false.
Consider $C_4$, with edge weights $1,1,1,2$. Then any three adjacent edges comprise a minimal spanning tree, but three of the four minimal spanning trees are not economic.