(10steps) PrintForm Definitions Lemmas list 3 jlc Sections Support(jlc) Doc

At: is member equalities lemma 1 2 1

1. T: Type
2. eq: {T=}
3. eq TT
4. x,y:T. eq(x,y) x = y
5. u: T
6. L: T List
7. f: {T}
8. f TT
9. x:T. f(x,x)
10. x,y:T. f(x,y) f(y,x)
11. x,y,z:T. f(x,y) f(y,z) f(x,z)
12. u1: T
13. v: T List
14. u(eq) v u(f) v
15. eq(u,u1) = true
16. True

if f(u,u1) true else u(f) v fi

By: FwdThru Thm* P:. P P = true [15]

Generated subgoal:

117. eq(u,u1)
if f(u,u1) true else u(f) v fi

About:
listboolbtrueifthenelseassertapply
functionuniverseequalmemberimpliestrue
all

(10steps) PrintForm Definitions Lemmas list 3 jlc Sections Support(jlc) Doc