The number of edges of the complete graph on a finite vertex type V is #V choose 2.
This is a thin completeGraph-flavoured restatement of Mathlib's
SimpleGraph.card_edgeFinset_top_eq_card_choose_two, useful when a downstream definition
is stated using the completeGraph V abbreviation rather than the ⊤ form. (Because
completeGraph V reduces to ⊤, the two are definitionally equal.)
Specialisation of card_edgeFinset_completeGraph to Fin n.