Metamath Proof Explorer


Definition df-resub

Description: Define subtraction between real numbers. This operator saves a few axioms over df-sub in certain situations. Theorem resubval shows its value, resubadd relates it to addition, and rersubcl proves its closure. Based on df-sub . (Contributed by Steven Nguyen, 7-Jan-2022)

Ref Expression
Assertion df-resub - = x , y ι z | y + z = x

Detailed syntax breakdown

Step Hyp Ref Expression
0 cresub class -
1 vx setvar x
2 cr class
3 vy setvar y
4 vz setvar z
5 3 cv setvar y
6 caddc class +
7 4 cv setvar z
8 5 7 6 co class y + z
9 1 cv setvar x
10 8 9 wceq wff y + z = x
11 10 4 2 crio class ι z | y + z = x
12 1 3 2 2 11 cmpo class x , y ι z | y + z = x
13 0 12 wceq wff - = x , y ι z | y + z = x