Can someone explain the basic idea behind proof by extremality in simple language?
Like in proof by contradiction, for $P \rightarrow Q$, we assume $P$ and not $Q$ and show they cannot happen simultaneously.
Also, an example of a proof by extremality.
Thank you!
Just asked my graph theory Professor:
A proof by extremality is one which looks solely at the extreme cases in order to show something is true or false.
A graph theory example would be proving that a uv-walk (an ordered list of vertices from u to v) contains a uv-path (an ordered list of vertices which can't repeat from u to v).
Something like:
For some uv-walk w, any path which repeats a vertex must loop, causing extra vertices to be reached. Therefore a walk which removes all repeated portions would be shorter. Therefore the shortest uv-walk contained in w is also a uv-path. Therefore all uv-walks contain uv-paths.
That help?