@[simp]
Because this theorem takes Fintype α
as a non-instance argument, it can be used in particular
when Fintype.card
ends up with different instance than the one found by inference
theorem
Nat.card_le_card_of_injective
{α : Type u}
{β : Type v}
[Finite β]
(f : α → β)
(hf : Function.Injective f)
:
theorem
Nat.card_le_card_of_surjective
{α : Type u}
{β : Type v}
[Finite α]
(f : α → β)
(hf : Function.Surjective f)
:
theorem
Nat.card_eq_of_bijective
{α : Type u_1}
{β : Type u_2}
(f : α → β)
(hf : Function.Bijective f)
:
theorem
Nat.bijective_iff_surjective_and_card
{α : Type u_1}
{β : Type u_2}
[Finite α]
(f : α → β)
:
theorem
Function.Surjective.bijective_of_nat_card_le
{α : Type u_1}
{β : Type u_2}
[Finite α]
{f : α → β}
(surj : Surjective f)
(hc : Nat.card α ≤ Nat.card β)
:
theorem
Nat.card_image_of_injective
{α : Type u_1}
{β : Type u_2}
{f : α → β}
(hf : Function.Injective f)
(s : Set α)
:
theorem
Nat.card_range_of_injective
{α : Type u_1}
{β : Type u_2}
{f : α → β}
(hf : Function.Injective f)
:
Alias of the reverse direction of Set.natCard_pos
.
@[simp]
theorem
ENat.card_image_of_injective
{α : Type u_3}
{β : Type u_4}
(f : α → β)
(s : Set α)
(h : Function.Injective f)
:
@[simp]
@[simp]
@[simp]
@[simp]