IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
linorder le neg1 1. T : Type
2. R : TTProp
3. Linorder(T;x,y.R(x,y))
4. a : T 5. b : T 6. R(a,b)
strict_part(x,y.R(x,y);b;a)
3. a:T. R(a,a)
4. a,b,c:T. R(a,b) R(b,c) R(a,c)
5. x,y:T. R(x,y) R(y,x) x = y 6. x,y:T. R(x,y) R(y,x)
7. a : T 8. b : T 9. R(a,b)
strict_part(x,y.R(x,y);b;a)
1 step
About:
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html