summaryrefslogtreecommitdiff
path: root/Common/HashSet.lean
blob: 1845443899943f7d081fab8c40dbdd24300b3898 (plain) (blame)
1
2
3
4
5
6
7
8
9
import Std.Data.HashSet
import Common.Finite

open Std.HashSet
namespace Std.HashSet

theorem finite_size {α : Type u} [Finite α] [BEq α] [LawfulBEq α] [Hashable α] (set : Std.HashSet α) : set.size  Finite.cardinality α := by

  sorry