HomeHome Metamath Proof Explorer < Previous   Next >
Related theorems
Unicode version

Definition df-1st 4085
Description: Define a function that extracts the first member of an ordered pair. Theorem op1st 4091 proves that it does this. Equivalent to Definition 5.13 (i) of [Monk1] p. 52 (compare op1sta 3454 and op1stb 2919). The notation is the same as Monk's.
Assertion
Ref Expression
df-1st |- 1st = {<.x, y>. | y = U.dom { x}}
Distinct variable group:   x,y

Detailed syntax breakdown of Definition df-1st
StepHypRef Expression
1 c1st 4083 . 2 class 1st
2 vy . . . . 5 set y
32cv 957 . . . 4 class y
4 vx . . . . . . . 8 set x
54cv 957 . . . . . . 7 class x
65csn 2413 . . . . . 6 class {x}
76cdm 3176 . . . . 5 class dom { x}
87cuni 2507 . . . 4 class U.dom { x}
93, 8wceq 958 . . 3 wff y = U.dom { x}
109, 4, 2copab 2671 . 2 class {<.x, y>. | y = U.dom { x}}
111, 10wceq 958 1 wff 1st = {<.x, y>. | y = U.dom { x}}
Colors of variables: wff set class
This definition is referenced by:  1stval 4087  fo1st 4097  f1stres 4099
Copyright terms: Public domain