(13steps) PrintForm Definitions core 3 jlc Sections Support(jlc) Doc

At: discrete equality is equivalence 1 5

1. T: Type
2. EQ: {T=}
3. EQ TT
4. x,y:T. EQ(x,y) x = y
5. x: T
6. y: T
7. z: T
8. EQ(x,y)
9. EQ(y,z)

EQ(x,z)

By:
CopyToEnd 4
THEN
With x (Analyze -1)
THEN
With y (Analyze -1)
THEN
CopyToEnd 4
THEN
With y (Analyze -1)
THEN
With z (Analyze -1)
THEN
CopyToEnd 4
THEN
With x (Analyze -1)
THEN
With z (Analyze -1)


Generated subgoal:

110. EQ(x,y) x = y
11. EQ(y,z) y = z
12. EQ(x,z) x = z
EQ(x,z)

About:
boolassertapplyfunctionuniverseequalmemberall

(13steps) PrintForm Definitions core 3 jlc Sections Support(jlc) Doc