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

Definition df-pi 7302
Description: Define pi = 3.14159..., which is the smallest positive number whose sine is zero. Definition of pi in [Gleason] p. 311. (We use the inverse of of less-than, "`' <", to turn supremum into infimum; currently we don't have infimum defined separately.)
Assertion
Ref Expression
df-pi |- pi = sup({x e. RR | (0 < x /\ (sin` x) = 0)}, RR, `' < )

Detailed syntax breakdown of Definition df-pi
StepHypRef Expression
1 cpi 7297 . 2 class pi
2 cc0 5246 . . . . . 6 class 0
3 vx . . . . . . 7 set x
43cv 957 . . . . . 6 class x
5 clt 5498 . . . . . 6 class <
62, 4, 5wbr 2624 . . . . 5 wff 0 < x
7 csin 7295 . . . . . . 7 class sin
84, 7cfv 3188 . . . . . 6 class (sin`
x)
98, 2wceq 958 . . . . 5 wff (sin` x) = 0
106, 9wa 223 . . . 4 wff (0 < x /\ (sin` x) = 0)
11 cr 5245 . . . 4 class RR
1210, 3, 11crab 1651 . . 3 class {x e. RR | (0 < x /\ (sin` x) = 0)}
135ccnv 3175 . . 3 class `' <
1412, 11, 13csup 4582 . 2 class sup({x e. RR | (0 < x /\ (sin`
x) = 0)}, RR, `' < )
151, 14wceq 958 1 wff pi = sup({x e. RR | (0 < x /\ (sin` x) = 0)}, RR, `' < )
Colors of variables: wff set class
This definition is referenced by:  pilem3 8668
Copyright terms: Public domain