IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
dec pred imp bool decider exists111 1. A : Type
2. P : AType
3. x:A. Dec(P(x))
4. f : A 5. x:A. f(x) P(x)
6. g : A 7. x:A. g(x) P(x)
8. x:A. f(x) g(x)
f = g {p:(A)| x:A. p(x) P(x) }