WhoCites Definitions SimpleMulFacts Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites prime nats?
prime_natsDef  Prime == {x:| prime(x) }
primeDef  prime(a) == a = 0 & (a ~ 1) & (b,c:a | bc  a | b  a | c)
Thm*  a:. prime(a Prop
natDef   == {i:| 0i }
Thm*    Type
assocedDef  a ~ b == a | b & b | a
Thm*  a,b:. (a ~ b Prop
dividesDef  b | a == c:a = bc
Thm*  a,b:. (a | b Prop
leDef  AB == B<A
Thm*  i,j:. (ij Prop
notDef  A == A  False
Thm*  A:Prop. (A Prop

Syntax:Prime has structure: prime_nats

About:
intnatural_numbermultiplyless_thansetuniverseequalmemberprop
impliesandorfalseallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions SimpleMulFacts Sections DiscrMathExt Doc