Let $\delta(G)$ be the minimum degree of a simple graph $G$. A well known theorem states that every simple graph $G$ contains a path of length $\delta(G)$.
Can this be generalized to weighted graphs? Consider a weighted graph $G=(V,E,w)$, $w$ is a weight function $w: E\to \mathbb{R^{\geq 0}}$.
Let the weighted degree of a vertex be $d:V\to \mathbb{R^{\geq 0}}$, where $d(v) = \sum_{v\in e\in E} w(e)$.
The minimum weighted degree is therefore $\delta(G) = \min_{v\in V} \{d(v)\}$.
The weight of a path equals the sum of edge weights on the path.
Conjecture: Every weighted simple graph $G$ contains a path of weight at least $\delta(G)$.
There is a theorem for connected graph. If $G$ is a simple connected graph then it contains a path of length $\min \{2\delta(G),|G|-1\}$, what would be the analogue of that?