Filter.atTop and Filter.atBot filters and finite sets. #
theorem
Monotone.tendsto_atTop_finset
{α : Type u_3}
{β : Type u_4}
[Preorder β]
{f : β → Finset α}
(h : Monotone f)
(h' : ∀ (x : α), ∃ (n : β), x ∈ f n)
:
Alias of Filter.tendsto_atTop_finset_of_monotone.
If f is a monotone sequence of Finsets and each x belongs to one of f n, then
Tendsto f atTop atTop.
theorem
Filter.tendsto_finset_image_atTop_atTop
{β : Type u_4}
{γ : Type u_5}
[DecidableEq β]
{i : β → γ}
{j : γ → β}
(h : Function.LeftInverse j i)
:
theorem
Filter.tendsto_finset_preimage_atTop_atTop
{α : Type u_3}
{β : Type u_4}
{f : α → β}
(hf : Function.Injective f)
:
theorem
Filter.tendsto_finset_Iic_atTop_atTop
{α : Type u_3}
[Preorder α]
[LocallyFiniteOrderBot α]
:
theorem
Filter.tendsto_finset_Ici_atBot_atTop
{α : Type u_3}
[Preorder α]
[LocallyFiniteOrderTop α]
:
The pushforward of atTop on Finset α along Finset.card is atTop on ℕ, when α is
infinite.
The pushforward of atTop on Finset α along Finset.card is pure (Fintype.card α), when
α is finite.
Finset.card tends to atTop along atTop on Finset α, when α is infinite.
theorem
Filter.tendsto_card_atTop_pure_of_fintype
{α : Type u_3}
[Fintype α]
:
Tendsto Finset.card atTop (pure (Fintype.card α))
Finset.card tends to pure (Fintype.card α), when α is finite.
theorem
Filter.tendsto_comp_card_atTop_iff
{α : Type u_3}
{β : Type u_4}
[Infinite α]
{f : ℕ → β}
{l : Filter β}
:
Tendsto along atTop for a function precomposed with Finset.card reduces to Tendsto along
atTop on ℕ, when α is infinite.
theorem
Filter.tendsto_comp_card_atTop_iff_of_fintype
{α : Type u_3}
{β : Type u_4}
[Fintype α]
{f : ℕ → β}
{l : Filter β}
:
Tendsto along atTop for a function precomposed with Finset.card reduces to Tendsto along
pure (Fintype.card α), when α is finite.