(11steps) PrintForm Definitions list 3 jlc Sections Support(jlc) Doc

At: hd is member lemma 1 2 1 1 1

1. T: Type
2. eq: {T}
3. eq TT
4. x:T. eq(x,x)
5. x,y:T. eq(x,y) eq(y,x)
6. x,y,z:T. eq(x,y) eq(y,z) eq(x,z)
7. L: T List
8. u: T
9. v: T List
10. ||v||1 hd(v)(eq) v
11. ||u.v||1

if eq(u,u) true else u(eq) v fi

By: IfThenElseCases 0

Generated subgoals:

112. eq(u,u) = true
true
212. eq(u,u) = false
u(eq) v

About:
listconsboolbtrueifthenelseassert
natural_numberapplyfunctionuniversememberimplies
all

(11steps) PrintForm Definitions list 3 jlc Sections Support(jlc) Doc