theorem
Cardinal.sum_lt_lift_of_isRegular'
{ι : Type u}
{f : ι → Cardinal.{v}}
{c : Cardinal.{max u v}}
(hc : c.IsRegular)
(hι : lift.{v, u} (mk ι) < c)
(hf : ∀ (i : ι), lift.{u, v} (f i) < c)
:
Instances For
Equations
- x.Type' = Quotient x.typeSetoid
Instances For
Instances For
Equations
- ZFSet.ofNat n = ZFSet.mk (PSet.ofNat n)
Instances For
@[simp]
Equations
Instances For
theorem
ZFSet.rank_image
{x : ZFSet.{u}}
{f : ZFSet.{u} → ZFSet.{u}}
[Definable₁ f]
:
(image f x).rank = Ordinal.lsub fun (a : (Quotient.out x).Type') => (f ((Quotient.out x).Func' a)).rank
theorem
ZFSet.card_V_lt_of_inaccessible
{α : Ordinal.{u}}
{κ : Cardinal.{u}}
(hκ : κ.IsInaccessible)
:
α < κ.ord → (vonNeumann α).card < κ
theorem
ZFSet.card_lt_of_mem_V_inaccessible
{x : ZFSet.{u}}
{κ : Cardinal.{u}}
(hκ : κ.IsInaccessible)
:
x ∈ vonNeumann κ.ord → x.card < κ
theorem
ZFSet.image_mem_V_of_inaccessible
{f : ZFSet.{u} → ZFSet.{u}}
{x : ZFSet.{u}}
{κ : Cardinal.{u}}
(hκ : κ.IsInaccessible)
[Definable₁ f]
:
x ∈ vonNeumann κ.ord → (∀ y ∈ x, f y ∈ vonNeumann κ.ord) → image f x ∈ vonNeumann κ.ord