Finite sets of an ordered type #
This file defines the isomorphism between ordered embeddings into a linearly ordered type and the finite sets of that type.
Definitions #
ofFinEmbEquivis the equivalence betweenFin n ↪o IandSet.powersetCard I nwhenIis a linearly ordered type.
The isomorphism of OrderEmbeddings from Fin n into I with Set.powersetCard I n
when I is linearly ordered.
Equations
- One or more equations did not get rendered due to their size.
Instances For
theorem
Set.powersetCard.ofFinEmbEquiv_apply
{n : ℕ}
{I : Type u_1}
[LinearOrder I]
(f : Fin n ↪o I)
:
theorem
Set.powersetCard.ofFinEmbEquiv_symm_apply
{n : ℕ}
{I : Type u_1}
[LinearOrder I]
(s : ↑(powersetCard I n))
:
@[simp]
theorem
Set.powersetCard.mem_ofFinEmbEquiv_iff_mem_range
{n : ℕ}
{I : Type u_1}
[LinearOrder I]
(f : Fin n ↪o I)
(i : I)
:
theorem
Set.powersetCard.mem_range_ofFinEmbEquiv_symm_iff_mem
{n : ℕ}
{I : Type u_1}
[LinearOrder I]
(s : ↑(powersetCard I n))
(i : I)
: