IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
bij imp exists inv2121 1. A : Type
2. B : Type
3. f : AB 4. a1,a2:A. f(a1) = f(a2) a1 = a2 5. b:B. a:A. f(a) = b 6. b:B. !a:A. f(a) = b 7. g : BA 8. b:B. f(g(b)) = b 9. x : A g(f(x)) = x