| Some definitions of interest. |
|
hrep_sum | Def rep_sum
Def == u:'a+'b. InjCase(u
Def == u:'a+'b. InjCase; p. b: . x:'a. y:'b. (x = p) b
Def == u:'a+'b. InjCase; q. b: . x:'a. y:'b. (y = q)   b) |
| | Thm* 'a,'b:S. rep_sum (hsum('a; 'b)  hbool  'a  'b  hbool) |
|
stype | Def S == {T:Type| x:T. True } |
| | Thm* S Type{2} |