4 lines
73 B
Text
4 lines
73 B
Text
theorem ex (h : 10000 = 100001) : False := by
|
|
contradiction
|
|
|
|
#print ex
|