IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
trans rel func wrt sym self2 1. T : Type
2. R : TTProp
3. Trans x,y:T. R(x,y)
4. a : T 5. a' : T 6. b : T 7. b' : T 8. R(a,b)
9. R(b,a)
10. R(a',b')
11. R(b',a')
12. R(b,b')
R(a,a')