2013-12-07 23:37:54 +00:00
|
|
|
|
Set: pp::colors
|
|
|
|
|
Set: pp::unicode
|
2014-01-01 21:52:25 +00:00
|
|
|
|
Imported 'Int'
|
2013-12-07 23:37:54 +00:00
|
|
|
|
Proved: T1
|
2014-01-05 20:05:08 +00:00
|
|
|
|
theorem T1 (a b : ℤ) (f : ℤ → ℤ) (assumption : a = b) : f (f a) = f (f b) :=
|
2013-12-07 23:37:54 +00:00
|
|
|
|
Congr (Refl f) (Congr (Refl f) assumption)
|