Metamath Proof Explorer


Theorem noseqex

Description: The next several theorems develop the concept of a countable sequence of surreals. This set is denoted by Z here and is the analogue of the upper integer sets for surreal numbers. However, we do not require the starting point to be an integer so we can accommodate infinite numbers. This first theorem establishes that Z is a set. (Contributed by Scott Fenton, 18-Apr-2025)

Ref Expression
Hypothesis noseq.1 ( 𝜑𝑍 = ( rec ( ( 𝑥 ∈ V ↦ ( 𝑥 +s 1s ) ) , 𝐴 ) “ ω ) )
Assertion noseqex ( 𝜑𝑍 ∈ V )

Proof

Step Hyp Ref Expression
1 noseq.1 ( 𝜑𝑍 = ( rec ( ( 𝑥 ∈ V ↦ ( 𝑥 +s 1s ) ) , 𝐴 ) “ ω ) )
2 rdgfun Fun rec ( ( 𝑥 ∈ V ↦ ( 𝑥 +s 1s ) ) , 𝐴 )
3 dcomex ω ∈ V
4 3 funimaex ( Fun rec ( ( 𝑥 ∈ V ↦ ( 𝑥 +s 1s ) ) , 𝐴 ) → ( rec ( ( 𝑥 ∈ V ↦ ( 𝑥 +s 1s ) ) , 𝐴 ) “ ω ) ∈ V )
5 2 4 ax-mp ( rec ( ( 𝑥 ∈ V ↦ ( 𝑥 +s 1s ) ) , 𝐴 ) “ ω ) ∈ V
6 1 5 eqeltrdi ( 𝜑𝑍 ∈ V )