lean4-htt/tests/lean/run/contradictionLoop.lean
2021-08-17 21:32:32 -07:00

4 lines
73 B
Text

theorem ex (h : 10000 = 100001) : False := by
contradiction
#print ex