Let \(G\) be a graph with vertices \(v_1\) and \(v_2.\) A path in \(G\) from \(v_1\) to \(v_2\) is a sequence of edges \(((v_1, p_1), (p_1, p_2), (p_2, p_3), \dots, (p_k, v_2))\) in \(G.\)
Zero or more paths may exist for any two vertices \(v_1\) and \(v_2.\)
A simple path is a path in which no vertex is repeated.
Since the path does not visit any vertex more than once, it is a simple path.