5 lines
92 B
Text
5 lines
92 B
Text
|
import standard
|
||
|
|
||
|
theorem symm2 {A : Type} {a b : A} (H : a = b) : b = a
|
||
|
:= subst H (refl a)
|