Documentation

MeanFourier.Mathlib.Data.Set.Card

theorem Set.ncard_image2_le {α : Type u_1} {β : Type u_2} {γ : Type u_3} {f : αβγ} {s : Set α} {t : Set β} (hs : s.Finite) (ht : t.Finite) :
(image2 f s t).ncard s.ncard * t.ncard
theorem Set.Infinite.exists_superset_ncard_eq' {α : Type u_1} {s t : Set α} (ht : t.Infinite) (hst : st) (hs : s.Finite) {k : } (hsk : s.ncard k) :
∃ (s' : Set α), s'.Finite ss' s't s'.ncard = k
theorem Set.exists_superset_ncard_eq {α : Type u_1} {s : Set α} {k : } [Infinite α] (hs : s.Finite) (hsk : s.ncard k) :
∃ (t : Set α), t.Finite st t.ncard = k
theorem Set.exists_subset_ncard_eq {α : Type u_1} {s : Set α} {k : } (hs : s.Finite) (hks : k s.ncard) :
ts, t.Finite t.ncard = k
theorem Set.exists_ncard_eq (α : Type u_1) [Infinite α] (k : ) :
∃ (s : Set α), s.Finite s.ncard = k