theorem
proved
wrapper
card_singleton
show as:
view Lean formalization →
formal statement (Lean)
71theorem card_singleton {x : α} : ({x} : Finset α).card = 1 :=
proof body
One-line wrapper that applies Finset.card_singleton.
72 Finset.card_singleton x