1ff6013594
The test tactic14.lean exposes the problem. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
5 lines
186 B
Text
5 lines
186 B
Text
Set: pp::colors
|
||
Set: pp::unicode
|
||
Proved: T1
|
||
Theorem T1 (a b : ℤ) (f : ℤ → ℤ) (assumption : a = b) : (f (f a)) = (f (f b)) :=
|
||
Congr (Refl f) (Congr (Refl f) assumption)
|