Documentation

Analysis.Section_3_2

@[reducible, inline]

Axiom 3.8 (Universal specification)

Equations
Instances For
    theorem Chapter3.SetTheory.Set.axiom_of_regularity [SetTheory] {A : Set} (h : A ) :
    ∃ (x : A.toSubtype), ∀ (S : Set), x = set_to_object SDisjoint S A

    Axiom 3.9 (Regularity)

    Exercise 3.2.1. The spirit of the exercise is to establish these results without using either Russell's paradox, or the empty set.

    Exercise 3.2.1. The spirit of the exercise is to establish these results without using either Russell's paradox, or the singleton set.

    theorem Chapter3.SetTheory.Set.pair_exists [SetTheory] (h : axiom_of_universal_specification) (x₁ x₂ : Object) :
    ∃ (X : Set), ∀ (y : Object), y X y = x₁ y = x₂

    Exercise 3.2.1. The spirit of the exercise is to establish these results without using either Russell's paradox, or the pair set.

    theorem Chapter3.SetTheory.Set.union_exists [SetTheory] (h : axiom_of_universal_specification) (A B : Set) :
    ∃ (Z : Set), ∀ (z : Object), z Z z A z B

    Exercise 3.2.1. The spirit of the exercise is to establish these results without using either Russell's paradox, or the union operation.

    theorem Chapter3.SetTheory.Set.specify_exists [SetTheory] (h : axiom_of_universal_specification) (A : Set) (P : A.toSubtypeProp) :
    ∃ (Z : Set), ∀ (z : Object), z Z ∃ (h : z A), P z, h

    Exercise 3.2.1. The spirit of the exercise is to establish these results without using either Russell's paradox, or the specify operation.

    theorem Chapter3.SetTheory.Set.replace_exists [SetTheory] (h : axiom_of_universal_specification) (A : Set) (P : A.toSubtypeObjectProp) (hP : ∀ (x : A.toSubtype) (y y' : Object), P x y P x y'y = y') :
    ∃ (Z : Set), ∀ (y : Object), y Z ∃ (a : A.toSubtype), P a y

    Exercise 3.2.1. The spirit of the exercise is to establish these results without using either Russell's paradox, or the replace operation.

    Exercise 3.2.2

    theorem Chapter3.SetTheory.Set.no_univ [SetTheory] :
    ¬∃ (U : Set), ∀ (x : Object), x U

    Exercise 3.2.3