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

Definition df-div 5680
Description: Define division. Theorem divmul 5682 relates it to multiplication, and divcl 5687 and redivcl 5762 prove its closure laws.
Assertion
Ref Expression
df-div |- / = {<.<.x, y>., z>. | ((x e. CC /\ y e. (CC \ {0})) /\ z = U.{w e. CC | (y x. w) = x})}
Distinct variable group:   x,y,z,w

Detailed syntax breakdown of Definition df-div
StepHypRef Expression
1 cdiv 5274 . 2 class /
2 vx . . . . . . 7 set x
32cv 953 . . . . . 6 class x
4 cc 5212 . . . . . 6 class CC
53, 4wcel 956 . . . . 5 wff x e. CC
6 vy . . . . . . 7 set y
76cv 953 . . . . . 6 class y
8 cc0 5214 . . . . . . . 8 class 0
98csn 2405 . . . . . . 7 class {0}
104, 9cdif 2040 . . . . . 6 class (CC \ {0})
117, 10wcel 956 . . . . 5 wff y e. (CC \ {0})
125, 11wa 223 . . . 4 wff (x e. CC /\ y e. (CC \ {0}))
13 vz . . . . . 6 set z
1413cv 953 . . . . 5 class z
15 vw . . . . . . . . . 10 set w
1615cv 953 . . . . . . . . 9 class w
17 cmul 5219 . . . . . . . . 9 class x.
187, 16, 17co 3954 . . . . . . . 8 class (y x. w)
1918, 3wceq 954 . . . . . . 7 wff (y x. w) = x
2019, 15, 4crab 1645 . . . . . 6 class {w e. CC | (y x. w) = x}
2120cuni 2498 . . . . 5 class U.{w e. CC | (y x. w) = x}
2214, 21wceq 954 . . . 4 wff z = U.{w e. CC | (y x. w) = x}
2312, 22wa 223 . . 3 wff ((x e. CC /\ y e. (CC \ {0})) /\ z = U.{w e. CC | (y x. w) = x})
2423, 2, 6, 13copab2 3955 . 2 class {<.<.x, y>., z>. | ((x e. CC /\ y e. (CC \ {0})) /\ z = U.{w e. CC | (y x. w) = x})}
251, 24wceq 954 1 wff / = {<.<.x, y>., z>. | ((x e. CC /\ y e. (CC \ {0})) /\ z = U.{w e. CC | (y x. w) = x})}
Colors of variables: wff set class
This definition is referenced by:  divval 5681
Copyright terms: Public domain