Documentation

Mathlib.Algebra.Group.Pointwise.Set.Card

Cardinalities of pointwise operations on sets #

theorem Cardinal.mk_mul_le {M : Type u_2} [Mul M] {s : Set M} {t : Set M} :
theorem Cardinal.mk_add_le {M : Type u_2} [Add M] {s : Set M} {t : Set M} :
theorem Set.natCard_mul_le {M : Type u_2} [Mul M] {s : Set M} {t : Set M} [IsCancelMul M] :
Nat.card (s * t) Nat.card s * Nat.card t
theorem Set.natCard_add_le {M : Type u_2} [Add M] {s : Set M} {t : Set M} [IsCancelAdd M] :
Nat.card (s + t) Nat.card s * Nat.card t
@[deprecated]
theorem Set.card_mul_le {M : Type u_2} [Mul M] {s : Set M} {t : Set M} [IsCancelMul M] :
Nat.card (s * t) Nat.card s * Nat.card t

Alias of Set.natCard_mul_le.

@[deprecated]
theorem Set.card_add_le {M : Type u_2} [Add M] {s : Set M} {t : Set M} [IsCancelAdd M] :
Nat.card (s + t) Nat.card s * Nat.card t
@[simp]
theorem Cardinal.mk_inv {G : Type u_1} [InvolutiveInv G] (s : Set G) :
@[simp]
theorem Cardinal.mk_neg {G : Type u_1} [InvolutiveNeg G] (s : Set G) :
@[simp]
theorem Set.natCard_inv {G : Type u_1} [InvolutiveInv G] (s : Set G) :
@[simp]
theorem Set.natCard_neg {G : Type u_1} [InvolutiveNeg G] (s : Set G) :
Nat.card (-s) = Nat.card s
@[deprecated]
theorem Set.card_inv {G : Type u_1} [InvolutiveInv G] (s : Set G) :

Alias of Set.natCard_inv.

@[deprecated]
theorem Set.card_neg {G : Type u_1} [InvolutiveNeg G] (s : Set G) :
Nat.card (-s) = Nat.card s
theorem Cardinal.mk_div_le {M : Type u_2} [DivInvMonoid M] {s : Set M} {t : Set M} :
theorem Cardinal.mk_sub_le {M : Type u_2} [SubNegMonoid M] {s : Set M} {t : Set M} :
theorem Set.natCard_div_le {G : Type u_1} [Group G] {s : Set G} {t : Set G} :
Nat.card (s / t) Nat.card s * Nat.card t
theorem Set.natCard_sub_le {G : Type u_1} [AddGroup G] {s : Set G} {t : Set G} :
Nat.card (s - t) Nat.card s * Nat.card t
@[deprecated]
theorem Set.card_div_le {G : Type u_1} [Group G] {s : Set G} {t : Set G} :
Nat.card (s / t) Nat.card s * Nat.card t

Alias of Set.natCard_div_le.

@[deprecated]
theorem Set.card_sub_le {G : Type u_1} [AddGroup G] {s : Set G} {t : Set G} :
Nat.card (s - t) Nat.card s * Nat.card t
@[simp]
theorem Cardinal.mk_smul_set {G : Type u_1} {α : Type u_3} [Group G] [MulAction G α] (a : G) (s : Set α) :
@[simp]
theorem Cardinal.mk_vadd_set {G : Type u_1} {α : Type u_3} [AddGroup G] [AddAction G α] (a : G) (s : Set α) :
@[simp]
theorem Set.natCard_smul_set {G : Type u_1} {α : Type u_3} [Group G] [MulAction G α] (a : G) (s : Set α) :
Nat.card (a s) = Nat.card s
@[simp]
theorem Set.natCard_vadd_set {G : Type u_1} {α : Type u_3} [AddGroup G] [AddAction G α] (a : G) (s : Set α) :
Nat.card (a +ᵥ s) = Nat.card s
@[deprecated]
theorem Set.card_smul_set {G : Type u_1} {α : Type u_3} [Group G] [MulAction G α] (a : G) (s : Set α) :

Alias of Cardinal.mk_smul_set.

@[deprecated]
theorem Set.card_vadd_set {G : Type u_1} {α : Type u_3} [AddGroup G] [AddAction G α] (a : G) (s : Set α) :