5 lines
77 B
Text
5 lines
77 B
Text
variables x y : nat
|
|
variable xy : x = y
|
|
|
|
include xy
|
|
lemma xyeq : x = y := xy
|